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>
Thu, 11 Oct 2018 04:07:26 +0000 (12:07 +0800)
commitc033101db39c93cf41d80dfee4357f2617ede1a0
tree2e216f495b9adb7a5a4caf2838f630790cb7cb1e
parent19ac1bf2de07214ee7ee6d2e118fa3aa8e5850f3
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)
crypto/rsa/rsa_lib.c