summaryrefslogtreecommitdiff
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorlevitte <levitte>2001-02-20 08:11:57 +0000
committerlevitte <levitte>2001-02-20 08:11:57 +0000
commit733f3ebd344923ee51b5533f92390924eccb77e5 (patch)
tree03afbbd7c5d237b8feb420d0f01a3493c2c41d5a /crypto/cryptlib.h
parentc38572f91cd1ea456d16efb1df04d6bd04087e07 (diff)
downloadopenssl-733f3ebd344923ee51b5533f92390924eccb77e5.tar.gz
Use new-style system-id macros everywhere possible. I hope I haven't
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index 5eff5d314..ffca3c8c5 100644
--- a/crypto/cryptlib.h
+++ b/crypto/cryptlib.h
@@ -74,7 +74,7 @@
extern "C" {
#endif
-#ifndef VMS
+#ifndef OPENSSL_SYS_VMS
#define X509_CERT_AREA OPENSSLDIR
#define X509_CERT_DIR OPENSSLDIR "/certs"
#define X509_CERT_FILE OPENSSLDIR "/cert.pem"