projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a2485c
)
mask old error codes so that mkerr.pl does not re-add them
author
Bodo Möller
<bodo@openssl.org>
Fri, 14 Feb 2003 14:43:31 +0000
(14:43 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 14 Feb 2003 14:43:31 +0000
(14:43 +0000)
crypto/ec/ec_lib.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_lib.c
b/crypto/ec/ec_lib.c
index 591cb4f12b0c13a24da6938a5a9370fede375587..deb522060f2a0cb729e45264ef756482d09a63cb 100644
(file)
--- a/
crypto/ec/ec_lib.c
+++ b/
crypto/ec/ec_lib.c
@@
-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;
}