Skip to content

Commit 2f5bbfe

Browse files
committed
Fixes
1 parent cd52d10 commit 2f5bbfe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/aead.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,10 @@ mod recprot {
203203
ptr::{null, null_mut},
204204
};
205205

206-
use super::{Mode, TAG_LEN};
207-
use super::super::{NONCE_LEN, xor_nonce};
206+
use super::{
207+
super::{NONCE_LEN, xor_nonce},
208+
Mode, TAG_LEN,
209+
};
208210
use crate::{
209211
Cipher, Error, Res, SymKey, Version,
210212
constants::{

0 commit comments

Comments
 (0)