mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Corrected behaviour
This commit is contained in:
parent
fc8c4360b8
commit
2908713af1
3 changed files with 3 additions and 3 deletions
|
|
@ -488,7 +488,7 @@ static int ssl_write_certificate_request( ssl_context *ssl )
|
|||
p += 2;
|
||||
crt = ssl->ca_chain;
|
||||
|
||||
while( crt != NULL && crt->version != 0 )
|
||||
while( crt != NULL )
|
||||
{
|
||||
if( p - buf > 4096 )
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue