From 084adb601f2d375395c6cdcedf8af91f1065fe4e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 9 Oct 2006 16:22:20 +0000 Subject: Feh, wrong vendor branch merge proceedure, clean up before trying again. svn path=/openssl/vendor/0.9.8d; revision=374 --- openssl/vendor/0.9.8d/doc/apps/rand.pod | 50 --------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 openssl/vendor/0.9.8d/doc/apps/rand.pod (limited to 'openssl/vendor/0.9.8d/doc/apps/rand.pod') diff --git a/openssl/vendor/0.9.8d/doc/apps/rand.pod b/openssl/vendor/0.9.8d/doc/apps/rand.pod deleted file mode 100644 index 75745ca0..00000000 --- a/openssl/vendor/0.9.8d/doc/apps/rand.pod +++ /dev/null @@ -1,50 +0,0 @@ -=pod - -=head1 NAME - -rand - generate pseudo-random bytes - -=head1 SYNOPSIS - -B -[B<-out> I] -[B<-rand> I] -[B<-base64>] -I - -=head1 DESCRIPTION - -The B command outputs I pseudo-random bytes after seeding -the random number generator once. As in other B command -line tools, PRNG seeding uses the file I<$HOME/>B<.rnd> or B<.rnd> -in addition to the files given in the B<-rand> option. A new -I<$HOME>/B<.rnd> or B<.rnd> file will be written back if enough -seeding was obtained from these sources. - -=head1 OPTIONS - -=over 4 - -=item B<-out> I - -Write to I instead of standard output. - -=item B<-rand> I - -Use specified file or files or EGD socket (see L) -for seeding the random number generator. -Multiple files can be specified separated by a OS-dependent character. -The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for -all others. - -=item B<-base64> - -Perform base64 encoding on the output. - -=back - -=head1 SEE ALSO - -L - -=cut -- cgit v1.2.3