fix typos

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-04-24 10:24:37 +02:00
parent 3b608de6f3
commit 755582b297
2 changed files with 2 additions and 2 deletions

View File

@ -889,7 +889,7 @@ ec_prv.pk8param.pem: ec_prv.pk8param.der
all_final += ec_prv.pk8param.pem
################################################################
#### Convert PEM keys in DER format
#### Convert PEM keys to DER format
################################################################
server1.pubkey.der: server1.pubkey
$(OPENSSL) pkey -pubin -in $< -out $@ -outform DER

View File

@ -8,7 +8,7 @@ typedef enum {
TEST_DER
} pkwrite_file_format_t;
/* Helper function for removing "\r" chars from a buffer. This i */
/* Helper function for removing "\r" chars from a buffer. */
static void fix_new_lines(unsigned char *in_str, size_t *len)
{
size_t chars_left;