Skip to content

Commit

Permalink
Update 13 packages
Browse files Browse the repository at this point in the history
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)
mingw-w64-x86_64-curl-openssl-alternate (8.12.0-1 -> 8.12.1-1)
mingw-w64-x86_64-curl-winssl (8.12.0-1 -> 8.12.1-1)
mingw-w64-x86_64-openssl (3.2.3-1 -> 3.2.4-1)
mingw-w64-x86_64-python (3.12.9-1 -> 3.12.9-3)
nano (8.2-1 -> 8.3-1)
openssl (3.2.3-1 -> 3.2.4-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Feb 13, 2025
1 parent 371f251 commit 68c8157
Show file tree
Hide file tree
Showing 13,830 changed files with 990 additions and 673 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions etc/nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@ set functioncolor green
# unbind M-T main
## (Those functions are still accessible through ^T^J and ^T^V.)

## For quickly uppercasing or lowercasing the word under or after the cursor.
## For quickly uppercasing or lowercasing the word that the cursor is on.
## (These effectively select a word and pipe it through a sed command.)
# bind Sh-M-U "{nextword}{mark}{prevword}{execute}|sed 's/.*/\U&/'{enter}" main
# bind Sh-M-L "{nextword}{mark}{prevword}{execute}|sed 's/.*/\L&/'{enter}" main
# bind Sh-M-U "{nextword}{mark}{prevword}{execute}| sed 's/.*/\U&/' {enter}" main
# bind Sh-M-L "{nextword}{mark}{prevword}{execute}| sed 's/.*/\L&/' {enter}" main

## For copying a marked region to the system clipboard:
# bind Sh-M-C "{execute}|xsel -ib{enter}{undo}" main
# bind Sh-M-C "{execute}| xsel -ib {enter}{undo}" main

## For normalizing Unicode to precomposed characters:
# bind Sh-M-N "{execute}| uconv -x nfc {enter}" main
Expand Down
2 changes: 1 addition & 1 deletion mingw32/bin/c_rehash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# WARNING: do not edit!
# Generated by Makefile from ../openssl-3.2.3/tools/c_rehash.in
# Generated by Makefile from ../openssl-3.2.4/tools/c_rehash.in
# Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the Apache License 2.0 (the "License"). You may not use
Expand Down
12 changes: 6 additions & 6 deletions mingw32/bin/curl-config
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ while test "$#" -gt 0; do
;;

--version)
echo 'libcurl 8.12.0'
echo 'libcurl 8.12.1'
exit 0
;;

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

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

if test "$vmajor" -gt "$cmajor"; then
exit 0
Expand All @@ -127,12 +127,12 @@ while test "$#" -gt 0; do
fi
fi

echo "requested version $checkfor is newer than existing 8.12.0"
echo "requested version $checkfor is newer than existing 8.12.1"
exit 1
;;

--vernum)
echo '080c00'
echo '080c01'
exit 0
;;

Expand Down
Binary file modified mingw32/bin/curl.exe
Binary file not shown.
Binary file modified mingw32/bin/libcrypto-3.dll
Binary file not shown.
Binary file modified mingw32/bin/libcurl-4.dll
Binary file not shown.
Binary file modified mingw32/bin/libcurl-openssl-4.dll
Binary file not shown.
Binary file modified mingw32/bin/libpython3.12.dll
Binary file not shown.
Binary file modified mingw32/bin/libpython3.dll
Binary file not shown.
Binary file modified mingw32/bin/libssl-3.dll
Binary file not shown.
Binary file modified mingw32/bin/openssl.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/bin/python-config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ installed_prefix ()
# Since we don't know where the output from this script will end up
# we keep all paths in Windows-land since MSYS2 can handle that
# while native tools can't handle paths in MSYS2-land.
if [ "$OSTYPE" = "msys" ]; then
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
RESULT=$(cd "$RESULT" && pwd -W)
fi
echo $RESULT
Expand Down
Binary file modified mingw32/bin/python.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/bin/python3-config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ installed_prefix ()
# Since we don't know where the output from this script will end up
# we keep all paths in Windows-land since MSYS2 can handle that
# while native tools can't handle paths in MSYS2-land.
if [ "$OSTYPE" = "msys" ]; then
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
RESULT=$(cd "$RESULT" && pwd -W)
fi
echo $RESULT
Expand Down
2 changes: 1 addition & 1 deletion mingw32/bin/python3.12-config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ installed_prefix ()
# Since we don't know where the output from this script will end up
# we keep all paths in Windows-land since MSYS2 can handle that
# while native tools can't handle paths in MSYS2-land.
if [ "$OSTYPE" = "msys" ]; then
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
RESULT=$(cd "$RESULT" && pwd -W)
fi
echo $RESULT
Expand Down
Binary file modified mingw32/bin/python3.12.exe
Binary file not shown.
Binary file modified mingw32/bin/python3.exe
Binary file not shown.
Binary file modified mingw32/bin/python3w.exe
Binary file not shown.
Binary file modified mingw32/bin/pythonw.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/etc/ssl/misc/CA.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Wrapper around the ca to make it easier to use
#
# WARNING: do not edit!
# Generated by Makefile from ../openssl-3.2.3/apps/CA.pl.in
# Generated by Makefile from ../openssl-3.2.4/apps/CA.pl.in

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion mingw32/etc/ssl/misc/tsget
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub create_curl {
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
$curl->setopt(CURLOPT_FAILONERROR, 1);
$curl->setopt(CURLOPT_USERAGENT,
"OpenTSA tsget.pl/openssl-3.2.3");
"OpenTSA tsget.pl/openssl-3.2.4");

