summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/tests.rs')
-rw-r--r--openpgp/src/crypto/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/crypto/tests.rs b/openpgp/src/crypto/tests.rs
index a5935871..91cdc0c6 100644
--- a/openpgp/src/crypto/tests.rs
+++ b/openpgp/src/crypto/tests.rs
@@ -1,4 +1,5 @@
//! Low-level crypto tests.
+mod rsa;
mod dsa;
mod ecdsa;