diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2017-12-03 21:51:16 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2017-12-30 22:49:22 +0500 |
commit | 6697db732031d11ac937c8955a90f0a827047f70 (patch) | |
tree | 408d262b53f64833a62cefd71d042f330ebfe88d /accel-pppd/ctrl | |
parent | 951a55128ea3382a923d2cc2f5694ec4e3aaa793 (diff) | |
download | accel-ppp-6697db732031d11ac937c8955a90f0a827047f70.tar.gz accel-ppp-6697db732031d11ac937c8955a90f0a827047f70.zip |
sstp: drop ssl_mode_auto_retry, not required afer 7945857927b4cedab365ba86934d771281eeb213
Diffstat (limited to 'accel-pppd/ctrl')
-rw-r--r-- | accel-pppd/ctrl/sstp/sstp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/sstp/sstp.c b/accel-pppd/ctrl/sstp/sstp.c index c6b18139..26db08e6 100644 --- a/accel-pppd/ctrl/sstp/sstp.c +++ b/accel-pppd/ctrl/sstp/sstp.c @@ -493,7 +493,6 @@ static struct sstp_stream_t *ssl_stream_init(int fd, SSL_CTX *ssl_ctx) goto error; SSL_set_verify(stream->ssl, SSL_VERIFY_NONE, NULL); - SSL_set_mode(stream->ssl, SSL_MODE_AUTO_RETRY); SSL_set_accept_state(stream->ssl); SSL_set_fd(stream->ssl, fd); |