Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / des / des.h
index 54f18c7091f6139001fa2098b34d7178591725e8..fba3d81c010a1142cf9331b1a20db6de71fbe612 100644 (file)
@@ -64,7 +64,7 @@ extern "C" {
 #endif
 
 #include <stdio.h>
-#include "opensslconf.h" /* DES_LONG */
+#include <openssl/opensslconf.h> /* DES_LONG */
 
 typedef unsigned char des_cblock[8];
 typedef unsigned char *des_cblocks; /* Unfortunately there's no way to say that