1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-12 16:41:03 +03:00
Files
mbedtls/library/pkparse.c
Chris Jones 4d01c5b5c3 Remove dead code from pk_parse_key_pkcs8_unencrypted_der
pk_get_pk_alg will either return 0 or a pk error code. This means that
the error code will always be a high level module ID and so we just
return ret.

Signed-off-by: Chris Jones <christopher.jones@arm.com>
2021-04-28 14:12:07 +01:00

47 KiB