Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Nov 2, 2023
1 parent 2fd1649 commit 1a4cbb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/tsi/ssl_transport_security.cc
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@ static tsi_result populate_ssl_context(
return TSI_INTERNAL_ERROR;
}
SSL_CTX_set_options(context, SSL_OP_SINGLE_ECDH_USE);
EC_KEY_free(ecdh);
#else
if (!SSL_CTX_set1_groups(context, kSslEcCurveNames,
((sizeof(kSslEcCurveNames) / sizeof(int))))) {
Expand Down

0 comments on commit 1a4cbb2

Please sign in to comment.