X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fmk1mf.pl;h=11e9c16a1e4d2d8cace30e0c337822fd718319d7;hp=8992d1683d2ed10df7a4d6c3eb98360136798464;hb=5f32680329648886701f5b5832239eecf0b38390;hpb=dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 8992d1683d..11e9c16a1e 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -638,7 +638,7 @@ sub var_add @a=grep(!/(^sha1)|(_sha1$)|(m_dss1$)/,@a) if $no_sha1; @a=grep(!/_mdc2$/,@a) if $no_mdc2; - @a=grep(!/(^rsa$)|(^genrsa$)|(^req$)|(^ca$)/,@a) if $no_rsa; + @a=grep(!/(^rsa$)|(^genrsa$)/,@a) if $no_rsa; @a=grep(!/(^dsa$)|(^gendsa$)|(^dsaparam$)/,@a) if $no_dsa; @a=grep(!/^gendsa$/,@a) if $no_sha1; @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;