Fix warnings from -pedantic

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-29 10:52:14 +02:00
parent 009a2640f6
commit f78e4de6f4
4 changed files with 35 additions and 28 deletions

View file

@ -1715,7 +1715,7 @@ const int *mbedtls_ssl_list_ciphersuites( void )
}
return( supported_ciphersuites );
};
}
#endif /* MBEDTLS_SSL_CIPHERSUITES */
const mbedtls_ssl_ciphersuite_t *mbedtls_ssl_ciphersuite_from_string(