From 166500e37dbedc10646a7d57241ffc511009b8aa Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 7 Jul 2000 20:54:57 +0000 Subject: use %s with fprintf --- lib/libssl/src/crypto/rc4/rc4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libssl/src/crypto/rc4/rc4.c b/lib/libssl/src/crypto/rc4/rc4.c index 709b7aff35a..bfb0a3c1f91 100644 --- a/lib/libssl/src/crypto/rc4/rc4.c +++ b/lib/libssl/src/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); } -- cgit v1.2.3