Skip to content

Commit a7d55e3

Browse files
allow p521 to be tested by openssl
1 parent 16c1411 commit a7d55e3

File tree

1 file changed

+0
-1
lines changed
  • validation/local_ping_pong_openssl/src

1 file changed

+0
-1
lines changed

validation/local_ping_pong_openssl/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ mod test {
116116
vs_openssl_as_client(group_list, OpenSslCipherSuites::default());
117117
}
118118
#[test]
119-
#[should_panic] // no support
120119
fn vs_openssl_as_client_group_p521() {
121120
let mut group_list = OpenSslGroupsList::all_false();
122121
group_list.P521 = true;

0 commit comments

Comments
 (0)