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

changelog: fixed typos

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti
2023-01-09 17:21:17 +01:00
parent aad8dbd38d
commit ea19d2db73
3 changed files with 3 additions and 3 deletions

View File

@ -577,7 +577,7 @@ void x509_set_serial_check()
memset(invalid_serial, 0x01, sizeof(invalid_serial));
#if defined(MBEDTLS_BIGNUM_C) && !defined(MBEDTLS_DEPRECATED_REMOVED)
#if defined(MBEDTLS_TEST_DEPRECATED) && defined(MBEDTLS_BIGNUM_C)
mbedtls_mpi serial_mpi;
mbedtls_mpi_init(&serial_mpi);