diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_md.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_md.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_md.3 b/src/lib/libcrypto/man/BIO_f_md.3 index 80f9cf434d..3ddd7210ef 100644 --- a/src/lib/libcrypto/man/BIO_f_md.3 +++ b/src/lib/libcrypto/man/BIO_f_md.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_md.3,v 1.8 2018/03/20 23:56:07 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_md.3,v 1.9 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: March 20 2018 $ | 52 | .Dd $Mdocdate: March 27 2018 $ |
53 | .Dt BIO_F_MD 3 | 53 | .Dt BIO_F_MD 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -248,10 +248,12 @@ BIO_free_all(bio); | |||
248 | .Sh HISTORY | 248 | .Sh HISTORY |
249 | .Fn BIO_f_md , | 249 | .Fn BIO_f_md , |
250 | .Fn BIO_set_md , | 250 | .Fn BIO_set_md , |
251 | .Fn BIO_get_md , | ||
252 | and | 251 | and |
252 | .Fn BIO_get_md | ||
253 | first appeared in SSLeay 0.6.0. | ||
253 | .Fn BIO_get_md_ctx | 254 | .Fn BIO_get_md_ctx |
254 | appeared in SSLeay 0.8.1b or earlier and have been available since | 255 | first appeared in SSLeay 0.8.1. |
256 | These functions have been available since | ||
255 | .Ox 2.4 . | 257 | .Ox 2.4 . |
256 | .Pp | 258 | .Pp |
257 | Before OpenSSL 1.0.0, the call to | 259 | Before OpenSSL 1.0.0, the call to |