Return an error if gmtime returns NULL.
[openssl.git] / doc / crypto / bn.pod
index cbe3bc704ff3be2a97a367959f1a06f40666d130..210dfeac08cdce4891d26d83f836121a1310d370 100644 (file)
@@ -69,6 +69,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 *range);
+ int BN_pseudo_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);