From 953ac32d1715c74838a5d9c6e1c169998ac5ed57 Mon Sep 17 00:00:00 2001 From: Shahar Mor Date: Fri, 25 Mar 2022 18:39:13 +0300 Subject: [PATCH] Allow passing custom ciphers via options (#1435) --- src/App.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.h b/src/App.h index 708dff1..49717b5 100644 --- a/src/App.h +++ b/src/App.h @@ -76,6 +76,7 @@ namespace uWS { const char *passphrase = nullptr; const char *dh_params_file_name = nullptr; const char *ca_file_name = nullptr; + const char *ssl_ciphers = nullptr; int ssl_prefer_low_memory_usage = 0; /* Conversion operator used internally */