Remove dead code in rsa_pkey_ctrl.
authorShane Lontis <shane.lontis@oracle.com>
Fri, 12 Feb 2021 04:17:23 +0000 (14:17 +1000)
committerPauli <ppzgs1@gmail.com>
Sun, 14 Feb 2021 06:48:48 +0000 (16:48 +1000)
commit8a43091bc7c021ae90101473ade8ee4f52976482
tree938f97cc78f98d2a4bac543486be4c343dfab245
parentbae39163409ac3b8a1c579c2bcfbdae35370a133
Remove dead code in rsa_pkey_ctrl.

Fixes CID #1472393

Previously this switch handled CMS & PCKS7 controls (e.g ANS1_PKEY_CTRL_PKCS7_SIGN)
which fell thru to the dead code to set the X509_ALG.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14163)
crypto/rsa/rsa_ameth.c