Don't create an OPENSSL_CTX twice
authorMatt Caswell <matt@openssl.org>
Tue, 18 Jun 2019 17:36:36 +0000 (18:36 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 19 Jun 2019 08:59:10 +0000 (09:59 +0100)
commit03361afb3ca27a32e1215e482236c2185f5df1ac
tree3a985e1df7b33229e400c3ae4a428b81e57b0f0e
parentb720949ec09f4dfbff1becc75ca808997e5b51bd
Don't create an OPENSSL_CTX twice

The fips provider was creating the OPENSSL_CTX twice due to a previous
merge error.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9184)
providers/fips/fipsprov.c