Skip to content

Commit

Permalink
Remove print from mini_client
Browse files Browse the repository at this point in the history
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
  • Loading branch information
mprse committed Apr 17, 2023
1 parent a0a1c1e commit e296868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions programs/ssl/mini_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ int main(void)
#if defined(MBEDTLS_USE_PSA_CRYPTO)
psa_status_t status = psa_crypto_init();
if (status != PSA_SUCCESS) {
mbedtls_fprintf(stderr, "Failed to initialize PSA Crypto implementation: %d\n",
(int) status);
ret = MBEDTLS_ERR_SSL_HW_ACCEL_FAILED;
goto exit;
}
Expand Down

0 comments on commit e296868

Please sign in to comment.