summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-01-14 09:03:53 +0000
committertb <>2022-01-14 09:03:53 +0000
commit081f692dcf13ab93b3d827cd36238685f5052657 (patch)
treeb5c52772c35b2be0d1373f9dc79a5e1a2b20dc8e /src
parent881c2524e507d2ea32fde2e9c4ea8bfbd48bdd45 (diff)
downloadopenbsd-081f692dcf13ab93b3d827cd36238685f5052657.tar.gz
openbsd-081f692dcf13ab93b3d827cd36238685f5052657.tar.bz2
openbsd-081f692dcf13ab93b3d827cd36238685f5052657.zip
Unconditionally comment out OPENSSL_NO_RFC3779
ok inoguchi jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/opensslfeatures.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h
index 418f84370e..49a5f15b59 100644
--- a/src/lib/libcrypto/opensslfeatures.h
+++ b/src/lib/libcrypto/opensslfeatures.h
@@ -84,9 +84,7 @@
84/* #define OPENSSL_NO_RC4 */ 84/* #define OPENSSL_NO_RC4 */
85#define OPENSSL_NO_RC5 85#define OPENSSL_NO_RC5
86/* #define OPENSSL_NO_RDRAND */ 86/* #define OPENSSL_NO_RDRAND */
87#ifndef LIBRESSL_CRYPTO_INTERNAL 87/* #define OPENSSL_NO_RFC3779 */
88#define OPENSSL_NO_RFC3779 /* XXX until we expose it */
89#endif
90/* #define OPENSSL_NO_RMD160 */ 88/* #define OPENSSL_NO_RMD160 */
91/* #define OPENSSL_NO_RSA */ 89/* #define OPENSSL_NO_RSA */
92/* #define OPENSSL_NO_SCRYPT */ 90/* #define OPENSSL_NO_SCRYPT */