summaryrefslogtreecommitdiffstats
path: root/unit-syspol.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-24 08:14:19 +0200
committerRemi Collet <remi@remirepo.net>2021-08-24 08:14:19 +0200
commit00121c48d72e9e10a9faa49dbedc7f6c8366d2cd (patch)
tree2250878ec76bf96569c691a4a65e49732f709538 /unit-syspol.patch
parent1010275d866be66d020a96bdf67c52f98e40fcaa (diff)
update to 1.25.0
Diffstat (limited to 'unit-syspol.patch')
-rw-r--r--unit-syspol.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/unit-syspol.patch b/unit-syspol.patch
index c79025c..1ab0ddf 100644
--- a/unit-syspol.patch
+++ b/unit-syspol.patch
@@ -1,16 +1,16 @@
diff -up ./src/nxt_openssl.c.syspol ./src/nxt_openssl.c
---- ./src/nxt_openssl.c.syspol 2021-05-28 07:49:58.267866774 +0200
-+++ ./src/nxt_openssl.c 2021-05-28 07:52:44.119844098 +0200
-@@ -269,7 +269,7 @@ nxt_openssl_server_init(nxt_task_t *task
- nxt_mp_t *mp, nxt_conf_value_t *conf_cmds, nxt_bool_t last)
+--- ./src/nxt_openssl.c.syspol 2021-08-19 16:52:54.000000000 +0200
++++ ./src/nxt_openssl.c 2021-08-24 07:43:45.844605992 +0200
+@@ -278,7 +278,7 @@ nxt_openssl_server_init(nxt_task_t *task
+ nxt_tls_init_t *tls_init, nxt_bool_t last)
{
SSL_CTX *ctx;
- const char *ciphers, *ca_certificate;
+ const char *ca_certificate;
+ nxt_tls_conf_t *conf;
STACK_OF(X509_NAME) *list;
nxt_tls_bundle_conf_t *bundle;
-
-@@ -327,13 +327,13 @@ nxt_openssl_server_init(nxt_task_t *task
+@@ -339,13 +339,13 @@ nxt_openssl_server_init(nxt_task_t *task
}
*/