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