Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / des / des.c
index 7dc3b565baafcb32a8d438c196050f448f82739a..20b27d3a78ab4c33d751953d73690407ed639fcd 100644 (file)
@@ -80,7 +80,7 @@
 #if defined(NOCONST)
 #define const
 #endif
-#include "des.h"
+#include <openssl/des.h>
 
 #if defined(__STDC__) || defined(VMS) || defined(M_XENIX) || defined(MSDOS)
 #include <string.h>