From f6dd20ae2b986a4974ac26aa209235a3f9f4f1f4 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 14 Aug 2009 15:46:30 +0200 Subject: [PATCH] drop unused struct prototypes --- lib/hcrypto/ec.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/hcrypto/ec.h b/lib/hcrypto/ec.h index 7d4a504db..b29c07b0d 100644 --- a/lib/hcrypto/ec.h +++ b/lib/hcrypto/ec.h @@ -49,9 +49,6 @@ #include #include -struct EC_KEY; -struct EC_GROUP; - typedef struct EC_KEY EC_KEY; typedef struct EC_GROUP EC_GROUP;