1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix typos

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath
2022-07-19 12:45:13 +01:00
parent c5328cf9a6
commit 5005edb36c
3 changed files with 10 additions and 10 deletions

View File

@ -17,8 +17,8 @@
* limitations under the License.
*/
#ifndef MBEDTLS_BIGNUM_CORE_H
#define MBEDTLS_BIGNUM_CORE_H
#ifndef MBEDTLS_BIGNUM_MOD_RAW_H
#define MBEDTLS_BIGNUM_MOD_RAW_H
#include "common.h"
@ -36,4 +36,4 @@ int mbedtls_mpi_mod_raw_write( mbedtls_mpi_uint *X,
unsigned char *buf,
size_t buflen );
#endif /* MBEDTLS_BIGNUM_CORE_H */
#endif /* MBEDTLS_BIGNUM_MOD_RAW_H */