From 34b1ead64185bd96e2e0f63544a98245220d08bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 16 Oct 2006 12:50:52 +0000 Subject: [PATCH] Add random-data. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18476 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 1cc0ceb1e..7af98c05c 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -377,6 +377,12 @@ command = { command = { name = "info" } +command = { + name = "random-data" + min_args="1" + argument="bytes" + help = "Generates random bytes and prints them to standard output" +} command = { name = "help" name = "?"