summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:32:25 +0000
committerdjm <>2009-01-09 12:32:25 +0000
commit5d9fa48e709a61281222f2cc9ce6ab2bd4b37769 (patch)
tree6a54d11e693a1861ca54c03b4bdf53266778ca94
parent34fca89f639c4cf1f54f6c39329b89987dc4ee2b (diff)
downloadopenbsd-5d9fa48e709a61281222f2cc9ce6ab2bd4b37769.tar.gz
openbsd-5d9fa48e709a61281222f2cc9ce6ab2bd4b37769.tar.bz2
openbsd-5d9fa48e709a61281222f2cc9ce6ab2bd4b37769.zip
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
-rw-r--r--src/lib/libssl/crypto/arch/alpha/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/amd64/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/arm/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/hppa/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/i386/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/m68k/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/m88k/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/mips64/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/powerpc/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/sh/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/sparc/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/sparc64/opensslconf.h3
-rw-r--r--src/lib/libssl/crypto/arch/vax/opensslconf.h3
13 files changed, 0 insertions, 39 deletions
diff --git a/src/lib/libssl/crypto/arch/alpha/opensslconf.h b/src/lib/libssl/crypto/arch/alpha/opensslconf.h
index ca34d461b8..c57f794ded 100644
--- a/src/lib/libssl/crypto/arch/alpha/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/alpha/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/amd64/opensslconf.h b/src/lib/libssl/crypto/arch/amd64/opensslconf.h
index d05bb8670f..48bcf742e3 100644
--- a/src/lib/libssl/crypto/arch/amd64/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/amd64/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/arm/opensslconf.h b/src/lib/libssl/crypto/arch/arm/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/arm/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/arm/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/hppa/opensslconf.h b/src/lib/libssl/crypto/arch/hppa/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/hppa/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/hppa/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/i386/opensslconf.h b/src/lib/libssl/crypto/arch/i386/opensslconf.h
index 63ee314704..93568f382f 100644
--- a/src/lib/libssl/crypto/arch/i386/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/i386/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/m68k/opensslconf.h b/src/lib/libssl/crypto/arch/m68k/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/m68k/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/m68k/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/m88k/opensslconf.h b/src/lib/libssl/crypto/arch/m88k/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/m88k/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/m88k/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
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 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/powerpc/opensslconf.h b/src/lib/libssl/crypto/arch/powerpc/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/powerpc/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/powerpc/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/sh/opensslconf.h b/src/lib/libssl/crypto/arch/sh/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/sh/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/sh/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/sparc/opensslconf.h b/src/lib/libssl/crypto/arch/sparc/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/sparc/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/sparc/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/sparc64/opensslconf.h b/src/lib/libssl/crypto/arch/sparc64/opensslconf.h
index ca34d461b8..c57f794ded 100644
--- a/src/lib/libssl/crypto/arch/sparc64/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/sparc64/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS
diff --git a/src/lib/libssl/crypto/arch/vax/opensslconf.h b/src/lib/libssl/crypto/arch/vax/opensslconf.h
index 7682683384..fb0979fce3 100644
--- a/src/lib/libssl/crypto/arch/vax/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/vax/opensslconf.h
@@ -34,9 +34,6 @@
34#ifndef OPENSSL_NO_SEED 34#ifndef OPENSSL_NO_SEED
35# define OPENSSL_NO_SEED 35# define OPENSSL_NO_SEED
36#endif 36#endif
37#ifndef OPENSSL_NO_TLSEXT
38# define OPENSSL_NO_TLSEXT
39#endif
40 37
41#endif /* OPENSSL_DOING_MAKEDEPEND */ 38#endif /* OPENSSL_DOING_MAKEDEPEND */
42#ifndef OPENSSL_THREADS 39#ifndef OPENSSL_THREADS