Remove all remaining traces if PEM_Seal
[openssl.git] / util / mkdef.pl
index 08dacf2661f79d034f6f7dd7ecc085f37a65cbd1..fd36a0d7da79a58f29598533f46e3904b75e6257 100755 (executable)
@@ -980,7 +980,6 @@ sub do_defs
                        $a .= ",RC5" if($s =~ /EVP_rc5/);
                        $a .= ",RMD160" if($s =~ /EVP_ripemd/);
                        $a .= ",RSA" if($s =~ /EVP_(Open|Seal)(Final|Init)/);
-                       $a .= ",RSA" if($s =~ /PEM_Seal(Final|Init|Update)/);
                        $a .= ",RSA" if($s =~ /RSAPrivateKey/);
                        $a .= ",RSA" if($s =~ /SSLv23?_((client|server)_)?method/);