mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Fixed const correctness issues that have no impact on the ABI
This commit is contained in:
parent
f92263021c
commit
eae09db9e5
14 changed files with 65 additions and 76 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