Remove frame/pk parameter from mbedtls_x509_crt_xxx_release()
This commit is contained in:
parent
7dbf49a518
commit
c6d1c3ed1c
8 changed files with 36 additions and 46 deletions
|
@ -402,7 +402,7 @@ void mbedtls_debug_print_crt( const mbedtls_ssl_context *ssl, int level,
|
|||
return;
|
||||
}
|
||||
debug_print_pk( ssl, level, file, line, "crt->", pk );
|
||||
mbedtls_x509_crt_pk_release( crt, pk );
|
||||
mbedtls_x509_crt_pk_release( crt );
|
||||
|
||||
crt = crt->next;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue