drop unused struct prototypes

This commit is contained in:
Love Hornquist Astrand
2009-08-14 15:46:30 +02:00
parent a26bd9bd2f
commit f6dd20ae2b

View File

@@ -49,9 +49,6 @@
#include <hcrypto/bn.h> #include <hcrypto/bn.h>
#include <hcrypto/engine.h> #include <hcrypto/engine.h>
struct EC_KEY;
struct EC_GROUP;
typedef struct EC_KEY EC_KEY; typedef struct EC_KEY EC_KEY;
typedef struct EC_GROUP EC_GROUP; typedef struct EC_GROUP EC_GROUP;