Skip to content

Commit 39462fc

Browse files
kraxelmergify[bot]
authored andcommitted
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 <[email protected]>
1 parent 67c303c commit 39462fc

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

CryptoPkg/CryptoPkg.dec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
[Includes.Common.Private]
2323
Private
2424
Library/Include
25+
Library/OpensslLib/openssl
2526
Library/OpensslLib/openssl/include
2627
Library/OpensslLib/openssl/providers/common/include
2728
Library/OpensslLib/openssl/providers/implementations/include

CryptoPkg/Library/OpensslLib/OpensslLib.inf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
[Sources]
3131
OpensslLibConstructor.c
32-
$(OPENSSL_PATH)/e_os.h
3332
$(OPENSSL_PATH)/ms/uplink.h
3433
# Autogenerated files list starts here
3534
$(OPENSSL_PATH)/crypto/aes/aes_cbc.c

CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
[Sources]
3535
OpensslLibConstructor.c
36-
$(OPENSSL_PATH)/e_os.h
3736
$(OPENSSL_PATH)/ms/uplink.h
3837
$(OPENSSL_PATH)/crypto/bn/bn_asm.c
3938
# Autogenerated files list starts here

CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
[Sources]
3232
OpensslLibConstructor.c
33-
$(OPENSSL_PATH)/e_os.h
3433
$(OPENSSL_PATH)/ms/uplink.h
3534
# Autogenerated files list starts here
3635
$(OPENSSL_PATH)/crypto/aes/aes_cbc.c

CryptoPkg/Library/OpensslLib/OpensslLibFull.inf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
[Sources]
3636
OpensslLibConstructor.c
37-
$(OPENSSL_PATH)/e_os.h
3837
$(OPENSSL_PATH)/ms/uplink.h
3938
# Autogenerated files list starts here
4039
$(OPENSSL_PATH)/crypto/aes/aes_cbc.c

CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
[Sources]
4040
OpensslLibConstructor.c
41-
$(OPENSSL_PATH)/e_os.h
4241
$(OPENSSL_PATH)/ms/uplink.h
4342
$(OPENSSL_PATH)/crypto/bn/bn_asm.c
4443
# Autogenerated files list starts here

0 commit comments

Comments
 (0)