diff options
-rw-r--r-- | src/lib/libcrypto/man/ENGINE_new.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_new.3 b/src/lib/libcrypto/man/ENGINE_new.3 index 3357b25c2c..df1e4bb1fd 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.8 2023/11/19 15:40:12 tb Exp $ | 1 | .\" $OpenBSD: ENGINE_new.3,v 1.9 2023/11/19 20:54:14 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> |
@@ -119,7 +119,7 @@ ENGINE support to be available. | |||
119 | .Fn ENGINE_get_default_RSA , | 119 | .Fn ENGINE_get_default_RSA , |
120 | .Fn ENGINE_load_private_key , | 120 | .Fn ENGINE_load_private_key , |
121 | and | 121 | and |
122 | .Fn ENGINE_load_public_key , | 122 | .Fn ENGINE_load_public_key |
123 | always return | 123 | always return |
124 | .Dv NULL . | 124 | .Dv NULL . |
125 | .Pp | 125 | .Pp |