summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-11-19 20:54:15 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-11-19 20:54:15 +0000
commitebd5b8b0431067bf8be53346acf3aa8a3054d45b (patch)
tree5f2b66ebd8183274ff23c32873357f71403bde42 /lib/libcrypto/man
parentfbbaeee97ea3eeaef4c93581904230ddca260c76 (diff)
zap stray comma
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/ENGINE_new.34
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