aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/blake2/blake2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcryptobox/blake2/blake2.h')
-rw-r--r--src/libcryptobox/blake2/blake2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/blake2/blake2.h b/src/libcryptobox/blake2/blake2.h
index abc0f1a9c..33a5e99c4 100644
--- a/src/libcryptobox/blake2/blake2.h
+++ b/src/libcryptobox/blake2/blake2.h
@@ -65,7 +65,7 @@ void blake2b_keyed (unsigned char *hash,
const unsigned char *key,
size_t keylen);
-int blake2b_startup (void);
+int blake2b_load (void);
#if defined(__cplusplus)
}