summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ctrl')
-rw-r--r--accel-pppd/ctrl/sstp/sstp.c1
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);