@@ -2,7 +2,7 @@
|
2 | 2 | * WARNING: do not edit! |
3 | 3 | * Generated by Makefile from include/openssl/opensslv.h.in |
4 | 4 | * |
5 | | - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. |
| 5 | + * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved. |
6 | 6 | * |
7 | 7 | * Licensed under the Apache License 2.0 (the "License"). You may not use |
8 | 8 | * this file except in compliance with the License. You can obtain a copy |
@@ -29,7 +29,7 @@ extern "C" {
|
29 | 29 | */ |
30 | 30 | # define OPENSSL_VERSION_MAJOR 3 |
31 | 31 | # define OPENSSL_VERSION_MINOR 5 |
32 | | -# define OPENSSL_VERSION_PATCH 2 |
| 32 | +# define OPENSSL_VERSION_PATCH 3 |
33 | 33 | |
34 | 34 | /* |
35 | 35 | * Additional version information |
@@ -74,33 +74,28 @@ extern "C" {
|
74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and |
75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. |
76 | 76 | */ |
77 | | -# define OPENSSL_VERSION_STR "3.5.2" |
78 | | -# define OPENSSL_FULL_VERSION_STR "3.5.2" |
| 77 | +# define OPENSSL_VERSION_STR "3.5.3" |
| 78 | +# define OPENSSL_FULL_VERSION_STR "3.5.3" |
79 | 79 | |
80 | 80 | /* |
81 | 81 | * SECTION 3: ADDITIONAL METADATA |
82 | 82 | * |
83 | 83 | * These strings are defined separately to allow them to be parsable. |
84 | 84 | */ |
85 | | -# define OPENSSL_RELEASE_DATE "5 Aug 2025" |
| 85 | +# define OPENSSL_RELEASE_DATE "16 Sep 2025" |
86 | 86 | |
87 | 87 | /* |
88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY |
89 | 89 | */ |
90 | 90 | |
91 | | -# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025" |
| 91 | +# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025" |
92 | 92 | |
93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ |
94 | | -# ifdef OPENSSL_VERSION_PRE_RELEASE |
95 | | -# define _OPENSSL_VERSION_PRE_RELEASE 0x0L |
96 | | -# else |
97 | | -# define _OPENSSL_VERSION_PRE_RELEASE 0xfL |
98 | | -# endif |
99 | 94 | # define OPENSSL_VERSION_NUMBER \ |
100 | 95 | ( (OPENSSL_VERSION_MAJOR<<28) \ |
101 | 96 | |(OPENSSL_VERSION_MINOR<<20) \ |
102 | 97 | |(OPENSSL_VERSION_PATCH<<4) \ |
103 | | - |_OPENSSL_VERSION_PRE_RELEASE ) |
| 98 | + |0xfL ) |
104 | 99 | |
105 | 100 | # ifdef __cplusplus |
106 | 101 | } |
|