aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ec_dompar
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-02-25 04:29:40 +0000
committerlloyd <[email protected]>2010-02-25 04:29:40 +0000
commitb213bceeda3b6158896bfb9db0f8e68d11772cac (patch)
treedd3d70f00189f4497ed8b68f81573b727552bf82 /src/pubkey/ec_dompar
parent8ba3a81c5f1cbe488269df5e009de3d165eb0654 (diff)
Remove point_{x,y,z} funcs, hide GFpElement entirely
Diffstat (limited to 'src/pubkey/ec_dompar')
-rw-r--r--src/pubkey/ec_dompar/ec_dompar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pubkey/ec_dompar/ec_dompar.h b/src/pubkey/ec_dompar/ec_dompar.h
index 5f03f1c5f..f5f573ba9 100644
--- a/src/pubkey/ec_dompar/ec_dompar.h
+++ b/src/pubkey/ec_dompar/ec_dompar.h
@@ -11,9 +11,7 @@
#define BOTAN_ECC_DOMAIN_PARAMETERS_H__
#include <botan/point_gfp.h>
-#include <botan/gfp_element.h>
#include <botan/curve_gfp.h>
-#include <botan/bigint.h>
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
#include <botan/alg_id.h>