mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-19 05:43:14 +03:00
@ -853,7 +853,6 @@ static int ssl_handshake_init( mbedtls_ssl_context *ssl )
|
|||||||
else
|
else
|
||||||
#endif /* MBEDTLS_SSL_PROTO_TLS1_2 */
|
#endif /* MBEDTLS_SSL_PROTO_TLS1_2 */
|
||||||
{
|
{
|
||||||
ssl->handshake->sig_algs = ssl->conf->sig_algs;
|
|
||||||
ssl->handshake->sig_algs_heap_allocated = 0;
|
ssl->handshake->sig_algs_heap_allocated = 0;
|
||||||
}
|
}
|
||||||
#endif /* !MBEDTLS_DEPRECATED_REMOVED */
|
#endif /* !MBEDTLS_DEPRECATED_REMOVED */
|
||||||
|
Reference in New Issue
Block a user