diff options
author | lloyd <[email protected]> | 2010-02-25 18:41:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-25 18:41:19 +0000 |
commit | 6ef4dfa0e7ba4b6e618bdb42ed78bd17a206ba4c (patch) | |
tree | 64201815bd2b7fb64d82ca93e0448c67546e360b /src/pubkey/ecc_key | |
parent | 687f24ead9508819659e485c33ac4a5c0ba5a585 (diff) |
Inline GFpElement
Diffstat (limited to 'src/pubkey/ecc_key')
-rw-r--r-- | src/pubkey/ecc_key/ecc_key.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pubkey/ecc_key/ecc_key.h b/src/pubkey/ecc_key/ecc_key.h index c1a227bf2..76f3faf34 100644 --- a/src/pubkey/ecc_key/ecc_key.h +++ b/src/pubkey/ecc_key/ecc_key.h @@ -10,10 +10,8 @@ #ifndef BOTAN_ECC_PUBLIC_KEY_BASE_H__ #define BOTAN_ECC_PUBLIC_KEY_BASE_H__ -#include <botan/bigint.h> -#include <botan/curve_gfp.h> -#include <botan/pk_keys.h> #include <botan/ec_dompar.h> +#include <botan/pk_keys.h> #include <botan/x509_key.h> #include <botan/pkcs8.h> #include <memory> |