Update copyright year
[openssl.git] / crypto / evp / e_rc4.c
index ea95deab8ff3bc6633d864dc884eba2010ad7501..d16abdd0d2d75d8a751daadad0711085f2055415 100644 (file)
@@ -58,12 +58,12 @@ static const EVP_CIPHER r4_40_cipher = {
 
 const EVP_CIPHER *EVP_rc4(void)
 {
-    return (&r4_cipher);
+    return &r4_cipher;
 }
 
 const EVP_CIPHER *EVP_rc4_40(void)
 {
-    return (&r4_40_cipher);
+    return &r4_40_cipher;
 }
 
 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,