Loading crypto/ec/ec_asn1.c +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ #include <openssl/asn1t.h> #include <openssl/objects.h> #define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0])) int EC_GROUP_get_basis_type(const EC_GROUP *group) { int i; Loading Loading
crypto/ec/ec_asn1.c +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ #include <openssl/asn1t.h> #include <openssl/objects.h> #define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0])) int EC_GROUP_get_basis_type(const EC_GROUP *group) { int i; Loading