aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk/dh/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 14:36:27 +0000
committerlloyd <[email protected]>2008-10-01 14:36:27 +0000
commit06e35ed5375028f246f57b99ccf639e8ed317b35 (patch)
tree32021a79d1617a147f7fa7ac29c1eae60f9024ce /src/pk/dh/info.txt
parent9320b5e5c1b64894a6ff8797f392b57dfd72dea3 (diff)
Rename pk dir to pubkey, avoids tab-completion collision with pk_pad
Diffstat (limited to 'src/pk/dh/info.txt')
-rw-r--r--src/pk/dh/info.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/pk/dh/info.txt b/src/pk/dh/info.txt
deleted file mode 100644
index 3765644c8..000000000
--- a/src/pk/dh/info.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-realname "DH"
-
-define DH
-
-load_on auto
-
-<add>
-dh.cpp
-dh.h
-dh_core.cpp
-dh_core.h
-</add>
-
-<requires>
-asn1
-bigint
-dl_algo
-numbertheory
-pubkey
-</requires>