Move the 'file scope' argument in set_label to
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index bd9a73c2813f1f07049c0a56a488d034511a6d47..8265c8826e101a444e1c44745bf0e9cf22e773b1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.5 and 0.9.6  [XX XXX 2000]
 
+  *) The second argument to set_label in perlasm was already being used
+     so couldn't be used as a "file scope" flag. Moved to third argument
+     which was free.
+     [Steve Henson]
+
   *) In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
      instead of RAND_bytes for encryption IVs and salts.
      [Bodo Moeller]