summaryrefslogtreecommitdiff
path: root/lib/crypto/hmacmd5.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/hmacmd5.h')
-rw-r--r--lib/crypto/hmacmd5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/hmacmd5.h b/lib/crypto/hmacmd5.h
index 91b8ca586c..aa43d24ff3 100644
--- a/lib/crypto/hmacmd5.h
+++ b/lib/crypto/hmacmd5.h
@@ -25,7 +25,7 @@
typedef struct
{
- struct MD5Context ctx;
+ MD5_CTX ctx;
uint8_t k_ipad[65];
uint8_t k_opad[65];