Skip to content

Commit 449d7c8

Browse files
committedSep 6, 2024·
Removed unneeded call to SSL_CTX_set_read_ahead()
1 parent 1cf9294 commit 449d7c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/dtls.c

-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ gint janus_dtls_srtp_init(const char *server_pem, const char *server_key, const
470470
JANUS_LOG(LOG_FATAL, "Certificate check error (%s)\n", ERR_reason_error_string(ERR_get_error()));
471471
return -6;
472472
}
473-
SSL_CTX_set_read_ahead(ssl_ctx,1);
474473

475474
unsigned int size;
476475
unsigned char fingerprint[EVP_MAX_MD_SIZE];

0 commit comments

Comments
 (0)
Please sign in to comment.