Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bf / bfspeed.c
index 983eba52f0b31c6e562325c46a07c531b9353ab9..8e770a9f837cebd2e33ca64f8daa1421fed3b604 100644 (file)
@@ -98,7 +98,7 @@ struct tms {
 #include <sys/param.h>
 #endif
 
-#include "blowfish.h"
+#include <openssl/blowfish.h>
 
 /* The following if from times(3) man page.  It may need to be changed */
 #ifndef HZ