diff options
Diffstat (limited to 'patches/ssl_get_shared_ciphers.c.patch')
-rw-r--r-- | patches/ssl_get_shared_ciphers.c.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/ssl_get_shared_ciphers.c.patch b/patches/ssl_get_shared_ciphers.c.patch new file mode 100644 index 0000000..8c2a029 --- /dev/null +++ b/patches/ssl_get_shared_ciphers.c.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- tests/ssl_get_shared_ciphers.c.orig Mon Mar 25 02:14:15 2024 | ||
2 | +++ tests/ssl_get_shared_ciphers.c Mon Mar 25 02:14:57 2024 | ||
3 | @@ -462,7 +462,7 @@ | ||
4 | size_t i; | ||
5 | int failed = 0; | ||
6 | |||
7 | - if (asprintf(&server_cert, "%s/server.pem", CERTSDIR) == -1) { | ||
8 | + if (asprintf(&server_cert, "%s/server1-rsa.pem", CERTSDIR) == -1) { | ||
9 | fprintf(stderr, "asprintf server_cert failed\n"); | ||
10 | failed = 1; | ||
11 | goto err; | ||