mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Merge pull request #3105 from AndrzejKurek/ssl-srv-initialize-flags
ssl_srv.c: initialize flags on each iteration of the loop
This commit is contained in:
commit
6bbfcc7c8e
@ -840,6 +840,7 @@ static int ssl_pick_cert( mbedtls_ssl_context *ssl,
|
||||
|
||||
for( cur = list; cur != NULL; cur = cur->next )
|
||||
{
|
||||
flags = 0;
|
||||
MBEDTLS_SSL_DEBUG_CRT( 3, "candidate certificate chain, certificate",
|
||||
cur->cert );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user