commit | 3c2122ff9df373dca325998ef3f2ec2be986f1ac | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Jun 24 19:03:14 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Jun 24 19:09:24 2013 +0200 |
tree | e64fc65f6268549e529156d9a1355c6d4cbc1301 | |
parent | 201395054553a5eae0332dc7a037a57317141c64 [diff] [blame] |
Fixed const correctness issues that have no impact on the ABI (cherry picked from commit eae09db9e57b7a342ea15bf57c5c1439c59a2e50) Conflicts: library/gcm.c
diff --git a/include/polarssl/error.h b/include/polarssl/error.h index a084243..728b29e 100644 --- a/include/polarssl/error.h +++ b/include/polarssl/error.h
@@ -27,6 +27,8 @@ #ifndef POLARSSL_ERROR_H #define POLARSSL_ERROR_H +#include <string.h> + /** * Error code layout. *