aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk/ecdsa/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/ecdsa/info.txt
parent9320b5e5c1b64894a6ff8797f392b57dfd72dea3 (diff)
Rename pk dir to pubkey, avoids tab-completion collision with pk_pad
Diffstat (limited to 'src/pk/ecdsa/info.txt')
-rw-r--r--src/pk/ecdsa/info.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/pk/ecdsa/info.txt b/src/pk/ecdsa/info.txt
deleted file mode 100644
index 699c62214..000000000
--- a/src/pk/ecdsa/info.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-realname "ECDSA/ECKAEG"
-
-define ECDSA
-
-load_on auto
-
-<add>
-ec.cpp
-ec.h
-ecc_core.cpp
-ecc_core.h
-ecdsa.cpp
-ecdsa.h
-</add>
-
-<requires>
-asn1
-bigint
-ec_dompar
-numbertheory
-gfpmath
-pubkey
-</requires>