From: Nikos Mavrogiannopoulos Date: Sat, 6 Oct 2007 10:50:43 +0000 (+0300) Subject: (no commit message) X-Git-Tag: gnutls_2_1_2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdaf6520b5dae6443c8a031503e5573f8b53cefa;p=thirdparty%2Fgnutls.git --- diff --git a/src/certtool.gaa b/src/certtool.gaa index 3f6c430ea2..dd1d941239 100644 --- a/src/certtool.gaa +++ b/src/certtool.gaa @@ -55,9 +55,6 @@ option (password) STR "PASSWORD" { $pass = $1 } "Password to use." option (i, certificate-info) { $action = 2; } "Print information on a certificate." -#int quick_random; -option (quick-random) { $quick_random = 1; } "Use /dev/urandom for all operation, reducing the quality of randomness used." - option (l, crl-info) { $action = 11; } "Print information on a CRL." option (p12-info) { $action = 9; } "Print information on a PKCS #12 structure." @@ -97,6 +94,9 @@ option (outder) { $outcert_format=1 } "Use DER format for output certificates an #int bits; option (bits) INT "BITS" { $bits = $1 } "specify the number of bits for key generation." +#int quick_random; +option (quick-random) { $quick_random = 1; } "Use /dev/urandom for all operation, reducing the quality of randomness used." + #char *outfile; option (outfile) STR "FILE" { $outfile = $1 } "Output file."