summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-03-07 06:12:27 +0000
committertb <>2023-03-07 06:12:27 +0000
commit0af12b1af7f8d7a6915003784fa292d5aa5986ee (patch)
tree5469ea8fbe71d0b2750a27c1e53ce68bf141b61f /src/lib
parent343ed0543c42b9c915587927a9970fd5e5331931 (diff)
downloadopenbsd-0af12b1af7f8d7a6915003784fa292d5aa5986ee.tar.gz
openbsd-0af12b1af7f8d7a6915003784fa292d5aa5986ee.tar.bz2
openbsd-0af12b1af7f8d7a6915003784fa292d5aa5986ee.zip
Fix OpenSSL version in HISTORY section
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/ECDSA_SIG_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ECDSA_SIG_new.3 b/src/lib/libcrypto/man/ECDSA_SIG_new.3
index 88401732d9..61815128a8 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.16 2023/03/06 13:34:53 tb Exp $ 1.\" $OpenBSD: ECDSA_SIG_new.3,v 1.17 2023/03/07 06:12:27 tb 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.\" selective merge up to: OpenSSL da4ea0cf Aug 5 16:13:24 2019 +0100 3.\" selective merge up to: OpenSSL da4ea0cf Aug 5 16:13:24 2019 +0100
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: March 6 2023 $ 53.Dd $Mdocdate: March 7 2023 $
54.Dt ECDSA_SIG_NEW 3 54.Dt ECDSA_SIG_NEW 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -552,7 +552,7 @@ first appeared in OpenSSL 1.1.0 and have been available since
552.Fn ECDSA_SIG_get0_r 552.Fn ECDSA_SIG_get0_r
553and 553and
554.Fn ECDSA_SIG_get0_s 554.Fn ECDSA_SIG_get0_s
555first appeared in OpenSSL 1.1.0 and have been available since 555first appeared in OpenSSL 1.1.1 and have been available since
556.Ox 7.1 . 556.Ox 7.1 .
557.Sh AUTHORS 557.Sh AUTHORS
558.An Nils Larsch 558.An Nils Larsch