Changeset 91138 in vbox
- Timestamp:
- Sep 7, 2021 11:52:57 AM (3 years ago)
- Location:
- trunk/src/libs/openssl-1.1.1k
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-1.1.1k/crypto/sm2/Makefile.kmk
r90293 r91138 14 14 include $(KBUILD_PATH)/subheader.kmk 15 15 16 if 0 # Disabled following OL's example. 16 17 LIBRARIES += crypto_sm2 17 18 crypto_sm2_TEMPLATE = SUBLIBCRYPTO … … 23 24 sm2_sign.c 24 25 $(evalcall VBOX_OPENSSL_X86,crypto_sm2) 26 endif 25 27 26 28 include $(FILE_KBUILD_SUB_FOOTER) -
trunk/src/libs/openssl-1.1.1k/crypto/sm4/Makefile.kmk
r90293 r91138 14 14 include $(KBUILD_PATH)/subheader.kmk 15 15 16 if 0 # Disabled following OL's example. 16 17 LIBRARIES += crypto_sm4 17 18 crypto_sm4_TEMPLATE = SUBLIBCRYPTO … … 20 21 sm4.c 21 22 $(evalcall VBOX_OPENSSL_X86,crypto_sm4) 23 endif 22 24 23 25 include $(FILE_KBUILD_SUB_FOOTER) -
trunk/src/libs/openssl-1.1.1k/include/openssl/opensslconf.h
r90293 r91138 66 66 #ifndef OPENSSL_NO_RMD160 67 67 # define OPENSSL_NO_RMD160 68 #endif 69 #ifndef OPENSSL_NO_SM2 70 # define OPENSSL_NO_SM2 /* Following Oracle Linux' lead and disable this. */ 71 #endif 72 #ifndef OPENSSL_NO_SM4 73 # define OPENSSL_NO_SM4 /* Following Oracle Linux' lead and disable this. */ 68 74 #endif 69 75 #ifndef OPENSSL_NO_WHIRLPOOL
Note:
See TracChangeset
for help on using the changeset viewer.