Constify the BIGNUM routines a bit more. The only trouble were the
[openssl.git] / doc / apps / gendsa.pod
index eb47dc0c1d3b7de3cacc7788aa8e2a941ea2a93d..74318fe7fb6384119dbc97fefb03d14c54ede3a0 100644 (file)
@@ -32,9 +32,10 @@ If none of these options is specified no encryption is used.
 =item B<-rand file(s)>
 
 a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by a OS-dependent
-character.  For MS-Windows, the separator is B<;>.  For OpenVMS, it's
-B<,>.  For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+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<paramfile>