diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-05-22 14:07:08 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-25 16:08:35 +0000 |
commit | 39462fcd99349732ef561cda71c4c633b8ce8246 (patch) | |
tree | 5bccc6b7e432a1b984f22c8eea32e61f20b7065e /CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | |
parent | 67c303cb5fb59943cfe317b686d9a8be05ab8481 (diff) | |
download | edk2-39462fcd99349732ef561cda71c4c633b8ce8246.tar.gz edk2-39462fcd99349732ef561cda71c4c633b8ce8246.tar.bz2 edk2-39462fcd99349732ef561cda71c4c633b8ce8246.zip |
openssl: add Library/OpensslLib/openssl to includes, drop e_os.h hack
Adding $(OPENSSL_PATH)/e_os.h to the list of source files had the effect
that $(OPENSSL_PATH)/ was added to the list of include directories.
With the file being gone in openssl-3.2.x this doesn't work any more.
Add the directory to the [Includes.Common.Private] section instead.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf')
-rw-r--r-- | CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf index d414988f78..7943d7c681 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf @@ -30,7 +30,6 @@ [Sources]
OpensslLibConstructor.c
- $(OPENSSL_PATH)/e_os.h
$(OPENSSL_PATH)/ms/uplink.h
# Autogenerated files list starts here
$(OPENSSL_PATH)/crypto/aes/aes_cbc.c
|