commit | bd1d44e25190b2a9458946d1f6056b6965ed03fd | [log] [tgz] |
---|---|---|
author | Mansour Moufid <mansourmoufid@gmail.com> | Sun Feb 15 17:46:32 2015 -0500 |
committer | Mansour Moufid <mansourmoufid@gmail.com> | Sun Feb 15 17:51:07 2015 -0500 |
tree | 0e76d56bc7ba540d9d9e607c4b85ede27cc868e1 | |
parent | 369e6c20b34be59288cbbecdba47a17a35d927a4 [diff] [blame] |
Fix whitespace of 369e6c20.
diff --git a/library/x509_crt.c b/library/x509_crt.c index 251d82a..3327e68 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -356,8 +356,7 @@ 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 +