Change #include filenames from <foo.h> to <openssl.h>.
[oweals/openssl.git] / apps / version.c
index fd46e17688db91da0a956a5e6aeb1e5356c3941a..f249d15aa6cc6216c8fc27d73fd80932fdcc6719 100644 (file)
@@ -60,8 +60,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include "apps.h"
-#include "evp.h"
-#include "crypto.h"
+#include <openssl/evp.h>
+#include <openssl/crypto.h>
 
 #undef PROG
 #define PROG   version_main