summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ECDSA_SIG_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ECDSA_SIG_new.3')
-rw-r--r--src/lib/libcrypto/man/ECDSA_SIG_new.38
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/ECDSA_SIG_new.3 b/src/lib/libcrypto/man/ECDSA_SIG_new.3
index d462e1f949..7a6fa4fa78 100644
--- a/src/lib/libcrypto/man/ECDSA_SIG_new.3
+++ b/src/lib/libcrypto/man/ECDSA_SIG_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ECDSA_SIG_new.3,v 1.10 2018/03/23 00:09:11 schwarze Exp $ 1.\" $OpenBSD: ECDSA_SIG_new.3,v 1.11 2018/03/23 23:18:17 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Nils Larsch <nils@openssl.org>. 4.\" This file was written by Nils Larsch <nils@openssl.org>.
@@ -502,6 +502,12 @@ and
502.Fn ECDSA_set_method 502.Fn ECDSA_set_method
503first appeared in OpenSSL 0.9.8 and have been available since 503first appeared in OpenSSL 0.9.8 and have been available since
504.Ox 4.5 . 504.Ox 4.5 .
505.Pp
506.Fn ECDSA_SIG_get0
507and
508.Fn ECDSA_SIG_set0
509first appeared in OpenSSL 1.1.0 and have been available since
510.Ox 6.3 .
505.Sh AUTHORS 511.Sh AUTHORS
506.An Nils Larsch 512.An Nils Larsch
507for the OpenSSL project. 513for the OpenSSL project.