From 4c302b52f86dc14c078de8c49f35fb9e95c93d28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 17 Jun 2009 18:10:59 +0000 Subject: [PATCH] remove unused type git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25285 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/crypto.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/hx509/crypto.c b/lib/hx509/crypto.c index 806310071..f4667c6e3 100644 --- a/lib/hx509/crypto.c +++ b/lib/hx509/crypto.c @@ -37,10 +37,6 @@ struct hx509_crypto; struct signature_alg; -enum crypto_op_type { - COT_SIGN -}; - struct hx509_generate_private_context { const heim_oid *key_oid; int isCA; -- 2.11.4.GIT