Skip to content

Commit 1088c1d

Browse files
authored
Merge pull request #2231 from davidben/bssl-stack
Use the newer names for STACK_OF(T) functions with BoringSSL
2 parents 9b90b7d + ef65d8d commit 1088c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/src/stack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crate::util::ForeignTypeExt;
1414
use crate::{cvt, cvt_p, LenType};
1515

1616
cfg_if! {
17-
if #[cfg(ossl110)] {
17+
if #[cfg(any(ossl110, boringssl))] {
1818
use ffi::{
1919
OPENSSL_sk_pop, OPENSSL_sk_free, OPENSSL_sk_num, OPENSSL_sk_value, OPENSSL_STACK,
2020
OPENSSL_sk_new_null, OPENSSL_sk_push,

0 commit comments

Comments
 (0)