aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/chacha20/chacha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcryptobox/chacha20/chacha.h')
-rw-r--r--src/libcryptobox/chacha20/chacha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/chacha20/chacha.h b/src/libcryptobox/chacha20/chacha.h
index cd2a63bd9..f69a63db9 100644
--- a/src/libcryptobox/chacha20/chacha.h
+++ b/src/libcryptobox/chacha20/chacha.h
@@ -74,6 +74,6 @@ void xchacha (const chacha_key *key, const chacha_iv24 *iv,
const unsigned char *in, unsigned char *out, size_t inlen,
size_t rounds);
-void chacha_load (void);
+const char* chacha_load (void);
#endif /* CHACHA_H_ */