summaryrefslogtreecommitdiff
path: root/lib/libssl/crypto/arch/i386/opensslconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2009-01-09 12:32:26 +0000
committerDamien Miller <djm@cvs.openbsd.org>2009-01-09 12:32:26 +0000
commit91c895836d1842819b43b7f949dbfd469d2b5c1f (patch)
tree88867480e3dc17e9d0141a0ac9df9a0b2694eeb0 /lib/libssl/crypto/arch/i386/opensslconf.h
parent15f088d2b2a07deff2a14d95cbc92153c60baf59 (diff)
openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very
useful "server name indication" that allows multihomed TLS server), so remove the #define to disable it here
Diffstat (limited to 'lib/libssl/crypto/arch/i386/opensslconf.h')
-rw-r--r--lib/libssl/crypto/arch/i386/opensslconf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/crypto/arch/i386/opensslconf.h b/lib/libssl/crypto/arch/i386/opensslconf.h
index 63ee314704c..93568f382fa 100644
--- a/lib/libssl/crypto/arch/i386/opensslconf.h
+++ b/lib/libssl/crypto/arch/i386/opensslconf.h
@@ -34,9 +34,6 @@
#ifndef OPENSSL_NO_SEED
# define OPENSSL_NO_SEED
#endif
-#ifndef OPENSSL_NO_TLSEXT
-# define OPENSSL_NO_TLSEXT
-#endif
#endif /* OPENSSL_DOING_MAKEDEPEND */
#ifndef OPENSSL_THREADS