提交 c27309ed 编写于 作者: D Dr. Stephen Henson

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

上级 3207e612
......@@ -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++;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册