diff --git a/lib/hcrypto/evp.c b/lib/hcrypto/evp.c index 32c63f219..ac6cac972 100644 --- a/lib/hcrypto/evp.c +++ b/lib/hcrypto/evp.c @@ -510,13 +510,6 @@ EVP_md_null(void) return &null; } -#if 0 -int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type); -int EVP_DigestFinal(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s); -int EVP_SignFinal(EVP_MD_CTX *, void *, size_t *, EVP_PKEY *); -int EVP_VerifyFinal(EVP_MD_CTX *, const void *, size_t, EVP_PKEY *); -#endif - /** * Return the block size of the cipher. *