diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-05-10 16:49:47 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-05-10 16:49:47 -0500 |
commit | 3f58b8938a6101a8dbc448cde59c9c6df67a79fd (patch) | |
tree | 007382cfb898295290f1dca0c5cdb75ecdd82d0a /contrib/epee/include/md5_l.h | |
parent | Merge pull request #8277 (diff) | |
parent | EPEE: Remove hmac-md5 (diff) | |
download | monero-3f58b8938a6101a8dbc448cde59c9c6df67a79fd.tar.xz |
Merge pull request #8278
63c7f8b EPEE: Remove hmac-md5 (Jeffrey)
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] ) |