diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-15 18:16:03 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-15 18:16:03 +0000 |
commit | a4854c9b548af69dfb9eb214a2a35b2f79f19dbf (patch) | |
tree | 2b13310c3c8ac232065100091ffe1d0eb91f7a93 | |
parent | 8bf60c894068b8edd1928d3b778bbcdffa9f3f4b (diff) |
Add back an accidentally dropped .Pp
-rw-r--r-- | lib/libcrypto/man/HMAC.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/HMAC.3 b/lib/libcrypto/man/HMAC.3 index 3b8da925747..cd1265f7032 100644 --- a/lib/libcrypto/man/HMAC.3 +++ b/lib/libcrypto/man/HMAC.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: HMAC.3,v 1.18 2022/01/15 09:14:40 tb Exp $ +.\" $OpenBSD: HMAC.3,v 1.19 2022/01/15 18:16:02 tb Exp $ .\" full merge up to: OpenSSL crypto/hmac a528d4f0 Oct 27 13:40:11 2015 -0400 .\" selective merge up to: OpenSSL man3/HMAC b3696a55 Sep 2 09:35:50 2017 -0400 .\" @@ -335,6 +335,7 @@ and .Fn HMAC_size first appeared in SSLeay 0.9.0 and have been available since .Ox 2.4 . +.Pp .Fn HMAC_Init_ex first appeared in OpenSSL 0.9.7 and have been available since .Ox 3.2 . |