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:55:16 +0000 (04:55 +0200)
commit789a2b6250d5e05dfde6ce259e79ef8c172c9f3f
tree66a13400ace2c3fc42f986d4bf015bfb6665749c
parent87975cfa91c3f06a52f2550ed2ef632644be6dde
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)
crypto/engine/eng_lib.c