diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_library_init.3')
-rw-r--r-- | src/lib/libssl/man/SSL_library_init.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libssl/man/SSL_library_init.3 b/src/lib/libssl/man/SSL_library_init.3 index f4d99ee858..26a38e53e7 100644 --- a/src/lib/libssl/man/SSL_library_init.3 +++ b/src/lib/libssl/man/SSL_library_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_library_init.3,v 1.3 2018/03/21 05:07:04 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_library_init.3,v 1.4 2018/03/21 16:12:41 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -100,3 +100,7 @@ SSL_library_init(); /* initialize library */ | |||
100 | .Fn SSLeay_add_ssl_algorithms | 100 | .Fn SSLeay_add_ssl_algorithms |
101 | appeared before SSLeay 0.8 and has been available since | 101 | appeared before SSLeay 0.8 and has been available since |
102 | .Ox 2.4 . | 102 | .Ox 2.4 . |
103 | .Pp | ||
104 | .Fn SSL_library_init | ||
105 | first appeared in OpenSSL 0.9.2b and has been available since | ||
106 | .Ox 2.6 . | ||