From e778802f53c8d47e96a6e4cbc776eb6e1d4c461a Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 17 Apr 1999 21:25:43 +0000 Subject: Massive constification. --- apps/ciphers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/ciphers.c') diff --git a/apps/ciphers.c b/apps/ciphers.c index a62c5b0..1465277 100644 --- a/apps/ciphers.c +++ b/apps/ciphers.c @@ -83,7 +83,8 @@ char **argv; { int ret=1,i; int verbose=0; - char **pp,*p; + char **pp; + const char *p; int badops=0; SSL_CTX *ctx=NULL; SSL *ssl=NULL; -- cgit v1.1