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/CryptoPkg.dec | |
parent | 67c303cb5fb59943cfe317b686d9a8be05ab8481 (diff) | |
download | edk2-39462fcd99349732ef561cda71c4c633b8ce8246.tar.gz |
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/CryptoPkg.dec')
-rw-r--r-- | CryptoPkg/CryptoPkg.dec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CryptoPkg/CryptoPkg.dec b/CryptoPkg/CryptoPkg.dec index e613b6b1ae..dc521c09a8 100644 --- a/CryptoPkg/CryptoPkg.dec +++ b/CryptoPkg/CryptoPkg.dec @@ -22,6 +22,7 @@ [Includes.Common.Private]
Private
Library/Include
+ Library/OpensslLib/openssl
Library/OpensslLib/openssl/include
Library/OpensslLib/openssl/providers/common/include
Library/OpensslLib/openssl/providers/implementations/include
|