commit | a7496f00ff09ea643b27c072379da66d1c75c493 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 11:29:59 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 11:29:59 2013 +0200 |
tree | 9773289aae708bebeacdd2c2e90b6969df83c72a | |
parent | 4fee79b88573fed74f60254982bdbfcfb2dfb2eb [diff] [blame] |
Fix a few more warnings in small configurations
diff --git a/programs/pkey/ecdsa.c b/programs/pkey/ecdsa.c index ac3bdee..efe6716 100644 --- a/programs/pkey/ecdsa.c +++ b/programs/pkey/ecdsa.c
@@ -49,7 +49,7 @@ ((void) argv); printf("POLARSSL_ECDSA_C and/or " - "POLARSSL_ENTROPY_C and/or POLARSSL_CTR_DRBG_C not defined\n" + "POLARSSL_ENTROPY_C and/or POLARSSL_CTR_DRBG_C not defined\n"); return( 0 ); } #else