X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec_asn1.c;h=b0cd3e1788dcae7d944883ea21f6932b68b12563;hp=cf81841035473d7f626c03496f81519040be14b9;hb=6cc190f988c8d41407e562d426f90722706fd8b3;hpb=6161c5d81b66f38a8a65b78379182a42a9819cc6 diff --git a/crypto/ec/ec_asn1.c b/crypto/ec/ec_asn1.c index cf81841035..b0cd3e1788 100644 --- a/crypto/ec/ec_asn1.c +++ b/crypto/ec/ec_asn1.c @@ -62,6 +62,8 @@ #include #include +#define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0])) + int EC_GROUP_get_basis_type(const EC_GROUP *group) { int i;