summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cryptlib.h')
-rw-r--r--src/lib/libcrypto/cryptlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h
index 5eff5d3141..a0489e57fc 100644
--- a/src/lib/libcrypto/cryptlib.h
+++ b/src/lib/libcrypto/cryptlib.h
@@ -62,7 +62,7 @@
62#include <stdlib.h> 62#include <stdlib.h>
63#include <string.h> 63#include <string.h>
64 64
65#include "openssl/e_os.h" 65#include "e_os.h"
66 66
67#include <openssl/crypto.h> 67#include <openssl/crypto.h>
68#include <openssl/buffer.h> 68#include <openssl/buffer.h>
@@ -74,7 +74,7 @@
74extern "C" { 74extern "C" {
75#endif 75#endif
76 76
77#ifndef VMS 77#ifndef OPENSSL_SYS_VMS
78#define X509_CERT_AREA OPENSSLDIR 78#define X509_CERT_AREA OPENSSLDIR
79#define X509_CERT_DIR OPENSSLDIR "/certs" 79#define X509_CERT_DIR OPENSSLDIR "/certs"
80#define X509_CERT_FILE OPENSSLDIR "/cert.pem" 80#define X509_CERT_FILE OPENSSLDIR "/cert.pem"