commit | 99b9259f76facffd66013851f5394bd21c1fcf84 | [log] [tgz] |
---|---|---|
author | Mansour Moufid <mansourmoufid@gmail.com> | Sun Feb 15 17:46:32 2015 -0500 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Feb 16 10:43:52 2015 +0000 |
tree | bc314b9e1c61d8460f7df1700de574ea2903a9a6 | |
parent | c531b4af3c711b668f469b7cef4e683c54000822 [diff] [blame] |
Fix whitespace of 369e6c20.
diff --git a/library/x509_crt.c b/library/x509_crt.c index 9d5aa94..d9f5fac 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -359,8 +359,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 +