1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +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

@ -46,7 +46,7 @@ struct options {
} opt;
static int convert_pem_to_der(const unsigned char *input, size_t ilen,
unsigned char *output, size_t *olen)
unsigned char *output, size_t *olen)
{
int ret;
const unsigned char *s1, *s2, *end = input + ilen;