diff options
author | tb <> | 2022-01-15 18:16:02 +0000 |
---|---|---|
committer | tb <> | 2022-01-15 18:16:02 +0000 |
commit | 04d3b74c5664606f57f6245c480efc7dfc0abd68 (patch) | |
tree | 665712fd7d83abea1d0693e51b0024a93f9baf4a /src | |
parent | cd846411a5fdaeeb0f1a8b35a3f9709a26ba77f8 (diff) | |
download | openbsd-04d3b74c5664606f57f6245c480efc7dfc0abd68.tar.gz openbsd-04d3b74c5664606f57f6245c480efc7dfc0abd68.tar.bz2 openbsd-04d3b74c5664606f57f6245c480efc7dfc0abd68.zip |
Add back an accidentally dropped .Pp
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/HMAC.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/HMAC.3 b/src/lib/libcrypto/man/HMAC.3 index 3b8da92574..cd1265f703 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.18 2022/01/15 09:14:40 tb Exp $ | 1 | .\" $OpenBSD: HMAC.3,v 1.19 2022/01/15 18:16:02 tb 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 | .\" |
@@ -335,6 +335,7 @@ and | |||
335 | .Fn HMAC_size | 335 | .Fn HMAC_size |
336 | first appeared in SSLeay 0.9.0 and have been available since | 336 | first appeared in SSLeay 0.9.0 and have been available since |
337 | .Ox 2.4 . | 337 | .Ox 2.4 . |
338 | .Pp | ||
338 | .Fn HMAC_Init_ex | 339 | .Fn HMAC_Init_ex |
339 | first appeared in OpenSSL 0.9.7 and have been available since | 340 | first appeared in OpenSSL 0.9.7 and have been available since |
340 | .Ox 3.2 . | 341 | .Ox 3.2 . |