summaryrefslogtreecommitdiff
path: root/src/libstdcrypto/sha512-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstdcrypto/sha512-internal.h')
-rw-r--r--src/libstdcrypto/sha512-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstdcrypto/sha512-internal.h b/src/libstdcrypto/sha512-internal.h
index cd6bcbd..16d1e93 100644
--- a/src/libstdcrypto/sha512-internal.h
+++ b/src/libstdcrypto/sha512-internal.h
@@ -5,6 +5,6 @@
#include <skalibs/sha512.h>
-extern void sha512_transform (SHA512Schedule *ctx, unsigned char const *block) ;
+extern void sha512_transform (SHA512Schedule *, unsigned char const *) ;
#endif