commit | efcf4cfeb5ca329dee5074f1f9211cc48d7065a5 | [log] [tgz] |
---|---|---|
author | Michael Thomas <michael.thomas@renesas.com> | Mon Feb 24 17:46:31 2020 +0000 |
committer | Michael Thomas <michael.thomas@renesas.com> | Mon Feb 24 17:46:31 2020 +0000 |
tree | 6c993a2c9845ccb542096ac698e634f59b83fa2b | |
parent | 420afc4e15576532fdec7f5ecab63cf03a83251a [diff] [blame] |
Made exit uniform
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 57bdb6e..bb046ef 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -5555,6 +5555,7 @@ { status = psa_generate_key_vendor(slot, attributes->core.bits, attributes->domain_parameters, attributes->domain_parameters_size); + goto exit; } else #endif /* MBEDTLS_PSA_CRYPTO_ACCEL_DRV_C */