Skip to content

Commit

Permalink
Merge pull request #2231 from davidben/bssl-stack
Browse files Browse the repository at this point in the history
Use the newer names for STACK_OF(T) functions with BoringSSL
  • Loading branch information
alex authored May 2, 2024
2 parents 9b90b7d + ef65d8d commit 1088c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::util::ForeignTypeExt;
use crate::{cvt, cvt_p, LenType};

cfg_if! {
if #[cfg(ossl110)] {
if #[cfg(any(ossl110, boringssl))] {
use ffi::{
OPENSSL_sk_pop, OPENSSL_sk_free, OPENSSL_sk_num, OPENSSL_sk_value, OPENSSL_STACK,
OPENSSL_sk_new_null, OPENSSL_sk_push,
Expand Down

0 comments on commit 1088c1d

Please sign in to comment.