drop digest init
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24468 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -510,13 +510,6 @@ EVP_md_null(void)
|
|||||||
return &null;
|
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.
|
* Return the block size of the cipher.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user