projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
doc fixups
[openssl.git]
/
crypto
/
ec
/
ec_check.c
diff --git
a/crypto/ec/ec_check.c
b/crypto/ec/ec_check.c
index
09e3deb
..
097d7e1
100644
(file)
--- a/
crypto/ec/ec_check.c
+++ b/
crypto/ec/ec_check.c
@@
-16,7
+16,7
@@
int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only)
nid = ec_curve_nid_from_params(group);
if (nid > 0 && nist_only && EC_curve_nid2nist(nid) == NULL)
- nid =
0
;
+ nid =
NID_undef
;
return nid;
}