8000 Adds build for OpenSSL 3.0.16 without uplink. · python/cpython-bin-deps@0a4e77b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a4e77b

Browse files
committed
Adds build for OpenSSL 3.0.16 without uplink.
This means that applink.c no longer needs to be linked into the host executable. The file remains for now so that builds don't break, but it will have no effect.
1 parent 9ec12e7 commit 0a4e77b

14 files changed

+6
-0
lines changed

amd64/include/openssl/configuration.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ extern "C" {
103103
# ifndef OPENSSL_NO_UNIT_TEST
104104
# define OPENSSL_NO_UNIT_TEST
105105
# endif
106+
# ifndef OPENSSL_NO_UPLINK
107+
# define OPENSSL_NO_UPLINK
108+
# endif
106109
# ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
107110
# define OPENSSL_NO_WEAK_SSL_CIPHERS
108111
# endif

amd64/libcrypto-3.dll

-4.5 KB
Binary file not shown.

amd64/libcrypto-3.pdb

-80 KB
Binary file not shown.

amd64/libssl-3.dll

-888 Bytes
Binary file not shown.

amd64/libssl-3.pdb

0 Bytes
Binary file not shown.

arm64/libcrypto-3-arm64.dll

-888 Bytes
Binary file not shown.

arm64/libcrypto-3-arm64.pdb

0 Bytes
Binary file not shown.

arm64/libssl-3-arm64.dll

0 Bytes
Binary file not shown.

arm64/libssl-3-arm64.pdb

0 Bytes
Binary file not shown.

win32/include/openssl/configuration.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ extern "C" {
106106
# ifndef OPENSSL_NO_UNIT_TEST
107107
# define OPENSSL_NO_UNIT_TEST
108108
# endif
109+
# ifndef OPENSSL_NO_UPLINK
110+
# define OPENSSL_NO_UPLINK
111+
# endif
109112
# ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
110113
# define OPENSSL_NO_WEAK_SSL_CIPHERS
111114
# endif

0 commit comments

Comments
 (0)
0