Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / rc4 / rc4test.c
index 147d0f0a8180fb3386ef577d4ebbccb2347c4330..1410b72951b3dc922dc90a50471d177407e9daa2 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "rc4.h"
+#include <openssl/rc4.h>
 
 unsigned char keys[7][30]={
        {8,0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef},