mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
OpenSSL: Update date string
Reported by: "Herbert J. Skuhra" <herbert@gojira.at> Fixes: 74fe298c8299 (cherry picked from commit da63ac1b0757e10255613bdae1b7fa353eb4aea2)
This commit is contained in:
parent
58ae50f31e
commit
fad23b1a26
1 changed files with 2 additions and 2 deletions
|
|
@ -82,13 +82,13 @@ extern "C" {
|
|||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "24 Oct 2023"
|
||||
# define OPENSSL_RELEASE_DATE "30 Jan 2024"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13 24 Oct 2023"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13 30 Jan 2024"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
|||
Loading…
Reference in a new issue