Fix depend issue in program/ssl/ssl_*2.c

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-12 11:27:25 +02:00
parent 43b37cbc92
commit db1cc76091
2 changed files with 2 additions and 2 deletions
programs/ssl

View file

@ -705,7 +705,6 @@ void term_handler( int sig )
int main( int argc, char *argv[] )
{
int ret = 0, len, written, frags, exchanges_left;
uint32_t flags;
int version_suites[4][2];
unsigned char buf[IO_BUF_LEN];
#if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
@ -727,6 +726,7 @@ int main( int argc, char *argv[] )
unsigned char renego_period[8] = { 0 };
#endif
#if defined(MBEDTLS_X509_CRT_PARSE_C)
uint32_t flags;
mbedtls_x509_crt cacert;
mbedtls_x509_crt srvcert;
mbedtls_pk_context pkey;