summaryrefslogtreecommitdiff
path: root/src/libstdcrypto/sha1_feed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstdcrypto/sha1_feed.c')
-rw-r--r--src/libstdcrypto/sha1_feed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstdcrypto/sha1_feed.c b/src/libstdcrypto/sha1_feed.c
index 208cebd..65764bc 100644
--- a/src/libstdcrypto/sha1_feed.c
+++ b/src/libstdcrypto/sha1_feed.c
@@ -5,7 +5,7 @@
#include <skalibs/sha1.h>
#include "sha1-internal.h"
-void sha1_feed (SHA1Schedule_ref ctx, unsigned char inb)
+void sha1_feed (SHA1Schedule *ctx, unsigned char inb)
{
register uint32 tmp ;