summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-11-19 21:13:47 +0000
committertb <>2023-11-19 21:13:47 +0000
commit25dc99c916f843a58daaa7d49007dc062c84333f (patch)
tree485dab929cd9d87ef5124d065e0cec15836d091c
parent760586b98c11afa028c3b83c0a2231380b7dcbc7 (diff)
downloadopenbsd-25dc99c916f843a58daaa7d49007dc062c84333f.tar.gz
openbsd-25dc99c916f843a58daaa7d49007dc062c84333f.tar.bz2
openbsd-25dc99c916f843a58daaa7d49007dc062c84333f.zip
Mark up an occurrence of ENGINE
-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 ,