Skip to content

Commit

Permalink
Removed unneeded call to SSL_CTX_set_read_ahead()
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Sep 6, 2024
1 parent 1cf9294 commit 449d7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ gint janus_dtls_srtp_init(const char *server_pem, const char *server_key, const
JANUS_LOG(LOG_FATAL, "Certificate check error (%s)\n", ERR_reason_error_string(ERR_get_error()));
return -6;
}
SSL_CTX_set_read_ahead(ssl_ctx,1);

unsigned int size;
unsigned char fingerprint[EVP_MAX_MD_SIZE];
Expand Down

0 comments on commit 449d7c8

Please sign in to comment.