diff options
| author | jsing <> | 2014-05-15 14:14:56 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-15 14:14:56 +0000 |
| commit | adc9381efba015741fc5ed51d459725dee87fb54 (patch) | |
| tree | d1545fae6b44d7a9d7d6aa80a89b700911a313f3 /src/lib/libcrypto/chacha/chacha.h | |
| parent | 06e9116771d440a4cc40f2d8654de552543b9c00 (diff) | |
| download | openbsd-adc9381efba015741fc5ed51d459725dee87fb54.tar.gz openbsd-adc9381efba015741fc5ed51d459725dee87fb54.tar.bz2 openbsd-adc9381efba015741fc5ed51d459725dee87fb54.zip | |
KNF.
Diffstat (limited to 'src/lib/libcrypto/chacha/chacha.h')
| -rw-r--r-- | src/lib/libcrypto/chacha/chacha.h | 2 |
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 | ||
| 32 | typedef struct { | 32 | typedef struct { |
| 33 | unsigned int input[16]; | 33 | unsigned int input[16]; |
| 34 | } ChaCha_ctx; | 34 | } ChaCha_ctx; |
| 35 | 35 | ||
| 36 | void ChaCha_set_key(ChaCha_ctx *ctx, const unsigned char *key, | 36 | void ChaCha_set_key(ChaCha_ctx *ctx, const unsigned char *key, |
