From 2b0ae02b5f47fd5617da3480ef1ade14bc86155f Mon Sep 17 00:00:00 2001 From: djm <> Date: Fri, 9 Jan 2009 12:32:25 +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 --- src/lib/libssl/crypto/arch/mips64/opensslconf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libssl/crypto/arch/mips64') diff --git a/src/lib/libssl/crypto/arch/mips64/opensslconf.h b/src/lib/libssl/crypto/arch/mips64/opensslconf.h index ca34d461b8..c57f794ded 100644 --- a/src/lib/libssl/crypto/arch/mips64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/mips64/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-55-g6feb