mask old error codes so that mkerr.pl does not re-add them
This commit is contained in:
parent
5a2485ce12
commit
1dc94d4dcc
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ void *EC_GROUP_get_extra_data(const EC_GROUP *group, void *(*extra_data_dup_func
|
|||
|| (group->extra_data_clear_free_func != extra_data_clear_free_func))
|
||||
{
|
||||
#if 0 /* this was an error in 0.9.7, but that does not make a lot of sense */
|
||||
ECerr(EC_F_EC_GROUP_GET_EXTRA_DATA, EC_R_NO_SUCH_EXTRA_DATA);
|
||||
ECerr(..._F_EC_GROUP_GET_EXTRA_DATA, ..._R_NO_SUCH_EXTRA_DATA);
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue