Error out immediately on empty ciphers list.
[openssl.git] / doc / ssl / SSL_CONF_CTX_new.pod
index 1ae4ac627e356324601b0dd7e5cfb81b1dba4df0..79c8c94ee08af8bbc2134e9ea2d0b88028d12bf0 100644 (file)
@@ -17,6 +17,7 @@ The function SSL_CONF_CTX_new() allocates and initialises an B<SSL_CONF_CTX>
 structure for use with the SSL_CONF functions.
 
 The function SSL_CONF_CTX_free() frees up the context B<cctx>.
+If B<cctx> is NULL nothing is done.
 
 =head1 RETURN VALUES
 
@@ -35,6 +36,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.1.0
+These functions were first added to OpenSSL 1.0.2
 
 =cut