commit | d61e7d98cb3e7ba96472594f26a7759ceab1447d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 16:17:47 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 16:17:47 2011 +0000 |
tree | 1902903e3bc94e711933b374b3664a12558ef448 | |
parent | f917e42c9b17784b3eef5882906b8535073e6532 [diff] [blame] |
- Cleaned up warning-generating code
diff --git a/library/cipher.c b/library/cipher.c index 545b2da..345e2fe 100644 --- a/library/cipher.c +++ b/library/cipher.c
@@ -366,6 +366,8 @@ int cipher_self_test( int verbose ) { + ((void) verbose); + return( 0 ); }