diff options
author | 2018-03-21 16:12:41 +0000 | |
---|---|---|
committer | 2018-03-21 16:12:41 +0000 | |
commit | a14b330bb9eff7d597b28e5ca9dd5906484b4e7a (patch) | |
tree | ba687634e97ebc89a5c867b59a827c6155333dfc /lib/libssl/man/SSL_library_init.3 | |
parent | crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-a14b330bb9eff7d597b28e5ca9dd5906484b4e7a.tar.xz wireguard-openbsd-a14b330bb9eff7d597b28e5ca9dd5906484b4e7a.zip |
ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git
Diffstat (limited to 'lib/libssl/man/SSL_library_init.3')
-rw-r--r-- | lib/libssl/man/SSL_library_init.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libssl/man/SSL_library_init.3 b/lib/libssl/man/SSL_library_init.3 index f4d99ee8580..26a38e53e79 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.3 2018/03/21 05:07:04 schwarze Exp $ +.\" $OpenBSD: SSL_library_init.3,v 1.4 2018/03/21 16:12:41 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -100,3 +100,7 @@ SSL_library_init(); /* initialize library */ .Fn SSLeay_add_ssl_algorithms appeared before SSLeay 0.8 and has been available since .Ox 2.4 . +.Pp +.Fn SSL_library_init +first appeared in OpenSSL 0.9.2b and has been available since +.Ox 2.6 . |