mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Cleaned up ECP error codes
This commit is contained in:
@ -604,7 +604,7 @@ int ecp_use_known_dp( ecp_group *grp, ecp_group_id id )
|
||||
#endif /* POLARSSL_ECP_DP_SECP521R1_ENABLED */
|
||||
}
|
||||
|
||||
return( POLARSSL_ERR_ECP_BAD_INPUT_DATA );
|
||||
return( POLARSSL_ERR_ECP_FEATURE_UNAVAILABLE );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user