Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@@ -40,7 +40,7 @@
* major minor fix final patch/beta)
*/
# define OPENSSL_VERSION_NUMBER 0x1010114fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t FIPS 7 Feb 2023"
# define OPENSSL_VERSION_NUMBER 0x1010115fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u FIPS 30 May 2023"

/*-
* The macros below are to be used for shared library (.so, .dll, ...)
2 changes: 1 addition & 1 deletion versions.def
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ MAVEN_VERSION := 3.3.9
NGINX_VERSION := 1.20.0
NGINX_HTTP_KEEPALIVE := 19755fc0e22aa7d7ac2198f78b297951d31ea1dc

OPENSSL_VERSION := 1.1.1t
OPENSSL_VERSION := 1.1.1u

PFLOGSUMM_VERSION := 1.1.5

Expand Down