des_cbc_encrypt / des_ncbc_encrypt issue.
[openssl.git] / crypto / opensslconf.h.in
index 4e28f3e666d5c6c461ad82c50c28227b7d8bc828..e4a8f8ad5490800d03c6a4a974db6ac06f8999ee 100644 (file)
@@ -4,9 +4,13 @@
 /* Generate 80386 code? */
 #undef I386_ONLY
 
+#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
 #define OPENSSLDIR "/usr/local/ssl"
 #endif
+#endif
+
+#define OPENSSL_UNISTD <unistd.h>
 
 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
 #define IDEA_INT unsigned int