diff options
| author | beck <> | 2021-11-24 01:12:43 +0000 |
|---|---|---|
| committer | beck <> | 2021-11-24 01:12:43 +0000 |
| commit | 61f85f5283a01224548085f548fbf75b2ae1fd26 (patch) | |
| tree | 174f53778a84b28475ebc2d99f4725e02e588530 /src/lib/libcrypto/opensslfeatures.h | |
| parent | a76fb9381ecdc95538ad7565d4ae3865d17ef0ed (diff) | |
| download | openbsd-61f85f5283a01224548085f548fbf75b2ae1fd26.tar.gz openbsd-61f85f5283a01224548085f548fbf75b2ae1fd26.tar.bz2 openbsd-61f85f5283a01224548085f548fbf75b2ae1fd26.zip | |
Make the certificate transparency code build with the rest of the library
Do not expose it yet, this will wait for an upcoming bump
ok tb@
Diffstat (limited to 'src/lib/libcrypto/opensslfeatures.h')
| -rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 49a5f15b59..b6b1904003 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
| @@ -40,7 +40,9 @@ | |||
| 40 | #define OPENSSL_NO_COMP /* XXX */ | 40 | #define OPENSSL_NO_COMP /* XXX */ |
| 41 | /* #define OPENSSL_NO_CRYPTO_MDEBUG */ | 41 | /* #define OPENSSL_NO_CRYPTO_MDEBUG */ |
| 42 | /* #define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE */ | 42 | /* #define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE */ |
| 43 | /* #define OPENSSL_NO_CT */ | 43 | #ifndef LIBRESSL_CRYPTO_INTERNAL |
| 44 | #define OPENSSL_NO_CT /* XXX until we expose it */ | ||
| 45 | #endif | ||
| 44 | /* #define OPENSSL_NO_DECC_INIT */ | 46 | /* #define OPENSSL_NO_DECC_INIT */ |
| 45 | /* #define OPENSSL_NO_DES */ | 47 | /* #define OPENSSL_NO_DES */ |
| 46 | /* #define OPENSSL_NO_DEVCRYPTOENG */ | 48 | /* #define OPENSSL_NO_DEVCRYPTOENG */ |
