Skip to content

Commit

Permalink
[crypto] Fix PSA crypto PAL (project-chip#26596)
Browse files Browse the repository at this point in the history
Use the right log function.

Signed-off-by: ATmobica <[email protected]>
  • Loading branch information
ATmobica authored and tianfeng-yang committed May 17, 2023
1 parent 663ac5d commit 368eec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/CHIPCryptoPALPSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ CHIP_ERROR ExtractSerialNumberFromX509Cert(const ByteSpan & certificate, Mutable
serialNumber.reduce_size(len);

exit:
_log_mbedTLS_error(result);
logMbedTLSError(result);
mbedtls_x509_crt_free(&mbed_cert);

#else
Expand Down

0 comments on commit 368eec7

Please sign in to comment.