diff options
author | Jeffrey <jeffryan@tamu.edu> | 2022-04-22 12:28:17 -0500 |
---|---|---|
committer | Jeffrey <jeffryan@tamu.edu> | 2022-04-22 12:28:17 -0500 |
commit | 63c7f8ba6ebb16fafc84aa4de1a146c1070b2bbd (patch) | |
tree | 7f076626edb49240bf5c04e3e0b628b1d170cbeb /contrib/epee/include/md5_l.h | |
parent | Merge pull request #8254 (diff) | |
download | monero-63c7f8ba6ebb16fafc84aa4de1a146c1070b2bbd.tar.xz |
EPEE: Remove hmac-md5
Diffstat (limited to 'contrib/epee/include/md5_l.h')
-rw-r--r-- | contrib/epee/include/md5_l.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/epee/include/md5_l.h b/contrib/epee/include/md5_l.h index bc7122650..ffb8c5944 100644 --- a/contrib/epee/include/md5_l.h +++ b/contrib/epee/include/md5_l.h @@ -74,7 +74,6 @@ namespace md5 static void MD5Init(MD5_CTX * context); static void MD5Update( MD5_CTX *context, const unsigned char *input, unsigned int inputLen ); static void MD5Final ( unsigned char digest[16], MD5_CTX *context ); - static inline void hmac_md5(const unsigned char* text, int text_len, const unsigned char* key, int key_len, unsigned char *digest); inline bool md5( unsigned char *input, int ilen, unsigned char output[16] ) |