Safer memory cleanup in (crypto/rsa/rsa_lib.c)
authorMykola Baibuz <nb@cipher.kiev.ua>
Thu, 11 Oct 2018 04:07:26 +0000 (12:07 +0800)
committerPaul Yang <yang.yang@baishancloud.com>
Sat, 13 Oct 2018 13:19:24 +0000 (21:19 +0800)
commit3924d699655a39d5d886ab3d4f8c467ef2fa0899
treeac743ee2309615ab399febe58b388b8bce6299d3
parent2b03114593c59b3010a0d5166ec349b8985a8290
Safer memory cleanup in (crypto/rsa/rsa_lib.c)

We don't need to use secure clean for public key.

CLA: trivial

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
(Merged from https://github.com/openssl/openssl/pull/7363)

(cherry picked from commit c033101db39c93cf41d80dfee4357f2617ede1a0)
crypto/rsa/rsa_lib.c