Make V_ASN1_APP_CHOOSE work again.
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index d3a3b41ba94284d67b16d2f4d4dea9c805a1aa12..a97d3e62e00967d2228964749b135a18cdf3fa13 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,13 @@
 
  Changes between 0.9.5 and 0.9.5a  [XX XXX 2000]
 
+  *) Fix so V_ASN1_APP_CHOOSE works again: however its use is strongly
+     discouraged.
+     [Steve Henson, pointed out by Brian Korver <briank@cs.stanford.edu>]
+
   *) 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.