mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 17:02:58 +00:00
- Fixed a whole bunch of dependencies on defines between files, examples and tests
This commit is contained in:
@@ -322,12 +322,14 @@ static int ssl_parse_server_hello( ssl_context *ssl )
|
||||
|
||||
static int ssl_parse_server_key_exchange( ssl_context *ssl )
|
||||
{
|
||||
#if defined(POLARSSL_DHM_C)
|
||||
int ret;
|
||||
size_t n;
|
||||
unsigned char *p, *end;
|
||||
unsigned char hash[36];
|
||||
md5_context md5;
|
||||
sha1_context sha1;
|
||||
#endif
|
||||
|
||||
SSL_DEBUG_MSG( 2, ( "=> parse server key exchange" ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user