# Options for POST method.
$curl->setopt(CURLOPT_UPLOAD, 1);
Expand Down
2 changes: 1 addition & 1 deletion mingw32/etc/ssl/misc/tsget.pl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub create_curl {
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
$curl->setopt(CURLOPT_FAILONERROR, 1);
$curl->setopt(CURLOPT_USERAGENT,
"OpenTSA tsget.pl/openssl-3.2.3");
"OpenTSA tsget.pl/openssl-3.2.4");

# Options for POST method.
$curl->setopt(CURLOPT_UPLOAD, 1);
Expand Down
8 changes: 4 additions & 4 deletions mingw32/include/curl/curlver.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@

/* This is the version number of the libcurl package from which this header
file origins: */
#define LIBCURL_VERSION "8.12.0"
#define LIBCURL_VERSION "8.12.1"

/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 8
#define LIBCURL_VERSION_MINOR 12
#define LIBCURL_VERSION_PATCH 0
#define LIBCURL_VERSION_PATCH 1

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

/*
* This is the date and time when the full source package was created. The
Expand All @@ -70,7 +70,7 @@
*
* "2007-11-23"
*/
#define LIBCURL_TIMESTAMP "2025-02-05"
#define LIBCURL_TIMESTAMP "2025-02-13"

#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z))
#define CURL_AT_LEAST_VERSION(x,y,z) \
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/asn1.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/asn1.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/asn1.h.in
*
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/asn1t.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/asn1t.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/asn1t.h.in
*
* Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/bio.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/bio.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/bio.h.in
*
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/cmp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/cmp.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/cmp.h.in
*
* Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/cms.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/cms.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/cms.h.in
*
* Copyright 2008-2022 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
3 changes: 2 additions & 1 deletion mingw32/include/openssl/cmserr.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
Expand Down Expand Up @@ -49,6 +49,7 @@
# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE 114
# define CMS_R_ERROR_SETTING_KEY 115
# define CMS_R_ERROR_SETTING_RECIPIENTINFO 116
# define CMS_R_ERROR_UNSUPPORTED_STATIC_KEY_AGREEMENT 196
# define CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR 183
# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH 117
# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER 176
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/conf.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/conf.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/conf.h.in
*
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/configuration.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by configdata.pm from ../openssl-3.2.3/Configurations/common0.tmpl, ../openssl-3.2.3/Configurations/unix-Makefile.tmpl
* Generated by configdata.pm from ../openssl-3.2.4/Configurations/common0.tmpl, ../openssl-3.2.4/Configurations/unix-Makefile.tmpl
* via Makefile.in
*
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/core_names.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/core_names.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/core_names.h.in
*
* Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/crmf.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*-
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/crmf.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/crmf.h.in
*
* Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/crypto.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/crypto.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/crypto.h.in
*
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/ct.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ct.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ct.h.in
*
* Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/ess.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ess.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ess.h.in
*
* Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/fipskey.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/fipskey.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/fipskey.h.in
*
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
5 changes: 3 additions & 2 deletions mingw32/include/openssl/http.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ extern "C" {

# ifndef OPENSSL_NO_HTTP

#define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
#define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
# define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
# define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
# define OSSL_HTTP_DEFAULT_MAX_CRL_LEN (32 * 1024 * 1024)

/* Low-level HTTP API */
OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/ocsp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ocsp.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ocsp.h.in
*
* Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
12 changes: 6 additions & 6 deletions mingw32/include/openssl/opensslv.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/opensslv.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/opensslv.h.in
*
* Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down Expand Up @@ -29,7 +29,7 @@ extern "C" {
*/
# define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 2
# define OPENSSL_VERSION_PATCH 3
# define OPENSSL_VERSION_PATCH 4

/*
* Additional version information
Expand Down Expand Up @@ -74,21 +74,21 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/
# define OPENSSL_VERSION_STR "3.2.3"
# define OPENSSL_FULL_VERSION_STR "3.2.3"
# define OPENSSL_VERSION_STR "3.2.4"
# define OPENSSL_FULL_VERSION_STR "3.2.4"

/*
* SECTION 3: ADDITIONAL METADATA
*
* These strings are defined separately to allow them to be parsable.
*/
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
# define OPENSSL_RELEASE_DATE "11 Feb 2025"

/*
* SECTION 4: BACKWARD COMPATIBILITY
*/

# define OPENSSL_VERSION_TEXT "OpenSSL 3.2.3 3 Sep 2024"
# define OPENSSL_VERSION_TEXT "OpenSSL 3.2.4 11 Feb 2025"

/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
# ifdef OPENSSL_VERSION_PRE_RELEASE
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/pkcs12.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/pkcs12.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/pkcs12.h.in
*
* Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/pkcs7.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/pkcs7.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/pkcs7.h.in
*
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/safestack.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/safestack.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/safestack.h.in
*
* Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/srp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/srp.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/srp.h.in
*
* Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2004, EdelKey Project. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/ssl.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ssl.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ssl.h.in
*
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/ui.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/ui.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/ui.h.in
*
* Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/openssl/x509.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WARNING: do not edit!
* Generated by Makefile from ../openssl-3.2.3/include/openssl/x509.h.in
* Generated by Makefile from ../openssl-3.2.4/include/openssl/x509.h.in
*
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
Expand Down
Loading

0 comments on commit 68c8157

Please sign in to comment.