summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-11-19 20:54:14 +0000
committertb <>2023-11-19 20:54:14 +0000
commit2f9f74650ffc9286095497eeb090143d7641286a (patch)
treea5b87b4e0d1132918b7a805ec3f6a69c9580b410 /src
parent33d15fbeced7ed9bc03a4d5215a821dde3434bae (diff)
downloadopenbsd-2f9f74650ffc9286095497eeb090143d7641286a.tar.gz
openbsd-2f9f74650ffc9286095497eeb090143d7641286a.tar.bz2
openbsd-2f9f74650ffc9286095497eeb090143d7641286a.zip
zap stray comma
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/ENGINE_new.34
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 ,
121and 121and
122.Fn ENGINE_load_public_key , 122.Fn ENGINE_load_public_key
123always return 123always return
124.Dv NULL . 124.Dv NULL .
125.Pp 125.Pp