Skip to content

Commit 7409f5c

Browse files
author
Git for Windows Build Agent
committed
Update 8 packages
curl (8.12.0-1 -> 8.12.1-1) libcurl (8.12.0-1 -> 8.12.1-1) libopenssl (3.2.3-1 -> 3.2.4-1) mingw-w64-i686-curl-openssl-alternate (8.12.0-1 -> 8.12.1-1) mingw-w64-i686-curl-winssl (8.12.0-1 -> 8.12.1-1) mingw-w64-i686-openssl (3.2.3-1 -> 3.2.4-1) mingw-w64-i686-python (3.12.9-1 -> 3.12.9-3) openssl (3.2.3-1 -> 3.2.4-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent f8a2d2b commit 7409f5c

File tree

7,225 files changed

+518
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,225 files changed

+518
-334
lines changed

etc/rebase.db.i386

0 Bytes
Binary file not shown.

mingw32/bin/c_rehash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22

33
# WARNING: do not edit!
4-
# Generated by Makefile from ../openssl-3.2.3/tools/c_rehash.in
4+
# Generated by Makefile from ../openssl-3.2.4/tools/c_rehash.in
55
# Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
66
#
77
# Licensed under the Apache License 2.0 (the "License"). You may not use

mingw32/bin/curl-config

+6-6
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ while test "$#" -gt 0; do
9595
;;
9696

9797
--version)
98-
echo 'libcurl 8.12.0'
98+
echo 'libcurl 8.12.1'
9999
exit 0
100100
;;
101101

@@ -107,11 +107,11 @@ while test "$#" -gt 0; do
107107
# dash as that's used for things like version 1.2.3-pre1
108108
cpatch=`echo "$checkfor" | cut -d. -f3 | cut -d- -f1`
109109

110-
vmajor=`echo '8.12.0' | cut -d. -f1`
111-
vminor=`echo '8.12.0' | cut -d. -f2`
110+
vmajor=`echo '8.12.1' | cut -d. -f1`
111+
vminor=`echo '8.12.1' | cut -d. -f2`
112112
# when extracting the patch part we strip off everything after a
113113
# dash as that's used for things like version 1.2.3-pre1
114-
vpatch=`echo '8.12.0' | cut -d. -f3 | cut -d- -f1`
114+
vpatch=`echo '8.12.1' | cut -d. -f3 | cut -d- -f1`
115115

116116
if test "$vmajor" -gt "$cmajor"; then
117117
exit 0
@@ -127,12 +127,12 @@ while test "$#" -gt 0; do
127127
fi
128128
fi
129129

130-
echo "requested version $checkfor is newer than existing 8.12.0"
130+
echo "requested version $checkfor is newer than existing 8.12.1"
131131
exit 1
132132
;;
133133

134134
--vernum)
135-
echo '080c00'
135+
echo '080c01'
136136
exit 0
137137
;;
138138

mingw32/bin/curl.exe

-2 KB
Binary file not shown.

mingw32/bin/libcrypto-3.dll

1.5 KB
Binary file not shown.

mingw32/bin/libcurl-4.dll

-512 Bytes
Binary file not shown.

mingw32/bin/libcurl-openssl-4.dll

0 Bytes
Binary file not shown.

mingw32/bin/libpython3.12.dll

0 Bytes
Binary file not shown.

mingw32/bin/libpython3.dll

0 Bytes
Binary file not shown.

mingw32/bin/libssl-3.dll

1 KB
Binary file not shown.

mingw32/bin/openssl.exe

1.5 KB
Binary file not shown.

mingw32/bin/python-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ installed_prefix ()
3030
# Since we don't know where the output from this script will end up
3131
# we keep all paths in Windows-land since MSYS2 can handle that
3232
# while native tools can't handle paths in MSYS2-land.
33-
if [ "$OSTYPE" = "msys" ]; then
33+
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
3434
RESULT=$(cd "$RESULT" && pwd -W)
3535
fi
3636
echo $RESULT

mingw32/bin/python.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ installed_prefix ()
3030
# Since we don't know where the output from this script will end up
3131
# we keep all paths in Windows-land since MSYS2 can handle that
3232
# while native tools can't handle paths in MSYS2-land.
33-
if [ "$OSTYPE" = "msys" ]; then
33+
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
3434
RESULT=$(cd "$RESULT" && pwd -W)
3535
fi
3636
echo $RESULT

