From 91c895836d1842819b43b7f949dbfd469d2b5c1f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 9 Jan 2009 12:32:26 +0000 Subject: 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 --- lib/libssl/crypto/arch/i386/opensslconf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libssl/crypto/arch/i386') 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 -- cgit v1.2.3