Commit c27309ed authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Allow any supported cipher to be used with smime -encrypt.

parent 3207e612
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ int MAIN(int argc, char **argv)
			}
		else if (args_verify(&args, NULL, &badarg, bio_err, &vpm))
			continue;
		else
		else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL)
			badarg = 1;
		args++;
		}