Small script to re-encode files that need it to UTF-8
[openssl.git] / doc / ssl / SSL_CONF_CTX_new.pod
index a9ccb049f4f24a45fe4d843cbf9fa651b17e7f90..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