diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_chacha.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_chacha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/e_chacha.c b/src/lib/libcrypto/evp/e_chacha.c index 4a20186006..0c32b99df4 100644 --- a/src/lib/libcrypto/evp/e_chacha.c +++ b/src/lib/libcrypto/evp/e_chacha.c | |||
@@ -41,7 +41,7 @@ static const EVP_CIPHER chacha20_cipher = { | |||
41 | const EVP_CIPHER * | 41 | const EVP_CIPHER * |
42 | EVP_chacha20(void) | 42 | EVP_chacha20(void) |
43 | { | 43 | { |
44 | return(&chacha20_cipher); | 44 | return (&chacha20_cipher); |
45 | } | 45 | } |
46 | 46 | ||
47 | static int | 47 | static int |