From 7d727231b735750c0876089204fe46c058e3f675 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Tue, 5 Apr 2005 19:11:19 +0000 Subject: some const fixes --- apps/ciphers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/ciphers.c') diff --git a/apps/ciphers.c b/apps/ciphers.c index 7c62fc5dc3..43f0ac594a 100644 --- a/apps/ciphers.c +++ b/apps/ciphers.c @@ -69,7 +69,7 @@ #undef PROG #define PROG ciphers_main -static char *ciphers_usage[]={ +static const char *ciphers_usage[]={ "usage: ciphers args\n", " -v - verbose mode, a textual listing of the ciphers in SSLeay\n", " -ssl2 - SSL2 mode\n", @@ -84,7 +84,7 @@ int MAIN(int argc, char **argv) { int ret=1,i; int verbose=0; - char **pp; + const char **pp; const char *p; int badops=0; SSL_CTX *ctx=NULL; -- cgit v1.2.3