Am Mit, 2002-06-05 um 08.12 schrieb Richard Levitte via RT:
> 
> BN_pseudo_rand_range() was given in the synopsis exactly as you 
> requested, since 0.9.6c (or at least, that's what I can make out by 
> checking with our repository).  I must say that I have some difficulty 
> doing anything with this report because of that...

I had to apply the following patch for 0.9.6d:

--- openssl-0.9.6d.orig/doc/crypto/BN_rand.pod
+++ openssl-0.9.6d/doc/crypto/BN_rand.pod
@@ -14,7 +14,7 @@
 
  int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
 
- int BN_pseudo_rand_range(BIGNUM *rnd, int bits, int top, int bottom);
+ int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);
 
 =head1 DESCRIPTION
 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to