aboutsummaryrefslogtreecommitdiffstats
path: root/libsha2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsha2.h')
-rw-r--r--libsha2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsha2.h b/libsha2.h
index 5b37130..02a386b 100644
--- a/libsha2.h
+++ b/libsha2.h
@@ -164,7 +164,7 @@ struct libsha2_state {
#if defined(__GNUC__)
__attribute__((__leaf__, __nothrow__, __nonnull__))
#endif
-int libsha2_state_initialise(struct libsha2_state *restrict, enum libsha2_algorithm);
+int libsha2_init(struct libsha2_state *restrict, enum libsha2_algorithm);
/**
* Get the output size of the algorithm specified for a state