forked from wolfSSL/wolfssl
md5.h cleaned
This commit is contained in:
@@ -71,17 +71,8 @@ typedef struct Md5 {
|
|||||||
word32 digest[PIC32_HASH_SIZE / sizeof(word32)];
|
word32 digest[PIC32_HASH_SIZE / sizeof(word32)];
|
||||||
pic32mz_desc desc ; /* Crypt Engine descripter */
|
pic32mz_desc desc ; /* Crypt Engine descripter */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TI_HASH_TEST
|
|
||||||
wolfssl_TI_Hash ti ;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
} Md5;
|
} Md5;
|
||||||
|
|
||||||
#if defined(TI_HASH_TEST)
|
|
||||||
void wc_Md5GetHash_ti(Md5* md5, byte* hash) ;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#else /* WOLFSSL_TI_HASH */
|
#else /* WOLFSSL_TI_HASH */
|
||||||
#include "wolfssl/wolfcrypt/port/ti/ti-hash.h"
|
#include "wolfssl/wolfcrypt/port/ti/ti-hash.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user