summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/backend/fuzzing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/backend/fuzzing.rs')
-rw-r--r--openpgp/src/crypto/backend/fuzzing.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/src/crypto/backend/fuzzing.rs b/openpgp/src/crypto/backend/fuzzing.rs
index e36ee34e..a10e5002 100644
--- a/openpgp/src/crypto/backend/fuzzing.rs
+++ b/openpgp/src/crypto/backend/fuzzing.rs
@@ -12,6 +12,8 @@ pub mod ecdh;
#[allow(unused_variables)]
pub mod hash;
#[allow(unused_variables)]
+pub mod kdf;
+#[allow(unused_variables)]
pub mod symmetric;
pub struct Backend(());