Fixed const correctness issues that have no impact on the ABI

This commit is contained in:
Paul Bakker 2013-06-06 12:35:54 +02:00
parent f92263021c
commit eae09db9e5
14 changed files with 65 additions and 76 deletions

View file

@ -27,6 +27,8 @@
#ifndef POLARSSL_ERROR_H
#define POLARSSL_ERROR_H
#include <string.h>
/**
* Error code layout.
*