summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-06 02:57:35 +0000
committerUlf Möller <ulf@openssl.org>2001-02-06 02:57:35 +0000
commit4327aae816f6c147782b5a011c7f899558629c27 (patch)
treed71b0c4927df33dcfe16d40ff525b853a7833498 /crypto
parent741a9690df52b947861deeafec87ab86074c0929 (diff)
format strings
Diffstat (limited to 'crypto')
-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 709b7aff35..bfb0a3c1f9 100644
--- a/crypto/rc4/rc4.c
+++ b/crypto/rc4/rc4.c
@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
{
bad:
for (pp=usage; (*pp != NULL); pp++)
- fprintf(stderr,*pp);
+ fprintf(stderr,"%s",*pp);
exit(1);
}