mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
fixing a typo in comment
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@@ -1015,7 +1015,8 @@ int MBEDTLS_DEPRECATED mbedtls_x509write_crt_set_serial(
|
|||||||
* \param ctx CRT context to use
|
* \param ctx CRT context to use
|
||||||
* \param serial A raw array of bytes containing the serial number in big
|
* \param serial A raw array of bytes containing the serial number in big
|
||||||
* endian format
|
* endian format
|
||||||
* \param serial_len Length of the previous input buffer buffer
|
* \param serial_len Length of valid bytes (expressed in bytes) in \p serial
|
||||||
|
* input buffer
|
||||||
*
|
*
|
||||||
* \return 0 if successful, or
|
* \return 0 if successful, or
|
||||||
* MBEDTLS_ERR_X509_BAD_INPUT_DATA if the provided input buffer
|
* MBEDTLS_ERR_X509_BAD_INPUT_DATA if the provided input buffer
|
||||||
|
Reference in New Issue
Block a user