diff --git a/lib/hcrypto/evp.h b/lib/hcrypto/evp.h index e1d93dcd9..5e24f9cf7 100644 --- a/lib/hcrypto/evp.h +++ b/lib/hcrypto/evp.h @@ -155,12 +155,6 @@ struct hc_CIPHER_CTX { unsigned char final[EVP_MAX_BLOCK_LENGTH]; }; -struct hc_EVP_MD_CTX { - const EVP_MD *md; - ENGINE *engine; - void *ptr; -}; - #ifdef __cplusplus extern "C" { #endif