Massive constification.
[openssl.git] / apps / rsa.c
index 056936da73490ad8334bc425ddf4e2ab4d467e6e..c8473d95583e8d20cc48a792598a80f8089ed37a 100644 (file)
@@ -89,7 +89,7 @@ char **argv;
        int ret=1;
        RSA *rsa=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;