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;