From 0e304b7f41dee957036e68897b9ae0bc56253a56 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Fri, 15 Apr 2005 16:01:35 +0000 Subject: EVP_CIPHER_CTX_init is a void function + fix typo PR: 1044 + 1045 --- doc/HOWTO/keys.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/HOWTO') diff --git a/doc/HOWTO/keys.txt b/doc/HOWTO/keys.txt index 45f42eaaf1..7ae2a3a118 100644 --- a/doc/HOWTO/keys.txt +++ b/doc/HOWTO/keys.txt @@ -40,9 +40,9 @@ consider insecure or to be insecure pretty soon. 3. To generate a DSA key -A DSA key can be used both for signing only. This is important to -keep in mind to know what kind of purposes a certificate request with -a DSA key can really be used for. +A DSA key can be used for signing only. This is important to keep +in mind to know what kind of purposes a certificate request with a +DSA key can really be used for. Generating a key for the DSA algorithm is a two-step process. First, you have to generate parameters from which to generate the key: -- cgit v1.2.3