summaryrefslogtreecommitdiff
path: root/lib/crypto/md5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/md5test.c')
-rw-r--r--lib/crypto/md5test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/md5test.c b/lib/crypto/md5test.c
index 38626c39bc..f58e131b02 100644
--- a/lib/crypto/md5test.c
+++ b/lib/crypto/md5test.c
@@ -65,7 +65,7 @@ bool torture_local_crypto_md5(struct torture_context *torture)
};
for (i=0; i < ARRAY_SIZE(testarray); i++) {
- struct MD5Context ctx;
+ MD5_CTX ctx;
uint8_t md5[16];
int e;