+1
−1
crypto/context.c
0 → 100644
+110
−0
+117
−0
doc/man3/OPENSSL_CTX.pod
0 → 100644
+48
−0
Loading
The context builds on CRYPTO_EX_DATA, allowing it to be dynamically extended with new data from the different parts of libcrypto. Reviewed-by:Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8225)