Skip to content

Commit 04f52d4

Browse files
committed
v2.30
1 parent a4d1bf5 commit 04f52d4

File tree

4 files changed

+11
-552
lines changed

4 files changed

+11
-552
lines changed

src/version.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<!-- version -->
5-
<MyVersion>2.29</MyVersion>
5+
<MyVersion>2.30</MyVersion>
66

77
<!-- git version -->
88
<MyGitRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), .git/HEAD))</MyGitRoot>

vendor/libssh2/include/libssh2.h

+1-15
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,13 @@
4646
to make the BANNER define (used by src/session.c) be a valid SSH
4747
banner. Release versions have no appended strings and may of course not
4848
have dashes either. */
49-
<<<<<<< HEAD
5049
#define LIBSSH2_VERSION "1.11.0"
5150

5251
/* The numeric version number is also available "in parts" by using these
5352
defines: */
5453
#define LIBSSH2_VERSION_MAJOR 1
5554
#define LIBSSH2_VERSION_MINOR 11
5655
#define LIBSSH2_VERSION_PATCH 0
57-
=======
58-
#define LIBSSH2_VERSION "1.11.0"
59-
60-
/* The numeric version number is also available "in parts" by using these
61-
defines: */
62-
#define LIBSSH2_VERSION_MAJOR 1
63-
#define LIBSSH2_VERSION_MINOR 11
64-
#define LIBSSH2_VERSION_PATCH 0
65-
>>>>>>> a6286d72a2855ab54a9d2ee1adfa986abba95fd8
6656

6757
/* This is the numeric version of the libssh2 version number, meant for easier
6858
parsing and comparisons by programs. The LIBSSH2_VERSION_NUM define will
@@ -79,11 +69,7 @@
7969
and it is always a greater number in a more recent release. It makes
8070
comparisons with greater than and less than work.
8171
*/
82-
<<<<<<< HEAD
8372
#define LIBSSH2_VERSION_NUM 0x010b00
84-
=======
85-
#define LIBSSH2_VERSION_NUM 0x010b00
86-
>>>>>>> a6286d72a2855ab54a9d2ee1adfa986abba95fd8
8773

8874
/*
8975
* This is the date and time when the full source package was created. The
@@ -94,7 +80,7 @@
9480
*
9581
* "Mon Feb 12 11:35:33 UTC 2007"
9682
*/
97-
#define LIBSSH2_TIMESTAMP "Tue May 30 03:58:58 PM UTC 2023"
83+
#define LIBSSH2_TIMESTAMP "DEV"
9884

9985
#ifndef RC_INVOKED
10086

vendor/openssl/include/openssl/configuration.h

