Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbd0724

Browse files
committed
Adds build for OpenSSL 1.1.1u
1 parent 81a3a6a commit bbd0724

21 files changed

+9
-9
lines changed

amd64/include/openssl/opensslv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
33
*
44
* Licensed under the OpenSSL license (the "License"). You may not use
55
* this file except in compliance with the License. You can obtain a copy
@@ -39,8 +39,8 @@ extern "C" {
3939
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
4040
* major minor fix final patch/beta)
4141
*/
42-
# define OPENSSL_VERSION_NUMBER 0x1010114fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
42+
# define OPENSSL_VERSION_NUMBER 0x1010115fL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
4444

4545
/*-
4646
* The macros below are to be used for shared library (.so, .dll, ...)

amd64/libcrypto-1_1.dll

-5.5 KB
Binary file not shown.

amd64/libcrypto-1_1.pdb

-16 KB
Binary file not shown.

amd64/libcrypto.lib

0 Bytes
Binary file not shown.

amd64/libssl-1_1.dll

0 Bytes
Binary file not shown.

amd64/libssl-1_1.pdb

0 Bytes
Binary file not shown.

amd64/libssl.lib

0 Bytes
Binary file not shown.

arm64/include/openssl/opensslv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
33
*
44
* Licensed under the OpenSSL license (the "License"). You may not use
55
* this file except in compliance with the License. You can obtain a copy
@@ -39,8 +39,8 @@ extern "C" {
3939
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
4040
* major minor fix final patch/beta)
4141
*/
42-
# define OPENSSL_VERSION_NUMBER 0x1010114fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
42+
# define OPENSSL_VERSION_NUMBER 0x1010115fL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
4444

4545
/*-
4646
* The macros below are to be used for shared library (.so, .dll, ...)

arm64/libcrypto-1_1-arm64.dll

-4.5 KB
Binary file not shown.

arm64/libcrypto-1_1-arm64.pdb

-16 KB
Binary file not shown.

arm64/libcrypto.lib

0 Bytes
Binary file not shown.

arm64/libssl-1_1-arm64.dll

0 Bytes
Binary file not shown.

arm64/libssl-1_1-arm64.pdb

0 Bytes
Binary file not shown.

arm64/libssl.lib

0 Bytes
Binary file not shown.

win32/include/openssl/opensslv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
33
*
44
* Licensed under the OpenSSL license (the "License"). You may not use
55
* this file except in compliance with the License. You can obtain a copy
@@ -39,8 +39,8 @@ extern "C" {
3939
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
4040
* major minor fix final patch/beta)
4141
*/
42-
# define OPENSSL_VERSION_NUMBER 0x1010114fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
42+
# define OPENSSL_VERSION_NUMBER 0x1010115fL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
4444

4545
/*-
4646
* The macros below are to be used for shared library (.so, .dll, ...)

win32/libcrypto-1_1.dll

-4 KB
Binary file not shown.

win32/libcrypto-1_1.pdb

-16 KB
Binary file not shown.

win32/libcrypto.lib

0 Bytes
Binary file not shown.

win32/libssl-1_1.dll

0 Bytes
Binary file not shown.

win32/libssl-1_1.pdb

0 Bytes
Binary file not shown.

win32/libssl.lib

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)