commit | 95a0d118a901462450c1f5ce5616e93c9d1095f4 | [log] [tgz] |
---|---|---|
author | Shuo Chen <chenshuo@chenshuo.com> | Fri Apr 04 21:04:40 2014 -0700 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 08 10:53:51 2014 +0200 |
tree | fc66297bcb81c9a4a4440c704227461faea49293 | |
parent | 6c33a16dae186a28512ceaa042f2ff4c5302c536 [diff] [blame] |
Fix compile error when POLARSSL_ERROR_STRERROR_BC is undefined.
diff --git a/ChangeLog b/ChangeLog index 4e2d97b..23f7762 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -19,6 +19,8 @@ Gergely Budai). * Fix #include path in ecdsa.h which wasn't accepted by some compilers. (found by Gergely Budai) + * Fix compile errors when POLARSSL_ERROR_STRERROR_BC is undefined (found by + Shuo Chen). = PolarSSL 1.3.5 released on 2014-03-26 Features