aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-07 22:56:03 +0000
committerlloyd <[email protected]>2008-10-07 22:56:03 +0000
commit553427397376c1110199aeda91a76bc1b8f58066 (patch)
treec56e5d542b90e3028a8477720bef140d4d85bc73 /src
parent95302ee947598b0c7132483a6e5eea6e8be0a2f7 (diff)
Fix lookup for ECDSA keys. Fix ecdsa info.txt
Diffstat (limited to 'src')
-rw-r--r--src/pubkey/ecdsa/info.txt2
-rw-r--r--src/pubkey/pk_lookup/pk_algs.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pubkey/ecdsa/info.txt b/src/pubkey/ecdsa/info.txt
index 02162bbe2..5769abd03 100644
--- a/src/pubkey/ecdsa/info.txt
+++ b/src/pubkey/ecdsa/info.txt
@@ -14,10 +14,10 @@ pubkey
</requires>
<add>
-ec_key.cpp
ecc_core.cpp
ecc_core.h
ecc_key.cpp
+ecc_key.h
ecc_op.h
ecdsa.cpp
ecdsa.h
diff --git a/src/pubkey/pk_lookup/pk_algs.cpp b/src/pubkey/pk_lookup/pk_algs.cpp
index c1fc569a0..44a750c83 100644
--- a/src/pubkey/pk_lookup/pk_algs.cpp
+++ b/src/pubkey/pk_lookup/pk_algs.cpp
@@ -18,7 +18,7 @@
#endif
#ifdef BOTAN_HAS_ECDSA
- #include <botan/ec.h>
+ #include <botan/ecdsa.h>
#endif
#ifdef BOTAN_HAS_NYBERG_RUEPPEL