diff options
author | Ben Laurie <ben@openssl.org> | 1999-04-17 23:25:43 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-04-17 23:25:43 +0200 |
commit | e778802f53c8d47e96a6e4cbc776eb6e1d4c461a (patch) | |
tree | 719d4dd0fc69b355c6d8329af1f90b2c4f603548 /apps/dsa.c | |
parent | Add support for VISIBLESTRING and UTF8String (diff) | |
download | openssl-e778802f53c8d47e96a6e4cbc776eb6e1d4c461a.tar.xz openssl-e778802f53c8d47e96a6e4cbc776eb6e1d4c461a.zip |
Massive constification.
Diffstat (limited to 'apps/dsa.c')
-rw-r--r-- | apps/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsa.c b/apps/dsa.c index f58ff35c7f..1f57c46005 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -89,7 +89,7 @@ char **argv; 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; |