Revert "EVP_*Update: ensure that input NULL with length 0 isn't passed"
[oweals/openssl.git] / crypto / evp / m_wp.c
index 94fac226b69f3315b5b522d894c1aa0172d7672e..27e2b3c5cab8a3a5a2c023a9cec49f8b827d6fd1 100644 (file)
@@ -49,6 +49,6 @@ static const EVP_MD whirlpool_md = {
 
 const EVP_MD *EVP_whirlpool(void)
 {
-    return (&whirlpool_md);
+    return &whirlpool_md;
 }
 #endif