diff options
author | tb <> | 2024-03-05 22:15:29 +0000 |
---|---|---|
committer | tb <> | 2024-03-05 22:15:29 +0000 |
commit | 3899ef156694a143c9b6b8c1f1f798367ba05386 (patch) | |
tree | 64a43a9f864f0ad89f137aea4ff7c10dff205309 /src/lib | |
parent | 6c38330a63feffc2d64b670ac467a02f31a736f9 (diff) | |
download | openbsd-3899ef156694a143c9b6b8c1f1f798367ba05386.tar.gz openbsd-3899ef156694a143c9b6b8c1f1f798367ba05386.tar.bz2 openbsd-3899ef156694a143c9b6b8c1f1f798367ba05386.zip |
lh_<type>_error() is no longer implemented as a macro
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/lh_new.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/lh_new.3 b/src/lib/libcrypto/man/lh_new.3 index 37fccf0cbb..2550a7d2e7 100644 --- a/src/lib/libcrypto/man/lh_new.3 +++ b/src/lib/libcrypto/man/lh_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: lh_new.3,v 1.12 2024/03/04 19:03:31 tb Exp $ | 1 | .\" $OpenBSD: lh_new.3,v 1.13 2024/03/05 22:15:29 tb Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL doc/crypto/lhash.pod 1bc74519 May 20 08:11:46 2016 -0400 | 3 | .\" OpenSSL doc/crypto/lhash.pod 1bc74519 May 20 08:11:46 2016 -0400 |
4 | .\" selective merge up to: | 4 | .\" selective merge up to: |
@@ -118,7 +118,7 @@ | |||
118 | .\" copied and put under another distribution licence | 118 | .\" copied and put under another distribution licence |
119 | .\" [including the GNU Public Licence.] | 119 | .\" [including the GNU Public Licence.] |
120 | .\" | 120 | .\" |
121 | .Dd $Mdocdate: March 4 2024 $ | 121 | .Dd $Mdocdate: March 5 2024 $ |
122 | .Dt LH_NEW 3 | 122 | .Dt LH_NEW 3 |
123 | .Os | 123 | .Os |
124 | .Sh NAME | 124 | .Sh NAME |
@@ -379,8 +379,6 @@ lh_STUFF_doall_arg(hashtable, LHASH_DOALL_ARG_FN(STUFF_print), BIO, | |||
379 | .Pp | 379 | .Pp |
380 | .Fn lh_<type>_error | 380 | .Fn lh_<type>_error |
381 | can be used to determine if an error occurred in the last operation. | 381 | can be used to determine if an error occurred in the last operation. |
382 | .Fn lh_<type>_error | ||
383 | is a macro. | ||
384 | .Sh RETURN VALUES | 382 | .Sh RETURN VALUES |
385 | .Fn lh_<type>_new | 383 | .Fn lh_<type>_new |
386 | returns | 384 | returns |