aboutsummaryrefslogtreecommitdiffstats
path: root/libblake.h
diff options
context:
space:
mode:
Diffstat (limited to 'libblake.h')
-rw-r--r--libblake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libblake.h b/libblake.h
index 9f8f3d7..7d818fc 100644
--- a/libblake.h
+++ b/libblake.h
@@ -12,7 +12,7 @@
#endif
void libblake_encode_hex(const void *data, size_t n, char out[/* static n * 2 + 1 */], int uppercase);
-size_t libblake_decode_hex(const char *data, size_t n, void *out);
+size_t libblake_decode_hex(const char *data, size_t n, void *out, int *validp);
#define LIBBLAKE_BLAKE224_OUTPUT_SIZE (224 / 8)
#define LIBBLAKE_BLAKE256_OUTPUT_SIZE (256 / 8)