From: Bodo Möller Date: Mon, 13 Mar 2000 21:01:05 +0000 (+0000) Subject: Correction. X-Git-Tag: OpenSSL_0_9_5a-beta1~46 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df1ff3f1b3881f9240e0eb4638f605f7f8fa8e4c;p=oweals%2Fopenssl.git Correction. --- diff --git a/CHANGES b/CHANGES index d3a3b41ba9..803be2de46 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,7 @@ *) For easily testing in shell scripts whether some command 'openssl XXX' exists, the new pseudo-command 'openssl no-XXX' - returns with exit code 0 iff a command of the given name is available. + returns with exit code 0 iff no command of the given name is available. 'no-XXX' is printed in this case, 'XXX' otherwise. In both cases, the output goes to stdout and nothing is printed to stderr. Additional arguments are always ignored.