modes/asm/ghashv8-armx.pl: modulo-schedule loop.
[openssl.git] / crypto / bn / bn_sqr.c
index 4e8df0e3ecf80ea86138f141fbfc20895351b601..dbfe9b82b153428a2baf3a70d100a9a2cbd32e07 100644 (file)
@@ -98,7 +98,7 @@ int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
     bn_check_top(rr);
     bn_check_top(tmp);
     BN_CTX_end(ctx);
-    return (ret);
+    return ret;
 }
 
 /* tmp must have 2*n words */