commit | 3e41fe89385ab4de36ef4c58c0bb157a02cefcac | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 17:42:50 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 17:42:50 2013 +0200 |
tree | 011bc1dc6830e637b39a4547aa5bb698ac76fb9a | |
parent | dce7fdcbc967f74d1141e029c169f98441605db8 [diff] [blame] |
Remove printf when RSA selftest is skipped
diff --git a/library/rsa.c b/library/rsa.c index 4929275..42fea41 100644 --- a/library/rsa.c +++ b/library/rsa.c
@@ -1512,8 +1512,7 @@ rsa_free( &rsa ); #else /* POLARSSL_PKCS1_V15 */ - if( verbose != 0 ) - printf( "skipper\n\n" ); + ((void) verbose); #endif /* POLARSSL_PKCS1_V15 */ return( 0 ); }