summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha/chacha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/chacha/chacha.h')
-rw-r--r--src/lib/libcrypto/chacha/chacha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/chacha/chacha.h b/src/lib/libcrypto/chacha/chacha.h
index 456d960ed9..8312273cea 100644
--- a/src/lib/libcrypto/chacha/chacha.h
+++ b/src/lib/libcrypto/chacha/chacha.h
@@ -30,7 +30,7 @@ extern "C" {
30#endif 30#endif
31 31
32typedef struct { 32typedef struct {
33 unsigned int input[16]; 33 unsigned int input[16];
34} ChaCha_ctx; 34} ChaCha_ctx;
35 35
36void ChaCha_set_key(ChaCha_ctx *ctx, const unsigned char *key, 36void ChaCha_set_key(ChaCha_ctx *ctx, const unsigned char *key,