commit | 0910f32ee3f22ef619742a8992ed8b104ae062ba | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Feb 06 13:41:18 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Feb 06 13:41:18 2014 +0100 |
tree | fb0d05938b568f2378493dc1002f13e9149eb42d | |
parent | ab50d8d30c22f38e3e2d2373219cfbeb1940082e [diff] |
Fixed compile warning (in test-ref-configs)
diff --git a/library/ssl_cli.c b/library/ssl_cli.c index bdd2d95..fe2103b 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c
@@ -236,6 +236,8 @@ const ecp_curve_info *info; #if defined(POLARSSL_SSL_SET_CURVES) const ecp_group_id *grp_id; +#else + ((void) ssl); #endif *olen = 0;