mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
fix typos
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
7bacaf859a
commit
547b3a4ab5
@ -1000,7 +1000,7 @@ ec_bp512_pub.comp.pem: ec_bp512_pub.pem
|
|||||||
all_final += ec_bp512_pub.comp.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
|
server1.pubkey.der: server1.pubkey
|
||||||
$(OPENSSL) pkey -pubin -in $< -out $@ -outform DER
|
$(OPENSSL) pkey -pubin -in $< -out $@ -outform DER
|
||||||
|
@ -8,7 +8,7 @@ typedef enum {
|
|||||||
TEST_DER
|
TEST_DER
|
||||||
} pkwrite_file_format_t;
|
} 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)
|
static void fix_new_lines(unsigned char *in_str, size_t *len)
|
||||||
{
|
{
|
||||||
size_t chars_left;
|
size_t chars_left;
|
||||||
|
Loading…
Reference in New Issue
Block a user