diff options
-rw-r--r-- | src/lib/libcrypto/man/ENGINE_new.3 | 5 |
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. | |||
112 | All functions in this manual ignore all their arguments and | 112 | All functions in this manual ignore all their arguments and |
113 | do nothing except return failure if possible. | 113 | do nothing except return failure if possible. |
114 | They are provided only to avoid patching software that expects | 114 | They are provided only to avoid patching software that expects |
115 | ENGINE support to be available. | 115 | .Vt ENGINE |
116 | support 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 , |