Implement md_file in the MD layer

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-28 14:44:00 +02:00
parent eb0d8706ce
commit bfffa908a6
5 changed files with 40 additions and 127 deletions

View file

@ -71,9 +71,6 @@ struct mbedtls_md_info_t
void (*digest_func)( const unsigned char *input, size_t ilen,
unsigned char *output );
/** Generic file digest function */
int (*file_func)( const char *path, unsigned char *output );
/** Allocate a new context */
void * (*ctx_alloc_func)( void );