diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-19 20:54:15 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-19 20:54:15 +0000 |
commit | ebd5b8b0431067bf8be53346acf3aa8a3054d45b (patch) | |
tree | 5f2b66ebd8183274ff23c32873357f71403bde42 /lib/libcrypto/man | |
parent | fbbaeee97ea3eeaef4c93581904230ddca260c76 (diff) |
zap stray comma
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/ENGINE_new.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/ENGINE_new.3 b/lib/libcrypto/man/ENGINE_new.3 index 3357b25c2c1..df1e4bb1fd4 100644 --- a/lib/libcrypto/man/ENGINE_new.3 +++ b/lib/libcrypto/man/ENGINE_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ENGINE_new.3,v 1.8 2023/11/19 15:40:12 tb Exp $ +.\" $OpenBSD: ENGINE_new.3,v 1.9 2023/11/19 20:54:14 tb Exp $ .\" .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> .\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> @@ -119,7 +119,7 @@ ENGINE support to be available. .Fn ENGINE_get_default_RSA , .Fn ENGINE_load_private_key , and -.Fn ENGINE_load_public_key , +.Fn ENGINE_load_public_key always return .Dv NULL . .Pp |