1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

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 @@
#if defined(POLARSSL_ERROR_C)
#include "polarssl/error.h"
#if defined(POLARSSL_AES_C)
#include "polarssl/aes.h"
#endif