Skip to content

Commit 5253a1c

Browse files
fixup! Add QUIC test
1 parent 4b3ca1c commit 5253a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aead.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use aead::Buffer;
22
use rustls::crypto::cipher::{BorrowedPayload, PrefixedPayload};
33

4-
#[cfg(feature = "alloc")]
4+
#[cfg(all(feature = "quic", feature = "alloc"))]
55
use alloc::vec::Vec;
66

77
#[cfg(feature = "gcm")]

0 commit comments

Comments
 (0)