artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f782554
)
Add back a .
author
tb
<tb@openbsd.org>
Sun, 21 Jul 2024 09:24:07 +0000
(09:24 +0000)
committer
tb
<tb@openbsd.org>
Sun, 21 Jul 2024 09:24:07 +0000
(09:24 +0000)
lib/libcrypto/man/EVP_SignInit.3
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/EVP_SignInit.3
b/lib/libcrypto/man/EVP_SignInit.3
index
b8ead76
..
6064bc7
100644
(file)
--- a/
lib/libcrypto/man/EVP_SignInit.3
+++ b/
lib/libcrypto/man/EVP_SignInit.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: EVP_SignInit.3,v 1.1
8 2024/07/21 08:36:43
tb Exp $
+.\" $OpenBSD: EVP_SignInit.3,v 1.1
9 2024/07/21 09:24:07
tb Exp $
.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\" selective merge up to: OpenSSL 79b49fb0 Mar 20 10:03:10 2018 +1000
.\"
@@
-93,7
+93,7
@@
signatures.
sets up a signing context
.Fa ctx
to use the digest
-.Fa type
+.Fa type
.
.Fa ctx
must be initialized with
.Xr EVP_MD_CTX_init 3