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