aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4/rc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/rc4.c')
-rw-r--r--crypto/rc4/rc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc4/rc4.c b/crypto/rc4/rc4.c
index a1a66acf0c..709b7aff35 100644
--- a/crypto/rc4/rc4.c
+++ b/crypto/rc4/rc4.c
@@ -59,7 +59,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "rc4.h"
+#include <openssl/rc4.h>
char *usage[]={
"usage: rc4 args\n",