mingw32/bin/python3.12-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ installed_prefix ()
3030
# Since we don't know where the output from this script will end up
3131
# we keep all paths in Windows-land since MSYS2 can handle that
3232
# while native tools can't handle paths in MSYS2-land.
33-
if [ "$OSTYPE" = "msys" ]; then
33+
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
3434
RESULT=$(cd "$RESULT" && pwd -W)
3535
fi
3636
echo $RESULT

mingw32/bin/python3.12.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3w.exe

0 Bytes
Binary file not shown.

mingw32/bin/pythonw.exe

0 Bytes
Binary file not shown.

mingw32/etc/ssl/misc/CA.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Wrapper around the ca to make it easier to use
1111
#
1212
# WARNING: do not edit!
13-
# Generated by Makefile from ../openssl-3.2.3/apps/CA.pl.in
13+
# Generated by Makefile from ../openssl-3.2.4/apps/CA.pl.in
1414

1515
use strict;
1616
use warnings;

mingw32/etc/ssl/misc/tsget

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sub create_curl {
4747
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
4848
$curl->setopt(CURLOPT_FAILONERROR, 1);
4949
$curl->setopt(CURLOPT_USERAGENT,
50-
"OpenTSA tsget.pl/openssl-3.2.3");
50+
"OpenTSA tsget.pl/openssl-3.2.4");
5151

5252
# Options for POST method.
5353
$curl->setopt(CURLOPT_UPLOAD, 1);

mingw32/etc/ssl/misc/tsget.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sub create_curl {
4747
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
4848
$curl->setopt(CURLOPT_FAILONERROR, 1);
4949
$curl->setopt(CURLOPT_USERAGENT,
50-
"OpenTSA tsget.pl/openssl-3.2.3");
50+
"OpenTSA tsget.pl/openssl-3.2.4");
5151

5252
# Options for POST method.
5353
$curl->setopt(CURLOPT_UPLOAD, 1);

mingw32/include/curl/curlver.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
/* This is the version number of the libcurl package from which this header
3434
file origins: */
35-
#define LIBCURL_VERSION "8.12.0"
35+
#define LIBCURL_VERSION "8.12.1"
3636

3737
/* The numeric version number is also available "in parts" by using these
3838
defines: */
3939
#define LIBCURL_VERSION_MAJOR 8
4040
#define LIBCURL_VERSION_MINOR 12
41-
#define LIBCURL_VERSION_PATCH 0
41+
#define LIBCURL_VERSION_PATCH 1
4242

4343
/* This is the numeric version of the libcurl version number, meant for easier
4444
parsing and comparisons by programs. The LIBCURL_VERSION_NUM define will
@@ -59,7 +59,7 @@
5959
CURL_VERSION_BITS() macro since curl's own configure script greps for it
6060
and needs it to contain the full number.
6161
*/
62-
#define LIBCURL_VERSION_NUM 0x080c00
62+
#define LIBCURL_VERSION_NUM 0x080c01
6363

6464
/*
6565
* This is the date and time when the full source package was created. The
@@ -70,7 +70,7 @@
7070
*
7171
* "2007-11-23"
7272
*/
73-
#define LIBCURL_TIMESTAMP "2025-02-05"
73+
#define LIBCURL_TIMESTAMP "2025-02-13"
7474

7575
#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z))
7676
#define CURL_AT_LEAST_VERSION(x,y,z) \

mingw32/include/openssl/asn1.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/asn1.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/asn1.h.in
44
*
55
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/asn1t.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/asn1t.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/asn1t.h.in
44
*
55
* Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/bio.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/bio.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/bio.h.in
44
*
55
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/cmp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/cmp.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/cmp.h.in
44
*
55
* Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright Nokia 2007-2019

mingw32/include/openssl/cms.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/cms.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/cms.h.in
44
*
55
* Copyright 2008-2022 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/cmserr.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Generated by util/mkerr.pl DO NOT EDIT
3-
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
44
*
55
* Licensed under the Apache License 2.0 (the "License"). You may not use
66
* this file except in compliance with the License. You can obtain a copy
@@ -49,6 +49,7 @@
4949
# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE 114
5050
# define CMS_R_ERROR_SETTING_KEY 115
5151
# define CMS_R_ERROR_SETTING_RECIPIENTINFO 116
52+
# define CMS_R_ERROR_UNSUPPORTED_STATIC_KEY_AGREEMENT 196
5253
# define CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR 183
5354
# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH 117
5455
# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER 176

