Fix whitespace of 369e6c20
.
This commit is contained in:
parent
c531b4af3c
commit
99b9259f76
4 changed files with 7 additions and 14 deletions
library
|
@ -359,8 +359,7 @@ static int x509_get_subject_alt_name( unsigned char **p,
|
|||
if( cur->next != NULL )
|
||||
return( POLARSSL_ERR_X509_INVALID_EXTENSIONS );
|
||||
|
||||
cur->next = polarssl_malloc(
|
||||
sizeof( asn1_sequence ) );
|
||||
cur->next = polarssl_malloc( sizeof( asn1_sequence ) );
|
||||
|
||||
if( cur->next == NULL )
|
||||
return( POLARSSL_ERR_X509_INVALID_EXTENSIONS +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue