summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-11-19 21:13:47 +0000
committertb <>2023-11-19 21:13:47 +0000
commit2573e6d3c917fb5307bb80e428c9493c39927828 (patch)
tree485dab929cd9d87ef5124d065e0cec15836d091c /src
parentc2c7a76c0fc43438cea290572e63f58ebb4133a3 (diff)
downloadopenbsd-2573e6d3c917fb5307bb80e428c9493c39927828.tar.gz
openbsd-2573e6d3c917fb5307bb80e428c9493c39927828.tar.bz2
openbsd-2573e6d3c917fb5307bb80e428c9493c39927828.zip
Mark up an occurrence of ENGINE
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/ENGINE_new.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_new.3 b/src/lib/libcrypto/man/ENGINE_new.3
index df1e4bb1fd..55ed963563 100644
--- a/src/lib/libcrypto/man/ENGINE_new.3
+++ b/src/lib/libcrypto/man/ENGINE_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ENGINE_new.3,v 1.9 2023/11/19 20:54:14 tb Exp $ 1.\" $OpenBSD: ENGINE_new.3,v 1.10 2023/11/19 21:13:47 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 4.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -112,7 +112,8 @@ LibreSSL no longer supports this feature.
112All functions in this manual ignore all their arguments and 112All functions in this manual ignore all their arguments and
113do nothing except return failure if possible. 113do nothing except return failure if possible.
114They are provided only to avoid patching software that expects 114They are provided only to avoid patching software that expects
115ENGINE support to be available. 115.Vt ENGINE
116support to be available.
116.Sh RETURN VALUES 117.Sh RETURN VALUES
117.Fn ENGINE_new , 118.Fn ENGINE_new ,
118.Fn ENGINE_by_id , 119.Fn ENGINE_by_id ,