diff options
author | schwarze <> | 2018-03-23 23:18:17 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 23:18:17 +0000 |
commit | b368393a562c8eb79808430b84470d02b0728608 (patch) | |
tree | ce00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/HMAC.3 | |
parent | 63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff) | |
download | openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2 openbsd-b368393a562c8eb79808430b84470d02b0728608.zip |
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/HMAC.3')
-rw-r--r-- | src/lib/libcrypto/man/HMAC.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/HMAC.3 b/src/lib/libcrypto/man/HMAC.3 index 85638caf16..1f855dc17d 100644 --- a/src/lib/libcrypto/man/HMAC.3 +++ b/src/lib/libcrypto/man/HMAC.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: HMAC.3,v 1.12 2018/03/23 04:34:23 schwarze Exp $ | 1 | .\" $OpenBSD: HMAC.3,v 1.13 2018/03/23 23:18:17 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL crypto/hmac a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" full merge up to: OpenSSL crypto/hmac a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" selective merge up to: OpenSSL man3/HMAC b3696a55 Sep 2 09:35:50 2017 -0400 | 3 | .\" selective merge up to: OpenSSL man3/HMAC b3696a55 Sep 2 09:35:50 2017 -0400 |
4 | .\" | 4 | .\" |
@@ -399,4 +399,5 @@ first appeared in OpenSSL 1.0.0 and has been available since | |||
399 | .Fn HMAC_CTX_free , | 399 | .Fn HMAC_CTX_free , |
400 | and | 400 | and |
401 | .Fn HMAC_CTX_get_md | 401 | .Fn HMAC_CTX_get_md |
402 | first appeared in OpenSSL 1.1.0. | 402 | first appeared in OpenSSL 1.1.0 and have been available since |
403 | .Ox 6.3 . | ||