Pedro Monreal Gonzalez
aa970d108e
- Security fix: [bsc#1227138, CVE-2024-5535] * SSL_select_next_proto buffer overread * Add openssl-CVE-2024-5535.patch - Build with enabled sm2 and sm4 support [bsc#1222899] OBS-URL: https://build.opensuse.org/request/show/1188975 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=106
14 lines
492 B
Diff
14 lines
492 B
Diff
Index: openssl-1.1.1-pre1/util/mkbuildinf.pl
|
|
===================================================================
|
|
--- openssl-1.1.1-pre1.orig/util/mkbuildinf.pl 2018-02-13 16:31:28.011389734 +0100
|
|
+++ openssl-1.1.1-pre1/util/mkbuildinf.pl 2018-02-13 16:31:51.539764582 +0100
|
|
@@ -28,7 +28,7 @@ print <<"END_OUTPUT";
|
|
*/
|
|
|
|
#define PLATFORM "platform: $platform"
|
|
-#define DATE "built on: $date"
|
|
+#define DATE ""
|
|
|
|
/*
|
|
* Generate compiler_flags as an array of individual characters. This is a
|