summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2009-02-02 00:01:28 +0000
committerBodo Möller <bodo@openssl.org>2009-02-02 00:01:28 +0000
commit7ca1cfbac328e666c2464b5ee00883d8dd479999 (patch)
treeca919c30d1db9974930af50978a7614056f57050 /doc
parentd8e8fc4803bf213b67e743a3ba91f47e2adafbe3 (diff)
-hex option for openssl rand
PR: 1831 Submitted by: Damien Miller
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/rand.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/rand.pod b/doc/apps/rand.pod
index 75745ca002..d1d213ef43 100644
--- a/doc/apps/rand.pod
+++ b/doc/apps/rand.pod
@@ -10,6 +10,7 @@ B<openssl rand>
[B<-out> I<file>]
[B<-rand> I<file(s)>]
[B<-base64>]
+[B<-hex>]
I<num>
=head1 DESCRIPTION
@@ -41,6 +42,10 @@ all others.
Perform base64 encoding on the output.
+=item B<-hex>
+
+Show the output as a hex string.
+
=back
=head1 SEE ALSO