artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd3ff7
)
zap stray comma
author
tb
<tb@openbsd.org>
Sun, 19 Nov 2023 20:54:14 +0000
(20:54 +0000)
committer
tb
<tb@openbsd.org>
Sun, 19 Nov 2023 20:54:14 +0000
(20:54 +0000)
lib/libcrypto/man/ENGINE_new.3
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/ENGINE_new.3
b/lib/libcrypto/man/ENGINE_new.3
index
3357b25
..
df1e4bb
100644
(file)
--- 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