summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc4/rc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4.c')
-rw-r--r--src/lib/libcrypto/rc4/rc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/rc4.c b/src/lib/libcrypto/rc4/rc4.c
index 709b7aff35..bfb0a3c1f9 100644
--- a/src/lib/libcrypto/rc4/rc4.c
+++ b/src/lib/libcrypto/rc4/rc4.c
@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
113 { 113 {
114bad: 114bad:
115 for (pp=usage; (*pp != NULL); pp++) 115 for (pp=usage; (*pp != NULL); pp++)
116 fprintf(stderr,*pp); 116 fprintf(stderr,"%s",*pp);
117 exit(1); 117 exit(1);
118 } 118 }
119 119