diff options
-rw-r--r-- | doc/examples/ecdsa_tests.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/examples/ecdsa_tests.cpp b/doc/examples/ecdsa_tests.cpp index 706f39d1e..475ef5e1a 100644 --- a/doc/examples/ecdsa_tests.cpp +++ b/doc/examples/ecdsa_tests.cpp @@ -7,19 +7,11 @@ ******************************************************/ #include <botan/botan.h> -#include <botan/oids.h> +#include <botan/look_pk.h> #include <botan/ecdsa.h> #include <botan/rsa.h> #include <botan/x509cert.h> -#include <botan/freestore.h> -#include <botan/look_pk.h> -#include <botan/bigint.h> -#include <botan/numthry.h> -#include <botan/gfp_element.h> -#include <botan/gfp_modulus.h> -#include <botan/curve_gfp.h> -#include <botan/ec_dompar.h> -#include <botan/pipe.h> +#include <botan/oids.h> #include <iostream> #include <fstream> |