]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cryptlib.h
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / crypto / cryptlib.h
index e4b8f2af2fb3830c536b98b1091980e0252f38b8..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"