Fixed compile warning (in test-ref-configs)

This commit is contained in:
Paul Bakker 2014-02-06 13:41:18 +01:00
parent ab50d8d30c
commit 0910f32ee3

View file

@ -236,6 +236,8 @@ static void ssl_write_supported_elliptic_curves_ext( ssl_context *ssl,
const ecp_curve_info *info; const ecp_curve_info *info;
#if defined(POLARSSL_SSL_SET_CURVES) #if defined(POLARSSL_SSL_SET_CURVES)
const ecp_group_id *grp_id; const ecp_group_id *grp_id;
#else
((void) ssl);
#endif #endif
*olen = 0; *olen = 0;