summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-06-05 04:59:49 +0000
committertb <tb@openbsd.org>2019-06-05 04:59:49 +0000
commit4708eb15bc0b1040f2b954ff80724dbbe54696b5 (patch)
tree27d3b3f3a70dc85a9eedee7a5a4fe180ada7441f
parentWe know which flow table entries are actually in use, so we can just (diff)
downloadwireguard-openbsd-4708eb15bc0b1040f2b954ff80724dbbe54696b5.tar.xz
wireguard-openbsd-4708eb15bc0b1040f2b954ff80724dbbe54696b5.zip
Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*
-rw-r--r--lib/libcrypto/man/EVP_SignInit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EVP_SignInit.3 b/lib/libcrypto/man/EVP_SignInit.3
index d9e62972a68..d670c122c9c 100644
--- a/lib/libcrypto/man/EVP_SignInit.3
+++ b/lib/libcrypto/man/EVP_SignInit.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_SignInit.3,v 1.12 2018/12/23 08:35:14 tb Exp $
+.\" $OpenBSD: EVP_SignInit.3,v 1.13 2019/06/05 04:59:49 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
.\"
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 23 2018 $
+.Dd $Mdocdate: June 5 2019 $
.Dt EVP_SIGNINIT 3
.Os
.Sh NAME
@@ -227,4 +227,4 @@ amounts of data have been passed through
It is not possible to change the signing parameters using these
function.
.Pp
-The previous two bugs are fixed in the newer EVP_SignDigest* function.
+The previous two bugs are fixed in the newer EVP_DigestSign* function.