We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c1411 commit a7d55e3Copy full SHA for a7d55e3
validation/local_ping_pong_openssl/src/lib.rs
@@ -116,7 +116,6 @@ mod test {
116
vs_openssl_as_client(group_list, OpenSslCipherSuites::default());
117
}
118
#[test]
119
- #[should_panic] // no support
120
fn vs_openssl_as_client_group_p521() {
121
let mut group_list = OpenSslGroupsList::all_false();
122
group_list.P521 = true;
0 commit comments