Simplify BN_rand_range
[openssl.git] / doc / crypto / bn.pod
index 8558ccfcd5c6a0ce045dc8a64f399901b59c1761..f7ce9dfd4359835d2fffe55fb54ecea338ac63ea 100644 (file)
@@ -68,7 +68,7 @@ bn - multiprecision integer arithmetics
 
  int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
  int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
- int BN_rand_range(BIGNUM *rnd, BIGNUM *min, BIGNUM *max);
+ int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
 
  BIGNUM *BN_generate_prime(BIGNUM *ret, int bits,int safe, BIGNUM *add,
          BIGNUM *rem, void (*callback)(int, int, void *), void *cb_arg);