mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
Merge dependency fixes
This commit is contained in:
@@ -4770,8 +4770,6 @@ md_type_t ssl_md_alg_from_hash( unsigned char hash )
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_SSL_SET_CURVES)
|
||||
/*
|
||||
* Check is a curve proposed by the peer is in our list.
|
||||
@@ -4869,3 +4867,5 @@ int ssl_check_cert_usage( const x509_crt *cert,
|
||||
return( 0 );
|
||||
}
|
||||
#endif /* POLARSSL_X509_CRT_PARSE_C */
|
||||
|
||||
#endif /* POLARSSL_SSL_TLS_C */
|
||||
|
Reference in New Issue
Block a user