summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/sparc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/arch/sparc')
-rw-r--r--src/lib/libcrypto/arch/sparc/opensslconf.h2
1 files changed, 0 insertions, 2 deletions
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>