X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Freq.c;h=0cfed93878e79826af47727d88abfdbbb4ccf462;hp=136cdc7d012400bcdea5b0226b4fdfc85b847466;hb=e778802f53c8d47e96a6e4cbc776eb6e1d4c461a;hpb=d77b3054cd87c2b13fa0169931f74b8e0dac5252 diff --git a/apps/req.c b/apps/req.c index 136cdc7d01..0cfed93878 100644 --- a/apps/req.c +++ b/apps/req.c @@ -157,7 +157,7 @@ char **argv; EVP_CIPHER *cipher=NULL; int modulus=0; char *p; - EVP_MD *md_alg=NULL,*digest=EVP_md5(); + const EVP_MD *md_alg=NULL,*digest=EVP_md5(); #ifndef MONOLITH MS_STATIC char config_name[256]; #endif