diff options
Diffstat (limited to 'src/libstdcrypto/sha256_init.c')
-rw-r--r-- | src/libstdcrypto/sha256_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstdcrypto/sha256_init.c b/src/libstdcrypto/sha256_init.c index e8a9ae1..6dbe865 100644 --- a/src/libstdcrypto/sha256_init.c +++ b/src/libstdcrypto/sha256_init.c @@ -2,7 +2,7 @@ #include <skalibs/sha256.h> -void sha256_init (SHA256Schedule_ref ctx) +void sha256_init (SHA256Schedule *ctx) { SHA256Schedule empty = SHA256_INIT() ; *ctx = empty ; |