aboutsummaryrefslogtreecommitdiff
path: root/apps/ciphers.c
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 /apps/ciphers.c
parent741a9690df52b947861deeafec87ab86074c0929 (diff)
downloadopenssl-4327aae816f6c147782b5a011c7f899558629c27.zip
openssl-4327aae816f6c147782b5a011c7f899558629c27.tar.gz
openssl-4327aae816f6c147782b5a011c7f899558629c27.tar.bz2
format strings
Diffstat (limited to 'apps/ciphers.c')
-rw-r--r--apps/ciphers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ciphers.c b/apps/ciphers.c
index b6e2f96..6be7671 100644
--- a/apps/ciphers.c
+++ b/apps/ciphers.c
@@ -150,7 +150,7 @@ int MAIN(int argc, char **argv)
if (badops)
{
for (pp=ciphers_usage; (*pp != NULL); pp++)
- BIO_printf(bio_err,*pp);
+ BIO_printf(bio_err,"%s",*pp);
goto end;
}