[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sun Nov 13 01:51:18 UTC 2016


The branch master has been updated
       via  e330f55d008ab99ee6c99b383061337fc4e7359d (commit)
      from  625b9d6b2a400e6b09f1e0278031f8417c363355 (commit)


- Log -----------------------------------------------------------------
commit e330f55d008ab99ee6c99b383061337fc4e7359d
Author: EasySec <Easy.Sec at free.fr>
Date:   Fri Nov 11 00:51:04 2016 +0100

    Replace the 'SSL' broken link with SSL_CTX_set_security_level which seems not being referenced from elsewhere
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1898)

-----------------------------------------------------------------------

Summary of changes:
 doc/man7/ssl.pod | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod
index fb618fe..3b1b581 100644
--- a/doc/man7/ssl.pod
+++ b/doc/man7/ssl.pod
@@ -767,6 +767,7 @@ L<SSL_CTX_set_msg_callback(3)>,
 L<SSL_CTX_set_options(3)>,
 L<SSL_CTX_set_quiet_shutdown(3)>,
 L<SSL_CTX_set_read_ahead(3)>,
+L<SSL_CTX_set_security_level(3)>,
 L<SSL_CTX_set_session_cache_mode(3)>,
 L<SSL_CTX_set_session_id_context(3)>,
 L<SSL_CTX_set_ssl_version(3)>,


More information about the openssl-commits mailing list