From 1b787d13b439dd6373e0d2e76297084d9387ea2d Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 5 Mar 2024 22:15:29 +0000 Subject: [PATCH] lh__error() is no longer implemented as a macro --- lib/libcrypto/man/lh_new.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libcrypto/man/lh_new.3 b/lib/libcrypto/man/lh_new.3 index 37fccf0cbbc..2550a7d2e73 100644 --- a/lib/libcrypto/man/lh_new.3 +++ b/lib/libcrypto/man/lh_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lh_new.3,v 1.12 2024/03/04 19:03:31 tb Exp $ +.\" $OpenBSD: lh_new.3,v 1.13 2024/03/05 22:15:29 tb Exp $ .\" full merge up to: .\" OpenSSL doc/crypto/lhash.pod 1bc74519 May 20 08:11:46 2016 -0400 .\" selective merge up to: @@ -118,7 +118,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: March 4 2024 $ +.Dd $Mdocdate: March 5 2024 $ .Dt LH_NEW 3 .Os .Sh NAME @@ -379,8 +379,6 @@ lh_STUFF_doall_arg(hashtable, LHASH_DOALL_ARG_FN(STUFF_print), BIO, .Pp .Fn lh__error can be used to determine if an error occurred in the last operation. -.Fn lh__error -is a macro. .Sh RETURN VALUES .Fn lh__new returns -- 2.20.1