Remove parentheses of return.
[oweals/openssl.git] / apps / genrsa.c
index ebd69e15ed7c1fda1f6f8992a7dc9cd1fcab0066..b4a986cb583e1366da1c9f38afdad3f9b44a7dff 100644 (file)
@@ -166,7 +166,7 @@ opthelp:
     OPENSSL_free(passout);
     if (ret != 0)
         ERR_print_errors(bio_err);
-    return (ret);
+    return ret;
 }
 
 static int genrsa_cb(int p, int n, BN_GENCB *cb)