We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf9294 commit 449d7c8Copy full SHA for 449d7c8
1 file changed
src/dtls.c
@@ -470,7 +470,6 @@ gint janus_dtls_srtp_init(const char *server_pem, const char *server_key, const
470
JANUS_LOG(LOG_FATAL, "Certificate check error (%s)\n", ERR_reason_error_string(ERR_get_error()));
471
return -6;
472
}
473
- SSL_CTX_set_read_ahead(ssl_ctx,1);
474
475
unsigned int size;
476
unsigned char fingerprint[EVP_MAX_MD_SIZE];
0 commit comments