Remove parentheses of return.
[openssl.git] / crypto / evp / e_chacha20_poly1305.c
index 7fd4f8dfe7fd2b13b6a17a8a224d4d916b1d1b63..9bf98f16a52caf7e9ae4e54f24317488372035bc 100644 (file)
@@ -140,7 +140,7 @@ static const EVP_CIPHER chacha20 = {
 
 const EVP_CIPHER *EVP_chacha20(void)
 {
-    return (&chacha20);
+    return &chacha20;
 }
 
 # ifndef OPENSSL_NO_POLY1305