Skip to content

Commit

Permalink
build: add SSL_CONF_CTX_clear_flags entrypoint
Browse files Browse the repository at this point in the history
We define a `_SSL_CONF_CTX_clear_flags` entrypoint, but weren't using it
prior to this commit.
  • Loading branch information
cpu committed Jun 25, 2024
1 parent 9387f5d commit d61bbd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustls-libssl/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const ENTRYPOINTS: &[&str] = &[
"SSL_clear_options",
"SSL_CONF_cmd",
"SSL_CONF_cmd_value_type",
"SSL_CONF_CTX_clear_flags",
"SSL_CONF_CTX_finish",
"SSL_CONF_CTX_free",
"SSL_CONF_CTX_new",
Expand Down

0 comments on commit d61bbd5

Please sign in to comment.