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