1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Adjust spacing in sample programs

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster
2024-06-12 00:05:25 +02:00
committed by Minos Galanakis
parent 6fa32fd12d
commit 82984bc1be
9 changed files with 53 additions and 53 deletions

View File

@@ -598,7 +598,7 @@ static int my_verify(void *data, mbedtls_x509_crt *crt,
#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID)
static int report_cid_usage(mbedtls_ssl_context *ssl,
const char *additional_description)
const char *additional_description)
{
int ret;
unsigned char peer_cid[MBEDTLS_SSL_CID_OUT_LEN_MAX];