Remove parentheses of return.
[openssl.git] / crypto / bn / bn_mod.c
index 13b583f76c9f49a89612a1d98649f4c34e0d1d21..76adfb748fcf58300d7721390d8d5e9fee87bece 100644 (file)
@@ -96,7 +96,7 @@ int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
     ret = 1;
  err:
     BN_CTX_end(ctx);
-    return (ret);
+    return ret;
 }
 
 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)