Don't try to clean up RAND from ENGINE
authorRichard Levitte <levitte@openssl.org>
Thu, 6 Apr 2017 13:58:38 +0000 (15:58 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 7 Apr 2017 02:56:13 +0000 (04:56 +0200)
commitdf13eb7ae70073de8c95ca3c7d2f587037582470
tree8c77d84ca191804b4bd04a2801e62d920db9d78b
parent67114d93b47aa02192272182595c2b5d1bba8298
Don't try to clean up RAND from ENGINE

This is especially harmful since OPENSSL_cleanup() has already called
the RAND cleanup function

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3137)
(cherry picked from commit 789a2b6250d5e05dfde6ce259e79ef8c172c9f3f)
crypto/engine/eng_lib.c