diff options
author | 2018-03-22 16:07:53 +0000 | |
---|---|---|
committer | 2018-03-22 16:07:53 +0000 | |
commit | 1c77d1fe553ef56d260033438fdf12c6c884912a (patch) | |
tree | 82dd81242b7768ebef6f8efca9937b555a1c4bf4 /lib/libssl/man/SSL_library_init.3 | |
parent | crypto HISTORY up to 0.9.5; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-1c77d1fe553ef56d260033438fdf12c6c884912a.tar.xz wireguard-openbsd-1c77d1fe553ef56d260033438fdf12c6c884912a.zip |
ssl.h HISTORY up to 0.9.5; researched from OpenSSL git
Diffstat (limited to 'lib/libssl/man/SSL_library_init.3')
-rw-r--r-- | lib/libssl/man/SSL_library_init.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_library_init.3 b/lib/libssl/man/SSL_library_init.3 index 26a38e53e79..a45e91e043a 100644 --- a/lib/libssl/man/SSL_library_init.3 +++ b/lib/libssl/man/SSL_library_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_library_init.3,v 1.4 2018/03/21 16:12:41 schwarze Exp $ +.\" $OpenBSD: SSL_library_init.3,v 1.5 2018/03/22 16:07:53 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt SSL_LIBRARY_INIT 3 .Os .Sh NAME @@ -104,3 +104,7 @@ appeared before SSLeay 0.8 and has been available since .Fn SSL_library_init first appeared in OpenSSL 0.9.2b and has been available since .Ox 2.6 . +.Pp +.Fn OpenSSL_add_ssl_algorithms +first appeared in OpenSSL 0.9.5 and has been available since +.Ox 2.7 . |