Remove parentheses of return.
[openssl.git] / crypto / evp / e_rc4_hmac_md5.c
index 8ab18c1413a46cf6017e2b5cf1e0d6853b4f0830..b1e8ccd6ddca8f4c72452a0c380668c8fcbb03c7 100644 (file)
@@ -257,6 +257,6 @@ static EVP_CIPHER r4_hmac_md5_cipher = {
 
 const EVP_CIPHER *EVP_rc4_hmac_md5(void)
 {
-    return (&r4_hmac_md5_cipher);
+    return &r4_hmac_md5_cipher;
 }
 #endif