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/library/pk_wrap.c b/library/pk_wrap.c index 513d96d..c0ad10d 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c
@@ -334,7 +334,7 @@ return( ecdsa_write_signature( (ecdsa_context *) ctx, hash, hash_len, sig, sig_len, f_rng, p_rng ) ); -#endif +#endif /* POLARSSL_ECDSA_DETERMINISTIC */ } static void *ecdsa_alloc_wrap( void )