commit | e778802f53c8d47e96a6e4cbc776eb6e1d4c461a | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sat Apr 17 21:25:43 1999 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sat Apr 17 21:25:43 1999 +0000 |
tree | 719d4dd0fc69b355c6d8329af1f90b2c4f603548 | |
parent | d77b3054cd87c2b13fa0169931f74b8e0dac5252 [diff] [blame] |
Massive constification.
diff --git a/apps/dsa.c b/apps/dsa.c index f58ff35..1f57c46 100644 --- a/apps/dsa.c +++ b/apps/dsa.c
@@ -89,7 +89,7 @@ int ret=1; DSA *dsa=NULL; int i,badops=0; - EVP_CIPHER *enc=NULL; + const EVP_CIPHER *enc=NULL; BIO *in=NULL,*out=NULL; int informat,outformat,text=0,noout=0; char *infile,*outfile,*prog;