commit | 9af723cee7cc4090e5f8c38a0924ec5d420c30a3 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 01 13:03:14 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 01 13:03:14 2014 +0200 |
tree | 3332ec4cc7ed1897417233937437a4e1dc8de2db | |
parent | 525f87559f618e2d3b6f3c6db68d9062b373326e [diff] [blame] |
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h index 0e9de22..b77e7da 100644 --- a/include/polarssl/openssl.h +++ b/include/polarssl/openssl.h
@@ -98,7 +98,7 @@ memset( rsa, 0, sizeof( rsa_context ) ); - if( ( len == 94 && + if( ( len == 94 && mpi_read_binary( &rsa->N, &buffer[ 25], 64 ) == 0 && mpi_read_binary( &rsa->E, &buffer[ 91], 3 ) == 0 ) || ( len == 162 &&