Fix indefinite length encoding so EOC correctly updates
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 98b44d561c6a997bfcc3e798a10b5b6413de4852..b032498a2ec70644270ea16a6bf8f3e010d713a8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -18,7 +18,7 @@
      cleartext signing (multipart/signed type) is effectively streaming
      and the signed data does not need to be all held in memory.
 
-     This is done with a new flag PKCS7_PARTSIGN. When this flag is set
+     This is done with a new flag PKCS7_STREAM. When this flag is set
      PKCS7_sign() only initializes the PKCS7 structure and the actual signing
      is done after the data is output (and digests calculated) in
      SMIME_write_PKCS7().