diff options
author | tb <> | 2022-01-14 08:59:30 +0000 |
---|---|---|
committer | tb <> | 2022-01-14 08:59:30 +0000 |
commit | 6dfdca7f1bc2e7cc653989cd52e41ad471177a4f (patch) | |
tree | 53bfd373edd17129f6965c5c60b2fe74bd6e962d /src/lib/libcrypto/opensslfeatures.h | |
parent | 146d5d6a018884a35292917be5886069dd2d04ef (diff) | |
download | openbsd-6dfdca7f1bc2e7cc653989cd52e41ad471177a4f.tar.gz openbsd-6dfdca7f1bc2e7cc653989cd52e41ad471177a4f.tar.bz2 openbsd-6dfdca7f1bc2e7cc653989cd52e41ad471177a4f.zip |
Expose Certificate Transparency symbols in headers
ok inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/opensslfeatures.h')
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index fa23bcc715..418f84370e 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -40,9 +40,7 @@ | |||
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 | #ifndef LIBRESSL_CRYPTO_INTERNAL | 43 | /* #define OPENSSL_NO_CT */ |
44 | #define OPENSSL_NO_CT /* XXX until we expose it */ | ||
45 | #endif | ||
46 | /* #define OPENSSL_NO_DECC_INIT */ | 44 | /* #define OPENSSL_NO_DECC_INIT */ |
47 | /* #define OPENSSL_NO_DES */ | 45 | /* #define OPENSSL_NO_DES */ |
48 | /* #define OPENSSL_NO_DEVCRYPTOENG */ | 46 | /* #define OPENSSL_NO_DEVCRYPTOENG */ |