From 61f0be6286a741f44b5bf6736e4bac132ea04495 Mon Sep 17 00:00:00 2001 From: Vladislav Grishenko Date: Sat, 27 Jul 2019 16:51:14 +0500 Subject: sstp: enable all client-compat opts --- accel-pppd/ctrl/sstp/sstp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/ctrl') diff --git a/accel-pppd/ctrl/sstp/sstp.c b/accel-pppd/ctrl/sstp/sstp.c index ae9fe997..62e574c7 100644 --- a/accel-pppd/ctrl/sstp/sstp.c +++ b/accel-pppd/ctrl/sstp/sstp.c @@ -2387,7 +2387,7 @@ static void ssl_load_config(struct sstp_serv_t *serv, const char *servername) goto error; } - SSL_CTX_set_options(ssl_ctx, + SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | #ifdef SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS | #endif -- cgit v1.2.3