Add some TODO notes into init.c
authorMatt Caswell <matt@openssl.org>
Thu, 2 May 2019 12:42:31 +0000 (13:42 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 2 May 2019 21:42:09 +0000 (22:42 +0100)
commit65a1e917a6be8c5a776a593b7bed9a52c950c71b
tree294f3ff63071846d074caa4e9471a3fa1a91535c
parent1aedc35fd6c2f40f269c88b2f7d5a617172b47c5
Add some TODO notes into init.c

We should be seeking to move the OPENSSL_init_crypto and OPENSSL_cleanup
processing into OPENSSL_CTX instead.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8857)
crypto/init.c