Skip to content

Commit

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

Signed-off-by: ATmobica <artur.tynecki@arm.com>
  • Loading branch information
ATmobica authored May 22, 2023
1 parent cbd5dac commit 65f86b6
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 @@ -1773,7 +1773,7 @@ CHIP_ERROR ExtractRawDNFromX509Cert(bool extractSubject, const ByteSpan & certif
dn.reduce_size(len);

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

#else
Expand Down

0 comments on commit 65f86b6

Please sign in to comment.