summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_chacha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/e_chacha.c')
-rw-r--r--src/lib/libcrypto/evp/e_chacha.c2
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 = {
41const EVP_CIPHER * 41const EVP_CIPHER *
42EVP_chacha20(void) 42EVP_chacha20(void)
43{ 43{
44 return(&chacha20_cipher); 44 return (&chacha20_cipher);
45} 45}
46 46
47static int 47static int