Add new tests to test NSEC validation behavior
[dnssec-prover] / src / lib.rs
index c0d5f1f4f10920e81bc90869ecb9152d83b1abe0..6c9c577c1a02b438c8e5e440060a15d0d7c87a29 100644 (file)
@@ -36,6 +36,8 @@ pub mod rr;
 pub mod ser;
 pub mod query;
 
+#[cfg(feature = "validation")]
+mod base32;
 #[cfg(feature = "validation")]
 mod crypto;
 #[cfg(feature = "validation")]