mingw32/include/openssl/conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/conf.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/conf.h.in
44
*
55
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by configdata.pm from ../openssl-3.2.3/Configurations/common0.tmpl, ../openssl-3.2.3/Configurations/unix-Makefile.tmpl
3+
* Generated by configdata.pm from ../openssl-3.2.4/Configurations/common0.tmpl, ../openssl-3.2.4/Configurations/unix-Makefile.tmpl
44
* via Makefile.in
55
*
66
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.

mingw32/include/openssl/core_names.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/core_names.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/core_names.h.in
44
*
55
* Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/crmf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/crmf.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/crmf.h.in
44
*
55
* Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright Nokia 2007-2019

mingw32/include/openssl/crypto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/crypto.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/crypto.h.in
44
*
55
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved

mingw32/include/openssl/ct.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ct.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ct.h.in
44
*
55
* Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/ess.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ess.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ess.h.in
44
*
55
* Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/fipskey.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/fipskey.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/fipskey.h.in
44
*
55
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/http.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ extern "C" {
3535

3636
# ifndef OPENSSL_NO_HTTP
3737

38-
#define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
39-
#define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
38+
# define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
39+
# define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
40+
# define OSSL_HTTP_DEFAULT_MAX_CRL_LEN (32 * 1024 * 1024)
4041

4142
/* Low-level HTTP API */
4243
OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);

mingw32/include/openssl/ocsp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ocsp.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ocsp.h.in
44
*
55
* Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/opensslv.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/opensslv.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/opensslv.h.in
44
*
55
* Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
66
*
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 2
32-
# define OPENSSL_VERSION_PATCH 3
32+
# define OPENSSL_VERSION_PATCH 4
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.2.3"
78-
# define OPENSSL_FULL_VERSION_STR "3.2.3"
77+
# define OPENSSL_VERSION_STR "3.2.4"
78+
# define OPENSSL_FULL_VERSION_STR "3.2.4"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
85+
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.2.3 3 Sep 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.2.4 11 Feb 2025"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

mingw32/include/openssl/pkcs12.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/pkcs12.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/pkcs12.h.in
44
*
55
* Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/pkcs7.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/pkcs7.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/pkcs7.h.in
44
*
55
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/safestack.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/safestack.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/safestack.h.in
44
*
55
* Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/srp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/srp.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/srp.h.in
44
*
55
* Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright (c) 2004, EdelKey Project. All Rights Reserved.

mingw32/include/openssl/ssl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ssl.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ssl.h.in
44
*
55
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved

mingw32/include/openssl/ui.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ui.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ui.h.in
44
*
55
* Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/x509.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/x509.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/x509.h.in
44
*
55
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved

mingw32/include/openssl/x509_vfy.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/x509_vfy.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/x509_vfy.h.in
44
*
55
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/include/openssl/x509v3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WARNING: do not edit!
3-
* Generated by Makefile from ../openssl-3.2.3/include/openssl/x509v3.h.in
3+
* Generated by Makefile from ../openssl-3.2.4/include/openssl/x509v3.h.in
44
*
55
* Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*

mingw32/lib/engines-3/capi.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/lib/engines-3/padlock.dll

-512 Bytes
Binary file not shown.

mingw32/lib/libcrypto.a

1.79 KB
Binary file not shown.

mingw32/lib/libssl.a

1.29 KB
Binary file not shown.

mingw32/lib/ossl-modules/legacy.dll

1.54 KB
Binary file not shown.

mingw32/lib/pkgconfig/libcrypto.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ modulesdir=${libdir}/ossl-modules
77

88
Name: OpenSSL-libcrypto
99
Description: OpenSSL cryptography library
10-
Version: 3.2.3
10+
Version: 3.2.4
1111
Libs: -L${libdir} -lcrypto
1212
Libs.private: -lws2_32 -lgdi32 -lcrypt32
1313
Cflags: -I${includedir}

0 commit comments

Comments
 (0)