s390x-gf2m.pl: commentary update (final performance numbers turned to be
[oweals/openssl.git] / crypto / bn / bn.h
index 259748a417365dda3a8109f3166178bd2fa56f96..84570f764c747215687e732574cf0c3203ea2e46 100644 (file)
@@ -437,7 +437,7 @@ int     BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
 int    BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
 int    BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
 int    BN_num_bits(const BIGNUM *a);
-int    BN_num_bits_word(BN_ULONG);
+int    BN_num_bits_word(BN_ULONG l);
 BIGNUM *BN_new(void);
 void   BN_init(BIGNUM *);
 void   BN_clear_free(BIGNUM *a);