diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/files/0018-Fix-Service-start-error.patch')
| -rw-r--r-- | meta-networking/recipes-connectivity/freeradius/files/0018-Fix-Service-start-error.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/0018-Fix-Service-start-error.patch b/meta-networking/recipes-connectivity/freeradius/files/0018-Fix-Service-start-error.patch deleted file mode 100644 index f1ec181bc1..0000000000 --- a/meta-networking/recipes-connectivity/freeradius/files/0018-Fix-Service-start-error.patch +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | From e97ffc1f820beff12bb8084e6337168a1cd27540 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Liu Yiding <liuyd.fnst@fujitsu.com> | ||
| 3 | Date: Sat, 20 Sep 2025 06:50:17 +0000 | ||
| 4 | Subject: [PATCH] Fix Service start error | ||
| 5 | |||
| 6 | change "fips=no" to "-fips" | ||
| 7 | based on discussions with the OpenSSL developers in | ||
| 8 | https://github.com/FreeRADIUS/freeradius-server/issues/5631 | ||
| 9 | |||
| 10 | Upstream-Status: Backport | ||
| 11 | https://github.com/FreeRADIUS/freeradius-server/commit/59e262f1134fef8d53d15ae963885a08c9ea8315 | ||
| 12 | |||
| 13 | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> | ||
| 14 | --- | ||
| 15 | src/main/tls.c | 2 +- | ||
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 17 | |||
| 18 | diff --git a/src/main/tls.c b/src/main/tls.c | ||
| 19 | index 2a348eb9bb..02a4c24f70 100644 | ||
| 20 | --- a/src/main/tls.c | ||
| 21 | +++ b/src/main/tls.c | ||
| 22 | @@ -3644,7 +3644,7 @@ int tls_global_init(TLS_UNUSED bool spawn_flag, TLS_UNUSED bool check) | ||
| 23 | CONF_modules_load_file(NULL, NULL, 0); | ||
| 24 | |||
| 25 | #if OPENSSL_VERSION_NUMBER >= 0x30000000L | ||
| 26 | - EVP_set_default_properties(NULL, "fips=no"); | ||
| 27 | + EVP_set_default_properties(NULL, "-fips"); | ||
| 28 | #endif | ||
| 29 | |||
| 30 | /* | ||
| 31 | -- | ||
| 32 | 2.43.0 | ||
| 33 | |||
