mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
changelog: fixed typos
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
@ -7,4 +7,4 @@ Bugfix
|
|||||||
New deprecations
|
New deprecations
|
||||||
* mbedtls_x509write_crt_set_serial() is now being deprecated in favor of
|
* mbedtls_x509write_crt_set_serial() is now being deprecated in favor of
|
||||||
mbedtls_x509write_crt_set_serial_new(). The goal here is to remove any
|
mbedtls_x509write_crt_set_serial_new(). The goal here is to remove any
|
||||||
direct dependency of X509 from BIGNUM_C.
|
direct dependency of X509 on BIGNUM_C.
|
||||||
|
@ -577,7 +577,7 @@ void x509_set_serial_check()
|
|||||||
|
|
||||||
memset(invalid_serial, 0x01, sizeof(invalid_serial));
|
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 serial_mpi;
|
||||||
|
|
||||||
mbedtls_mpi_init(&serial_mpi);
|
mbedtls_mpi_init(&serial_mpi);
|
||||||
|
Reference in New Issue
Block a user