summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiod <>2014-04-15 21:17:15 +0000
committermiod <>2014-04-15 21:17:15 +0000
commitf72343cd0d1201a4b50ebf14ed32efdb242c132d (patch)
treed9532323b68b22678b4b54991d395b6a1762bbf2 /src
parent7563eb0e0e484b160bf6f094f343b2b9a5522f18 (diff)
downloadopenbsd-f72343cd0d1201a4b50ebf14ed32efdb242c132d.tar.gz
openbsd-f72343cd0d1201a4b50ebf14ed32efdb242c132d.tar.bz2
openbsd-f72343cd0d1201a4b50ebf14ed32efdb242c132d.zip
The more you remove Chtulhu^WVMS tentacles, the more there are
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/arch/alpha/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/arm/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/hppa/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/hppa64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/i386/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/m88k/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/mips64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/powerpc/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/sh/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/sparc/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/sparc64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/arch/vax/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/alpha/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/amd64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/arm/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/hppa/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/i386/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/m88k/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/mips64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/sh/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/sparc/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h2
-rw-r--r--src/lib/libcrypto/crypto/arch/vax/opensslconf.h2
26 files changed, 0 insertions, 52 deletions
diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h
index 30f6acfbb1..b749b600fa 100644
--- a/src/lib/libcrypto/arch/alpha/opensslconf.h
+++ b/src/lib/libcrypto/arch/alpha/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h
index f969fd75e4..eba5113a08 100644
--- a/src/lib/libcrypto/arch/amd64/opensslconf.h
+++ b/src/lib/libcrypto/arch/amd64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/arch/arm/opensslconf.h
+++ b/src/lib/libcrypto/arch/arm/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/arch/hppa/opensslconf.h
+++ b/src/lib/libcrypto/arch/hppa/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/hppa64/opensslconf.h b/src/lib/libcrypto/arch/hppa64/opensslconf.h
index f8f478ff52..943ba27868 100644
--- a/src/lib/libcrypto/arch/hppa64/opensslconf.h
+++ b/src/lib/libcrypto/arch/hppa64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h
index f7b5a6dc38..d3d2175ed0 100644
--- a/src/lib/libcrypto/arch/i386/opensslconf.h
+++ b/src/lib/libcrypto/arch/i386/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/arch/m88k/opensslconf.h
+++ b/src/lib/libcrypto/arch/m88k/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h
index e55282fd63..ebeab5cd18 100644
--- a/src/lib/libcrypto/arch/mips64/opensslconf.h
+++ b/src/lib/libcrypto/arch/mips64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/arch/powerpc/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/arch/sh/opensslconf.h
+++ b/src/lib/libcrypto/arch/sh/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/sparc/opensslconf.h b/src/lib/libcrypto/arch/sparc/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/arch/sparc/opensslconf.h
+++ b/src/lib/libcrypto/arch/sparc/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h
index e55282fd63..ebeab5cd18 100644
--- a/src/lib/libcrypto/arch/sparc64/opensslconf.h
+++ b/src/lib/libcrypto/arch/sparc64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/arch/vax/opensslconf.h b/src/lib/libcrypto/arch/vax/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/arch/vax/opensslconf.h
+++ b/src/lib/libcrypto/arch/vax/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h
index 30f6acfbb1..b749b600fa 100644
--- a/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
index f969fd75e4..eba5113a08 100644
--- a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/arm/opensslconf.h b/src/lib/libcrypto/crypto/arch/arm/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/crypto/arch/arm/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/arm/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h b/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
index f8f478ff52..943ba27868 100644
--- a/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/i386/opensslconf.h b/src/lib/libcrypto/crypto/arch/i386/opensslconf.h
index f7b5a6dc38..d3d2175ed0 100644
--- a/src/lib/libcrypto/crypto/arch/i386/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/i386/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h
index e55282fd63..ebeab5cd18 100644
--- a/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/sh/opensslconf.h b/src/lib/libcrypto/crypto/arch/sh/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/crypto/arch/sh/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/sh/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h b/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
index e55282fd63..ebeab5cd18 100644
--- a/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>
diff --git a/src/lib/libcrypto/crypto/arch/vax/opensslconf.h b/src/lib/libcrypto/crypto/arch/vax/opensslconf.h
index fc5ea38470..1cbc1e5401 100644
--- a/src/lib/libcrypto/crypto/arch/vax/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/vax/opensslconf.h
@@ -117,12 +117,10 @@
117/* Generate 80386 code? */ 117/* Generate 80386 code? */
118#undef I386_ONLY 118#undef I386_ONLY
119 119
120#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
121#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 120#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122#define ENGINESDIR "/usr/lib/engines" 121#define ENGINESDIR "/usr/lib/engines"
123#define OPENSSLDIR "/etc/ssl" 122#define OPENSSLDIR "/etc/ssl"
124#endif 123#endif
125#endif
126 124
127#undef OPENSSL_UNISTD 125#undef OPENSSL_UNISTD
128#define OPENSSL_UNISTD <unistd.h> 126#define OPENSSL_UNISTD <unistd.h>