summaryrefslogtreecommitdiffstats
path: root/unit-syspol.patch
diff options
context:
space:
mode:
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
}
*/