- Fixed error codes. Negative when needed (SSL error codes). Non-negative if error-codes are OR'ed to other error codes (ASN1, Base64, MPI, DHM). The rest is negative by default. 

diff --git a/ChangeLog b/ChangeLog
index a74a95e..d2d587c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@
      and X509parse.

 

 Changes

-   * Error codes are not (necessarily) negative anymore. Keep

+   * Error codes are not (necessarily) negative. Keep

      this is mind when checking for errors.

    * RSA_RAW renamed to SIG_RSA_RAW for consistency.

    * Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE.