aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rsa/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/rsa/info.txt')
-rw-r--r--src/pubkey/rsa/info.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pubkey/rsa/info.txt b/src/pubkey/rsa/info.txt
index b9f7df3ae..378457e2a 100644
--- a/src/pubkey/rsa/info.txt
+++ b/src/pubkey/rsa/info.txt
@@ -4,16 +4,17 @@ define RSA
load_on auto
-<add>
-rsa.cpp
-rsa.h
-</add>
-
<requires>
asn1
bigint
if_algo
keypair
numbertheory
+pk_lookup
pubkey
</requires>
+
+<add>
+rsa.cpp
+rsa.h
+</add>