crypto/bn/asm/s390x.S: drop redundant instructions.
[openssl.git] / crypto / bn / bn_recp.c
index 20ee319fe51bc86154a6ec0b95c51d8c30d7b3b5..2e8efb8dae29ac2f5473299ae2bcb9e4752c1f5c 100644 (file)
@@ -214,7 +214,7 @@ err:
  * we can do faster division if the remainder is not required.
  */
 /* r := 2^len / m */
-int BN_reciprocal(BIGNUM *r, const BIGNUM *m, size_t len, BN_CTX *ctx)
+int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx)
        {
        int ret= -1;
        BIGNUM *t;