Skip to content

Commit 20b50cf

Browse files
committed
remove unused import
1 parent 3c10417 commit 20b50cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openssl/src/ssl/callbacks.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ use std::str;
1616
use std::sync::Arc;
1717

1818
use crate::dh::Dh;
19-
#[cfg(all(ossl101, not(ossl110)))]
20-
use crate::ec::EcKey;
2119
use crate::error::ErrorStack;
2220
use crate::pkey::Params;
2321
#[cfg(any(ossl102, libressl261, boringssl))]

0 commit comments

Comments
 (0)