fix typos
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
7bacaf859a
commit
547b3a4ab5
2 changed files with 2 additions and 2 deletions
|
@ -1000,7 +1000,7 @@ ec_bp512_pub.comp.pem: ec_bp512_pub.pem
|
|||
all_final += ec_bp512_pub.comp.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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue