Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / mdc2 / mdc2dgst.c
index 193c1445bb6f1141176b034a1211d57491d7420c..49b0c8ca951fcfa3e367b5efe386fe45d410927a 100644 (file)
@@ -59,8 +59,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "des.h"
-#include "mdc2.h"
+#include <openssl/des.h>
+#include <openssl/mdc2.h>
 
 #undef c2l
 #define c2l(c,l)       (l =((DES_LONG)(*((c)++)))    , \