Skip to content

Commit aac5950

Browse files
fixup! Add thiserror for error handling and update dependencies
1 parent 0a9ee56 commit aac5950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kx/nist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use elliptic_curve::{
1111
sec1::{FromEncodedPoint, ToEncodedPoint},
1212
};
1313
use rand_core::OsRng;
14-
use rustls::{Error, NamedGroup, PeerMisbehaved, crypto};
14+
use rustls::{Error, NamedGroup, crypto};
1515
use sec1::point::ModulusSize;
1616

1717
/// Errors that can occur in NIST key exchange

0 commit comments

Comments
 (0)