>Moreover, the deprecated commands print something to the effect of: "The >command dsa is deprecated. Use ‘pkey’ instead." when executed.
I hope it only does that
If (isatty(0) && isatty(1) && isatty(2)) {
BIO_printf(bio_errerr, “%s: This command is
deprecated, use the \”%s\” command instead.\n”,
prog, “replacement”);
That is, only if “interactive and print to stderr
