summaryrefslogtreecommitdiff
path: root/src/libstdcrypto/md5_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstdcrypto/md5_init.c')
-rw-r--r--src/libstdcrypto/md5_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstdcrypto/md5_init.c b/src/libstdcrypto/md5_init.c
index cb2f611..56c85de 100644
--- a/src/libstdcrypto/md5_init.c
+++ b/src/libstdcrypto/md5_init.c
@@ -2,7 +2,7 @@
#include <skalibs/md5.h>
-void md5_init (MD5Schedule_ref ctx)
+void md5_init (MD5Schedule *ctx)
{
ctx->buf[0] = 0x67452301UL ;
ctx->buf[1] = 0xefcdab89UL ;