mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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>
This commit is contained in:
parent
67c303cb5f
commit
39462fcd99
@ -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
|
||||
|
@ -29,7 +29,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
|
||||
|
@ -33,7 +33,6 @@
|
||||
|
||||
[Sources]
|
||||
OpensslLibConstructor.c
|
||||
$(OPENSSL_PATH)/e_os.h
|
||||
$(OPENSSL_PATH)/ms/uplink.h
|
||||
$(OPENSSL_PATH)/crypto/bn/bn_asm.c
|
||||
# Autogenerated files list starts here
|
||||
|
@ -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
|
||||
|
@ -34,7 +34,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
|
||||
|
@ -38,7 +38,6 @@
|
||||
|
||||
[Sources]
|
||||
OpensslLibConstructor.c
|
||||
$(OPENSSL_PATH)/e_os.h
|
||||
$(OPENSSL_PATH)/ms/uplink.h
|
||||
$(OPENSSL_PATH)/crypto/bn/bn_asm.c
|
||||
# Autogenerated files list starts here
|
||||
|
Loading…
x
Reference in New Issue
Block a user