Skip to content

Commit

Permalink
enable alpn tests for boringssl
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Dec 29, 2023
1 parent 3350405 commit 483ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ssl/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ fn test_alpn_server_select_none() {
}

#[test]
#[cfg(any(ossl102, libressl261))]
#[cfg(any(boringssl, ossl102, libressl261))]
fn test_alpn_server_unilateral() {
let server = Server::builder().build();

Expand Down

0 comments on commit 483ce45

Please sign in to comment.