Try to make this not-opaque. Might not work on CentOS
diff --git a/cryptography/hazmat/bindings/openssl/ec.py b/cryptography/hazmat/bindings/openssl/ec.py
index 22de56d..84179cd 100644
--- a/cryptography/hazmat/bindings/openssl/ec.py
+++ b/cryptography/hazmat/bindings/openssl/ec.py
@@ -23,7 +23,9 @@
static const int Cryptography_HAS_EC;
typedef ... EC_KEY;
-typedef ... EC_builtin_curve;
+typedef struct {
+ ...;
+} EC_builtin_curve;
static const int NID_X9_62_c2pnb163v1;
static const int NID_X9_62_c2pnb163v2;