From 7483896e15a9d9203913555ba2f8cc4d7c20e008 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 4 Sep 2009 12:27:01 +0000 Subject: [PATCH] Correction: salt is now default --- doc/apps/enc.pod | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod index 018365ba40..3dee4ed992 100644 --- a/doc/apps/enc.pod +++ b/doc/apps/enc.pod @@ -57,15 +57,13 @@ see the B section in L. =item B<-salt> -use a salt in the key derivation routines. This option should B -be used unless compatibility with previous versions of OpenSSL or SSLeay -is required. This option is only present on OpenSSL versions 0.9.5 or -above. +use a salt in the key derivation routines. This is the default. =item B<-nosalt> -don't use a salt in the key derivation routines. This is the default for -compatibility with previous versions of OpenSSL and SSLeay. +don't use a salt in the key derivation routines. This option B be +used except for test purposes or compatibility with ancient versions of OpenSSL +and SSLeay. =item B<-e> -- 2.34.1