X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2FSSL_CONF_CTX_set_ssl_ctx.pod;h=2049a5336215a92326d84a7d532965932e5a2c13;hp=cfb7cb2599db9a04c7d9e0d10df05e6f9bceb525;hb=f608b4064d58ca4dfdfdfc921308b51cb96205e2;hpb=3db935a9e5e62fcbde719b2a03ce8941bb13514a diff --git a/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod b/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod index cfb7cb2599..2049a53362 100644 --- a/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod +++ b/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod @@ -14,12 +14,12 @@ SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX_set_ssl - set context to configure =head1 DESCRIPTION SSL_CONF_CTX_set_ssl_ctx() sets the context associated with B to the -B structure B. Any previos B or B associated with +B structure B. Any previous B or B associated with B is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to B. SSL_CONF_CTX_set_ssl() sets the context associated with B to the -B structure B. Any previos B or B associated with +B structure B. Any previous B or B associated with B is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to B. @@ -42,6 +42,6 @@ L =head1 HISTORY -These functions were first added to OpenSSL 1.1.0 +These functions were first added to OpenSSL 1.0.2 =cut