{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1742407136,"commit_time":1742807702,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"cbbccb8b3aa357926131375e7082b2579fa3fe82","message":"mbedtls: re-enable an error check\n\nWhile adding support for key blobs, a check and error code update moved\nafter some logic, resulting in the updated code not checked anymore.\n\nDetected by clang-tidy:\n```\nlib/vtls/mbedtls.c:768:7: error: Value stored to 'ret' is never read [clang-analyzer-deadcode.DeadStores,-warnings-as-errors]\n  768 |       ret = MBEDTLS_ERR_PK_TYPE_MISMATCH;\n      |       ^\n```\nRef: https://github.com/curl/curl/actions/runs/13953249156/job/39057979349?pr=16764#step:12:178\n\nRegression from 05e0453050def7323fbc8210886f909819edcc5f #7157\nCherry-picked from #16764\nCloses #16766\n","parents":["9465327084c920deee7ba5abbcd55dbec6cf3e95"],"tree_hash":"5b10fea902320f1ed13dabb78fec96b2393328fd"}