diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-07 06:12:28 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-07 06:12:28 +0000 |
commit | 3f0025e81fc7c39a8657e443376e83f6cbaf035c (patch) | |
tree | d7060d093a94e6b99d285c8265532e6bcf31b131 /lib | |
parent | 1a0a510c7ad4cd7d6556123d0f9765f2310b8022 (diff) |
Fix OpenSSL version in HISTORY section
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/ECDSA_SIG_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ECDSA_SIG_new.3 b/lib/libcrypto/man/ECDSA_SIG_new.3 index 88401732d94..61815128a89 100644 --- a/lib/libcrypto/man/ECDSA_SIG_new.3 +++ b/lib/libcrypto/man/ECDSA_SIG_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ECDSA_SIG_new.3,v 1.16 2023/03/06 13:34:53 tb Exp $ +.\" $OpenBSD: ECDSA_SIG_new.3,v 1.17 2023/03/07 06:12:27 tb Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" selective merge up to: OpenSSL da4ea0cf Aug 5 16:13:24 2019 +0100 .\" @@ -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: March 6 2023 $ +.Dd $Mdocdate: March 7 2023 $ .Dt ECDSA_SIG_NEW 3 .Os .Sh NAME @@ -552,7 +552,7 @@ first appeared in OpenSSL 1.1.0 and have been available since .Fn ECDSA_SIG_get0_r and .Fn ECDSA_SIG_get0_s -first appeared in OpenSSL 1.1.0 and have been available since +first appeared in OpenSSL 1.1.1 and have been available since .Ox 7.1 . .Sh AUTHORS .An Nils Larsch |