Skip to content

Commit 99dbbb3

Browse files
committed
Fix missing import in tests
1 parent 077f134 commit 99dbbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boring/src/ssl/test/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ use crate::hash::MessageDigest;
1212
use crate::pkey::PKey;
1313
use crate::srtp::SrtpProfileId;
1414
use crate::ssl::test::server::Server;
15-
use crate::ssl::SslVersion;
1615
use crate::ssl::{
1716
self, ExtensionType, ShutdownResult, ShutdownState, Ssl, SslAcceptor, SslAcceptorBuilder,
1817
SslConnector, SslContext, SslFiletype, SslMethod, SslOptions, SslStream, SslVerifyMode,
1918
};
19+
use crate::ssl::{HandshakeError, SslVersion};
2020
use crate::x509::store::X509StoreBuilder;
2121
use crate::x509::verify::X509CheckFlags;
2222
use crate::x509::{X509Name, X509};

0 commit comments

Comments
 (0)