summaryrefslogtreecommitdiff
path: root/src/libstdcrypto/sha256_feed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstdcrypto/sha256_feed.c')
-rw-r--r--src/libstdcrypto/sha256_feed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstdcrypto/sha256_feed.c b/src/libstdcrypto/sha256_feed.c
index 5533d75..a0a3503 100644
--- a/src/libstdcrypto/sha256_feed.c
+++ b/src/libstdcrypto/sha256_feed.c
@@ -5,7 +5,7 @@
#include <skalibs/sha256.h>
#include "sha256-internal.h"
-void sha256_feed (SHA256Schedule_ref ctx, unsigned char inb)
+void sha256_feed (SHA256Schedule *ctx, unsigned char inb)
{
register uint32 tmp ;
ctx->in[ctx->b>>2] <<= 8 ;