summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinoguchi <>2020-08-29 02:29:01 +0000
committerinoguchi <>2020-08-29 02:29:01 +0000
commit830241e4747844d045ac58c547d98af86f77e717 (patch)
tree00dc0f9f45cfe8710b17580161855ed682731d61 /src
parent98775cb6f8118938796734689f5cc586f37420db (diff)
downloadopenbsd-830241e4747844d045ac58c547d98af86f77e717.tar.gz
openbsd-830241e4747844d045ac58c547d98af86f77e717.tar.bz2
openbsd-830241e4747844d045ac58c547d98af86f77e717.zip
define OPENSSL_NO_SSL_TRACE in opensslfeatures.h
ok jsing@ tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/opensslfeatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h
index ad41283413..3b19cd57a3 100644
--- a/src/lib/libcrypto/opensslfeatures.h
+++ b/src/lib/libcrypto/opensslfeatures.h
@@ -92,7 +92,7 @@
92/* #define OPENSSL_NO_SRTP */ 92/* #define OPENSSL_NO_SRTP */
93#define OPENSSL_NO_SSL3 93#define OPENSSL_NO_SSL3
94#define OPENSSL_NO_SSL3_METHOD 94#define OPENSSL_NO_SSL3_METHOD
95/* #define OPENSSL_NO_SSL_TRACE */ 95#define OPENSSL_NO_SSL_TRACE
96/* #define OPENSSL_NO_STDIO */ 96/* #define OPENSSL_NO_STDIO */
97/* #define OPENSSL_NO_TLS */ 97/* #define OPENSSL_NO_TLS */
98/* #define OPENSSL_NO_TLS1 */ 98/* #define OPENSSL_NO_TLS1 */