commit | 77233ec411c1642c79c81ccaf8b665063faba540 | [log] [tgz] |
---|---|---|
author | Alexander K <ak@tempesta-tech.com> | Thu Sep 05 21:37:39 2019 +0300 |
committer | Alexander K <ak@tempesta-tech.com> | Thu Sep 05 21:37:39 2019 +0300 |
tree | 6798d373232439bcda1ef348edc280a4aec8b24d | |
parent | 79a11fa0d635a56dff7b2359962e7c164fded166 [diff] |
Fix misprint
diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 400f208..941ac69 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c
@@ -836,7 +836,7 @@ #endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */ default: - grp->id = id; + grp->id = 0; return( MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE ); } }