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:
committed by
Minos Galanakis
parent
6fa32fd12d
commit
82984bc1be
@ -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;
|
||||
|
Reference in New Issue
Block a user