Wichert Akkerman writes: > Package: openssl > Version: 0.9.6-1 > Severity: normal > > The HISTORY section of RAND_add(3ssl) isn't formated correctly, its end > looks like this: > > RAND_event() in OpenSSL 0.9.5a. > > entropy to the PRNG" > The .pod file is incorrect. Apparently you are not allowed to have more than one line in the NAME section. The following patch fixes this. --- doc/crypto/RAND_add.pod.~1~ Thu Mar 23 21:32:23 2000 +++ doc/crypto/RAND_add.pod Thu Mar 8 12:50:27 2001 @@ -2,8 +2,7 @@ =head1 NAME -RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen - add -entropy to the PRNG +RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen - add entropy to the PRNG =head1 SYNOPSIS C ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