+9-57
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ extern "C" {
2727
* OpenSSL was configured with the following options:
2828
*/
2929

30-
# ifndef OPENSSL_SYS_WIN32
31-
# define OPENSSL_SYS_WIN32 1
30+
# ifndef OPENSSL_SYS_WIN64A
31+
# define OPENSSL_SYS_WIN64A 1
3232
# endif
33-
# define OPENSSL_CONFIGURED_API 30300
33+
# define OPENSSL_CONFIGURED_API 10100
3434
# ifndef OPENSSL_RAND_SEED_OS
3535
# define OPENSSL_RAND_SEED_OS
3636
# endif
@@ -43,9 +43,6 @@ extern "C" {
4343
# ifndef OPENSSL_NO_AFALGENG
4444
# define OPENSSL_NO_AFALGENG
4545
# endif
46-
# ifndef OPENSSL_NO_APPS
47-
# define OPENSSL_NO_APPS
48-
# endif
4946
# ifndef OPENSSL_NO_ASAN
5047
# define OPENSSL_NO_ASAN
5148
# endif
@@ -55,45 +52,24 @@ extern "C" {
5552
# ifndef OPENSSL_NO_BROTLI_DYNAMIC
5653
# define OPENSSL_NO_BROTLI_DYNAMIC
5754
# endif
58-
<<<<<<< HEAD
59-
=======
60-
# ifndef OPENSSL_NO_CAPIENG
61-
# define OPENSSL_NO_CAPIENG
62-
# endif
63-
# ifndef OPENSSL_NO_COMP
64-
# define OPENSSL_NO_COMP
65-
# endif
66-
>>>>>>> a6286d72a2855ab54a9d2ee1adfa986abba95fd8
6755
# ifndef OPENSSL_NO_CRYPTO_MDEBUG
6856
# define OPENSSL_NO_CRYPTO_MDEBUG
6957
# endif
7058
# ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
7159
# define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
7260
# endif
61+
# ifndef OPENSSL_NO_DEPRECATED
62+
# define OPENSSL_NO_DEPRECATED
63+
# endif
7364
# ifndef OPENSSL_NO_DEVCRYPTOENG
7465
# define OPENSSL_NO_DEVCRYPTOENG
7566
# endif
76-
# ifndef OPENSSL_NO_DGRAM
77-
# define OPENSSL_NO_DGRAM
78-
# endif
79-
# ifndef OPENSSL_NO_DTLS
80-
# define OPENSSL_NO_DTLS
81-
# endif
82-
# ifndef OPENSSL_NO_DTLS1
83-
# define OPENSSL_NO_DTLS1
84-
# endif
85-
# ifndef OPENSSL_NO_DTLS1_2
86-
# define OPENSSL_NO_DTLS1_2
87-
# endif
8867
# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
8968
# define OPENSSL_NO_EC_NISTP_64_GCC_128
9069
# endif
9170
# ifndef OPENSSL_NO_EGD
9271
# define OPENSSL_NO_EGD
9372
# endif
94-
# ifndef OPENSSL_NO_ENGINE
95-
# define OPENSSL_NO_ENGINE
96-
# endif
9773
# ifndef OPENSSL_NO_EXTERNAL_TESTS
9874
# define OPENSSL_NO_EXTERNAL_TESTS
9975
# endif
@@ -118,39 +94,18 @@ extern "C" {
11894
# ifndef OPENSSL_NO_MSAN
11995
# define OPENSSL_NO_MSAN
12096
# endif
121-
# ifndef OPENSSL_NO_PADLOCKENG
122-
# define OPENSSL_NO_PADLOCKENG
123-
# endif
124-
# ifndef OPENSSL_NO_QLOG
125-
# define OPENSSL_NO_QLOG
126-
# endif
127-
# ifndef OPENSSL_NO_QUIC
128-
# define OPENSSL_NO_QUIC
129-
# endif
13097
# ifndef OPENSSL_NO_RC5
13198
# define OPENSSL_NO_RC5
13299
# endif
133100
# ifndef OPENSSL_NO_SCTP
134101
# define OPENSSL_NO_SCTP
135102
# endif
136-
# ifndef OPENSSL_NO_SOCK
137-
# define OPENSSL_NO_SOCK
138-
# endif
139103
# ifndef OPENSSL_NO_SSL3
140104
# define OPENSSL_NO_SSL3
141105
# endif
142106
# ifndef OPENSSL_NO_SSL3_METHOD
143107
# define OPENSSL_NO_SSL3_METHOD
144108
# endif
145-
<<<<<<< HEAD
146-
=======
147-
# ifndef OPENSSL_NO_STDIO
148-
# define OPENSSL_NO_STDIO
149-
# endif
150-
# ifndef OPENSSL_NO_TESTS
151-
# define OPENSSL_NO_TESTS
152-
# endif
153-
>>>>>>> a6286d72a2855ab54a9d2ee1adfa986abba95fd8
154109
# ifndef OPENSSL_NO_TFO
155110
# define OPENSSL_NO_TFO
156111
# endif
@@ -163,9 +118,6 @@ extern "C" {
163118
# ifndef OPENSSL_NO_UNIT_TEST
164119
# define OPENSSL_NO_UNIT_TEST
165120
# endif
166-
# ifndef OPENSSL_NO_UNSTABLE_QLOG
167-
# define OPENSSL_NO_UNSTABLE_QLOG
168-
# endif
169121
# ifndef OPENSSL_NO_UPLINK
170122
# define OPENSSL_NO_UPLINK
171123
# endif
@@ -196,11 +148,11 @@ extern "C" {
196148
* The following are cipher-specific, but are part of the public API.
197149
*/
198150
# if !defined(OPENSSL_SYS_UEFI)
199-
# define BN_LLONG
151+
# undef BN_LLONG
200152
/* Only one for the following should be defined */
201153
# undef SIXTY_FOUR_BIT_LONG
202-
# undef SIXTY_FOUR_BIT
203-
# define THIRTY_TWO_BIT
154+
# define SIXTY_FOUR_BIT
155+
# undef THIRTY_TWO_BIT
204156
# endif
205157

206158
# define RC4_INT unsigned int

0 commit comments

Comments
 (0)