Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / cryptlib.h
index 7208f9e4e9241dcf03d4fac2ead3f931423c9452..8671bea9ff823dba93a638aaae9e77f337409405 100644 (file)
@@ -68,17 +68,17 @@ extern "C" {
 
 /* #ifdef FLAT_INC */
 
-#include "e_os.h"
-#include "crypto.h"
-#include "buffer.h" 
-#include "bio.h" 
-#include "err.h"
+#include <openssl/e_os.h>
+#include <openssl/crypto.h>
+#include <openssl/buffer.h> 
+#include <openssl/bio.h> 
+#include <openssl/err.h>
 
 /*
 #else
 
 #include "../e_os.h"
-#include "crypto.h"
+#include <openssl/crypto.h>
 #include "buffer/buffer.h"
 #include "bio/bio.h"
 #include "err/err.h"
@@ -88,7 +88,7 @@ extern "C" {
 #define X509_CERT_AREA         "/usr/local/ssl"
 #define X509_CERT_DIR          "/usr/local/ssl/certs"
 #define X509_CERT_FILE         "/usr/local/ssl/cert.pem"
-#define X509_PRIVATE_DIR        "/usr/local/ssl/private"
+#define X509_PRIVATE_DIR       "/usr/local/ssl/private"
 
 #define X509_CERT_DIR_EVP        "SSL_CERT_DIR"
 #define X509_CERT_FILE_EVP       "SSL_CERT_FILE"