Fixed const correctness issues that have no impact on the ABI
(cherry picked from commit eae09db9e5
)
Conflicts:
library/gcm.c
This commit is contained in:
parent
2013950545
commit
3c2122ff9d
12 changed files with 60 additions and 69 deletions
|
@ -27,6 +27,8 @@
|
|||
#ifndef POLARSSL_ERROR_H
|
||||
#define POLARSSL_ERROR_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* Error code layout.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue