From 259810e05bfcb465469a326cbfb939661a2fbcb9 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 6 Feb 2001 14:09:13 +0000 Subject: Rijdael CBC mode and partial undebugged SSL support. --- apps/enc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/enc.c') diff --git a/apps/enc.c b/apps/enc.c index 95aae9afb3..e53cf3b415 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -442,6 +442,9 @@ bad: if (cipher != NULL) { + /* Note that str is NULL if a key was passed on the command + * line, so we get no salt in that case. Is this a bug? + */ if (str != NULL) { /* Salt handling: if encrypting generate a salt and -- cgit v1.2.3