Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Collecting cryptography==1.2.3
- Using cached cryptography-1.2.3.tar.gz
- Requirement already satisfied: idna>=2.0 in ./lib/python2.7/site-packages (from cryptography==1.2.3)
- Requirement already satisfied: pyasn1>=0.1.8 in ./lib/python2.7/site-packages (from cryptography==1.2.3)
- Requirement already satisfied: six>=1.4.1 in ./lib/python2.7/site-packages (from cryptography==1.2.3)
- Requirement already satisfied: setuptools>=1.0 in ./lib/python2.7/site-packages (from cryptography==1.2.3)
- Requirement already satisfied: enum34 in ./lib/python2.7/site-packages (from cryptography==1.2.3)
- Requirement already satisfied: ipaddress in ./lib/python2.7/site-packages (from cryptography==1.2.3)
- Requirement already satisfied: cffi>=1.4.1 in ./lib/python2.7/site-packages (from cryptography==1.2.3)
- Requirement already satisfied: appdirs>=1.4.0 in ./lib/python2.7/site-packages (from setuptools>=1.0->cryptography==1.2.3)
- Requirement already satisfied: packaging>=16.8 in ./lib/python2.7/site-packages (from setuptools>=1.0->cryptography==1.2.3)
- Requirement already satisfied: pycparser in ./lib/python2.7/site-packages (from cffi>=1.4.1->cryptography==1.2.3)
- Requirement already satisfied: pyparsing in ./lib/python2.7/site-packages (from packaging>=16.8->setuptools>=1.0->cryptography==1.2.3)
- Building wheels for collected packages: cryptography
- Running setup.py bdist_wheel for cryptography ... error
- Complete output from command /home/user/workspace/eduschl/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-mGGnas/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))"'src/cryptography.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- no previously-included directories found matching 'docs/_build'
- warning: no previously-included files matching '*' found under directory 'vectors'
- writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
- running build_ext
- generating cffi module 'build/temp.linux-x86_64-2.7/_padding.c'
- creating build/temp.linux-x86_64-2.7
- generating cffi module 'build/temp.linux-x86_64-2.7/_constant_time.c'
- generating cffi module 'build/temp.linux-x86_64-2.7/_openssl.c'
- building '_openssl' extension
- creating build/temp.linux-x86_64-2.7/build
- creating build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7
- x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-HVkOs2/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o
- build/temp.linux-x86_64-2.7/_openssl.c:616:5: error: conflicting types for ‘i2d_ASN1_OBJECT’
- int i2d_ASN1_OBJECT(ASN1_OBJECT *, unsigned char **);
- ^~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:445:0:
- /usr/include/openssl/asn1.h:529:5: note: previous declaration of ‘i2d_ASN1_OBJECT’ was here
- int i2d_ASN1_OBJECT(const ASN1_OBJECT *a, unsigned char **pp);
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:624:5: error: conflicting types for ‘ASN1_STRING_type’
- int ASN1_STRING_type(ASN1_STRING *);
- ^~~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:445:0:
- /usr/include/openssl/asn1.h:552:5: note: previous declaration of ‘ASN1_STRING_type’ was here
- int ASN1_STRING_type(const ASN1_STRING *x);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:625:5: error: conflicting types for ‘ASN1_STRING_to_UTF8’
- int ASN1_STRING_to_UTF8(unsigned char **, ASN1_STRING *);
- ^~~~~~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:445:0:
- /usr/include/openssl/asn1.h:727:5: note: previous declaration of ‘ASN1_STRING_to_UTF8’ was here
- int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:639:5: error: conflicting types for ‘i2a_ASN1_INTEGER’
- int i2a_ASN1_INTEGER(BIO *, ASN1_INTEGER *);
- ^~~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:445:0:
- /usr/include/openssl/asn1.h:632:5: note: previous declaration of ‘i2a_ASN1_INTEGER’ was here
- int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:664:6: error: conflicting types for ‘ASN1_ENUMERATED_get’
- long ASN1_ENUMERATED_get(ASN1_ENUMERATED *);
- ^~~~~~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:445:0:
- /usr/include/openssl/asn1.h:660:6: note: previous declaration of ‘ASN1_ENUMERATED_get’ was here
- long ASN1_ENUMERATED_get(const ASN1_ENUMERATED *a);
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:727:6: error: conflicting types for ‘BIO_new’
- BIO *BIO_new(BIO_METHOD *);
- ^~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:537:6: note: previous declaration of ‘BIO_new’ was here
- BIO *BIO_new(const BIO_METHOD *type);
- ^~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:736:13: error: conflicting types for ‘BIO_s_mem’
- BIO_METHOD *BIO_s_mem(void);
- ^~~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:576:19: note: previous declaration of ‘BIO_s_mem’ was here
- const BIO_METHOD *BIO_s_mem(void);
- ^~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:737:13: error: conflicting types for ‘BIO_s_file’
- BIO_METHOD *BIO_s_file(void);
- ^~~~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:532:19: note: previous declaration of ‘BIO_s_file’ was here
- const BIO_METHOD *BIO_s_file(void);
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:740:13: error: conflicting types for ‘BIO_s_fd’
- BIO_METHOD *BIO_s_fd(void);
- ^~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:584:19: note: previous declaration of ‘BIO_s_fd’ was here
- const BIO_METHOD *BIO_s_fd(void);
- ^~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:742:13: error: conflicting types for ‘BIO_s_socket’
- BIO_METHOD *BIO_s_socket(void);
- ^~~~~~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:580:19: note: previous declaration of ‘BIO_s_socket’ was here
- const BIO_METHOD *BIO_s_socket(void);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:744:13: error: conflicting types for ‘BIO_s_null’
- BIO_METHOD *BIO_s_null(void);
- ^~~~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:587:19: note: previous declaration of ‘BIO_s_null’ was here
- const BIO_METHOD *BIO_s_null(void);
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:751:7: error: conflicting types for ‘BIO_ptr_ctrl’
- char *BIO_ptr_ctrl(BIO *, int, long);
- ^~~~~~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:555:7: note: previous declaration of ‘BIO_ptr_ctrl’ was here
- void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:759:13: error: conflicting types for ‘BIO_f_null’
- BIO_METHOD *BIO_f_null(void);
- ^~~~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:588:19: note: previous declaration of ‘BIO_f_null’ was here
- const BIO_METHOD *BIO_f_null(void);
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:760:13: error: conflicting types for ‘BIO_f_buffer’
- BIO_METHOD *BIO_f_buffer(void);
- ^~~~~~~~~~~~
- In file included from /usr/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/bio.h:589:19: note: previous declaration of ‘BIO_f_buffer’ was here
- const BIO_METHOD *BIO_f_buffer(void);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:768:28: error: macro "OPENSSL_no_config" passed 1 arguments, but takes just 0
- void OPENSSL_no_config(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:774:6: error: conflicting types for ‘CRYPTO_free’
- void CRYPTO_free(void *);
- ^~~~~~~~~~~
- In file included from /usr/include/openssl/bio.h:20:0,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/crypto.h:277:6: note: previous declaration of ‘CRYPTO_free’ was here
- void CRYPTO_free(void *ptr, const char *file, int line);
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:778:37: error: macro "CRYPTO_cleanup_all_ex_data" passed 1 arguments, but takes just 0
- void CRYPTO_cleanup_all_ex_data(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:779:26: error: macro "CRYPTO_num_locks" passed 1 arguments, but takes just 0
- int CRYPTO_num_locks(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:780:1: warning: useless type name in empty declaration
- void CRYPTO_set_locking_callback(void(*)(int, int, const char *, int));
- ^~~~
- build/temp.linux-x86_64-2.7/_openssl.c:781:1: warning: useless type name in empty declaration
- void CRYPTO_set_id_callback(unsigned long (*)(void));
- ^~~~
- build/temp.linux-x86_64-2.7/_openssl.c:782:44: error: macro "CRYPTO_get_id_callback" passed 1 arguments, but takes just 0
- unsigned long (*CRYPTO_get_id_callback(void))(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:783:40: error: macro "CRYPTO_get_locking_callback" passed 1 arguments, but takes just 0
- void (*CRYPTO_get_locking_callback(void))(int, int, const char *, int);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:786:25: error: expected declaration specifiers or ‘...’ before string constant
- void OPENSSL_free(void *);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:786:25: error: expected declaration specifiers or ‘...’ before numeric constant
- void OPENSSL_free(void *);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:836:30: error: macro "ENGINE_load_openssl" passed 1 arguments, but takes just 0
- void ENGINE_load_openssl(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:837:30: error: macro "ENGINE_load_dynamic" passed 1 arguments, but takes just 0
- void ENGINE_load_dynamic(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:839:25: error: macro "ENGINE_cleanup" passed 1 arguments, but takes just 0
- void ENGINE_cleanup(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:901:37: error: unknown type name ‘ECDH_METHOD’
- int ENGINE_set_ECDH(ENGINE *, const ECDH_METHOD *);
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:902:38: error: unknown type name ‘ECDSA_METHOD’
- int ENGINE_set_ECDSA(ENGINE *, const ECDSA_METHOD *);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:905:38: error: unknown type name ‘STORE_METHOD’
- int ENGINE_set_STORE(ENGINE *, const STORE_METHOD *);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:920:7: error: unknown type name ‘ECDH_METHOD’
- const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *);
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:921:7: error: unknown type name ‘ECDSA_METHOD’
- const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:924:7: error: unknown type name ‘STORE_METHOD’
- const STORE_METHOD *ENGINE_get_STORE(const ENGINE *);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:935:34: error: macro "ERR_load_crypto_strings" passed 1 arguments, but takes just 0
- void ERR_load_crypto_strings(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:936:6: error: conflicting types for ‘ERR_load_SSL_strings’
- void ERR_load_SSL_strings(void);
- ^~~~~~~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:531:0:
- /usr/include/openssl/ssl.h:2053:5: note: previous declaration of ‘ERR_load_SSL_strings’ was here
- int ERR_load_SSL_strings(void);
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:937:27: error: macro "ERR_free_strings" passed 1 arguments, but takes just 0
- void ERR_free_strings(void);
- ^
- In file included from /usr/include/openssl/cmac.h:19:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:455:
- build/temp.linux-x86_64-2.7/_openssl.c:981:6: error: conflicting types for ‘EVP_CIPHER_CTX_reset’
- void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:980:5: note: previous declaration of ‘EVP_CIPHER_CTX_reset’ was here
- int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:986:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
- EVP_MD_CTX *EVP_MD_CTX_create(void);
- ^
- In file included from /usr/include/openssl/cmac.h:19:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:455:
- build/temp.linux-x86_64-2.7/_openssl.c:992:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
- void EVP_MD_CTX_destroy(EVP_MD_CTX *);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:998:5: error: conflicting types for ‘EVP_PKEY_bits’
- int EVP_PKEY_bits(EVP_PKEY *);
- ^~~~~~~~~~~~~
- In file included from /usr/include/openssl/cmac.h:19:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:455:
- /usr/include/openssl/evp.h:898:5: note: previous declaration of ‘EVP_PKEY_bits’ was here
- int EVP_PKEY_bits(const EVP_PKEY *pkey);
- ^~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1030:5: error: conflicting types for ‘EVP_PKEY_get_attr_by_OBJ’
- int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *, ASN1_OBJECT *, int);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:937:5: note: previous declaration of ‘EVP_PKEY_get_attr_by_OBJ’ was here
- int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, const ASN1_OBJECT *obj,
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1043:11: error: conflicting types for ‘EVP_PKCS82PKEY’
- EVP_PKEY *EVP_PKCS82PKEY(PKCS8_PRIV_KEY_INFO *);
- ^~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:988:11: note: previous declaration of ‘EVP_PKCS82PKEY’ was here
- EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8);
- ^~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1072:22: error: macro "OBJ_cleanup" passed 1 arguments, but takes just 0
- void OBJ_cleanup(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:1145:6: error: conflicting types for ‘ERR_load_RAND_strings’
- void ERR_load_RAND_strings(void);
- ^~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/engine.h:28:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:498:
- /usr/include/openssl/rand.h:76:5: note: previous declaration of ‘ERR_load_RAND_strings’ was here
- int ERR_load_RAND_strings(void);
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1152:23: error: macro "RAND_cleanup" passed 1 arguments, but takes just 0
- void RAND_cleanup(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:1184:33: error: macro "SSL_load_error_strings" passed 1 arguments, but takes just 0
- void SSL_load_error_strings(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:1185:26: error: macro "SSL_library_init" passed 1 arguments, but takes just 0
- int SSL_library_init(void);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:1269:7: error: conflicting types for ‘SSL_CIPHER_get_version’
- char *SSL_CIPHER_get_version(const SSL_CIPHER *);
- ^~~~~~~~~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:531:0:
- /usr/include/openssl/ssl.h:1319:20: note: previous declaration of ‘SSL_CIPHER_get_version’ was here
- __owur const char *SSL_CIPHER_get_version(const SSL_CIPHER *c);
- ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/bio.h:20:0,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:1275:5: error: expected declaration specifiers or ‘...’ before numeric constant
- int SSL_get_ex_new_index(long, void *, CRYPTO_EX_new *, CRYPTO_EX_dup *,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:1279:5: error: expected declaration specifiers or ‘...’ before numeric constant
- int SSL_CTX_get_ex_new_index(long, void *, CRYPTO_EX_new *, CRYPTO_EX_dup *,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:1305:12: error: conflicting types for ‘X509_get_subject_name’
- X509_NAME *X509_get_subject_name(X509 *);
- ^~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:623:12: note: previous declaration of ‘X509_get_subject_name’ was here
- X509_NAME *X509_get_subject_name(const X509 *a);
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1308:12: error: conflicting types for ‘X509_get_issuer_name’
- X509_NAME *X509_get_issuer_name(X509 *);
- ^~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:621:12: note: previous declaration of ‘X509_get_issuer_name’ was here
- X509_NAME *X509_get_issuer_name(const X509 *a);
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1311:5: error: conflicting types for ‘X509_get_ext_count’
- int X509_get_ext_count(X509 *);
- ^~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:840:5: note: previous declaration of ‘X509_get_ext_count’ was here
- int X509_get_ext_count(const X509 *x);
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1315:17: error: conflicting types for ‘X509_get_ext’
- X509_EXTENSION *X509_get_ext(X509 *, int);
- ^~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:844:17: note: previous declaration of ‘X509_get_ext’ was here
- X509_EXTENSION *X509_get_ext(const X509 *x, int loc);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1316:5: error: conflicting types for ‘X509_get_ext_by_NID’
- int X509_get_ext_by_NID(X509 *, int, int);
- ^~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:841:5: note: previous declaration of ‘X509_get_ext_by_NID’ was here
- int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
- ^~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/bio.h:20:0,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:1319:5: error: expected declaration specifiers or ‘...’ before numeric constant
- int X509_get_ex_new_index(long, void *, CRYPTO_EX_new *, CRYPTO_EX_dup *,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:1324:5: error: conflicting types for ‘X509_EXTENSION_get_critical’
- int X509_EXTENSION_get_critical(X509_EXTENSION *);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:888:5: note: previous declaration of ‘X509_EXTENSION_get_critical’ was here
- int X509_EXTENSION_get_critical(const X509_EXTENSION *ex);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1327:17: error: conflicting types for ‘X509_EXTENSION_create_by_OBJ’
- X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:880:17: note: previous declaration of ‘X509_EXTENSION_create_by_OBJ’ was here
- X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1354:5: error: conflicting types for ‘X509_REVOKED_get_ext_count’
- int X509_REVOKED_get_ext_count(X509_REVOKED *);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:863:5: note: previous declaration of ‘X509_REVOKED_get_ext_count’ was here
- int X509_REVOKED_get_ext_count(const X509_REVOKED *x);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1355:17: error: conflicting types for ‘X509_REVOKED_get_ext’
- X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *, int);
- ^~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:869:17: note: previous declaration of ‘X509_REVOKED_get_ext’ was here
- X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc);
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1363:17: error: conflicting types for ‘X509_CRL_get_ext’
- X509_EXTENSION *X509_CRL_get_ext(X509_CRL *, int);
- ^~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:856:17: note: previous declaration of ‘X509_CRL_get_ext’ was here
- X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1367:5: error: conflicting types for ‘X509_CRL_get_ext_count’
- int X509_CRL_get_ext_count(X509_CRL *);
- ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:851:5: note: previous declaration of ‘X509_CRL_get_ext_count’ was here
- int X509_CRL_get_ext_count(const X509_CRL *x);
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1438:5: error: conflicting types for ‘X509_NAME_entry_count’
- int X509_NAME_entry_count(X509_NAME *);
- ^~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:781:5: note: previous declaration of ‘X509_NAME_entry_count’ was here
- int X509_NAME_entry_count(const X509_NAME *name);
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1439:18: error: conflicting types for ‘X509_NAME_get_entry’
- X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *, int);
- ^~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:793:18: note: previous declaration of ‘X509_NAME_get_entry’ was here
- X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc);
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1440:14: error: conflicting types for ‘X509_NAME_ENTRY_get_object’
- ASN1_OBJECT *X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:821:14: note: previous declaration of ‘X509_NAME_ENTRY_get_object’ was here
- ASN1_OBJECT *X509_NAME_ENTRY_get_object(const X509_NAME_ENTRY *ne);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1441:14: error: conflicting types for ‘X509_NAME_ENTRY_get_data’
- ASN1_STRING *X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:822:15: note: previous declaration of ‘X509_NAME_ENTRY_get_data’ was here
- ASN1_STRING * X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1447:5: error: conflicting types for ‘X509_NAME_add_entry_by_OBJ’
- int X509_NAME_add_entry_by_OBJ(X509_NAME *, ASN1_OBJECT *, int,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:797:5: note: previous declaration of ‘X509_NAME_add_entry_by_OBJ’ was here
- int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1449:5: error: conflicting types for ‘X509_NAME_add_entry_by_NID’
- int X509_NAME_add_entry_by_NID(X509_NAME *, int, int, unsigned char *,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:800:5: note: previous declaration of ‘X509_NAME_add_entry_by_NID’ was here
- int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1455:7: error: conflicting types for ‘X509_NAME_oneline’
- char *X509_NAME_oneline(X509_NAME *, char *, int);
- ^~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:590:7: note: previous declaration of ‘X509_NAME_oneline’ was here
- char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
- ^~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:1461:17: error: conflicting types for ‘X509V3_EXT_nconf’
- X509_EXTENSION *X509V3_EXT_nconf(CONF *, X509V3_CTX *, char *, char *);
- ^~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/cms.h:17:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509v3.h:562:17: note: previous declaration of ‘X509V3_EXT_nconf’ was here
- X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
- ^~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/bio.h:20:0,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:1503:5: error: expected declaration specifiers or ‘...’ before numeric constant
- int X509_STORE_CTX_get_ex_new_index(long, void *, CRYPTO_EX_new *,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘Cryptography_SSL_CTX_get_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:2280:15: error: dereferencing pointer to incomplete type ‘SSL_CTX {aka const struct ssl_ctx_st}’
- return ctx->method;
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6037:47: error: ‘SSL3_STATE’ undeclared here (not in a function)
- /* 3528 */ (_cffi_opcode_t)(_cffi_array_len(((SSL3_STATE *)0)->client_random)),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:402:42: note: in definition of macro ‘_cffi_array_len’
- #define _cffi_array_len(array) (sizeof(array) / sizeof((array)[0]))
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6037:59: error: expected expression before ‘)’ token
- /* 3528 */ (_cffi_opcode_t)(_cffi_array_len(((SSL3_STATE *)0)->client_random)),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:402:42: note: in definition of macro ‘_cffi_array_len’
- #define _cffi_array_len(array) (sizeof(array) / sizeof((array)[0]))
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6037:59: error: expected expression before ‘)’ token
- /* 3528 */ (_cffi_opcode_t)(_cffi_array_len(((SSL3_STATE *)0)->client_random)),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:402:59: note: in definition of macro ‘_cffi_array_len’
- #define _cffi_array_len(array) (sizeof(array) / sizeof((array)[0]))
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6039:59: error: expected expression before ‘)’ token
- /* 3530 */ (_cffi_opcode_t)(_cffi_array_len(((SSL3_STATE *)0)->server_random)),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:402:42: note: in definition of macro ‘_cffi_array_len’
- #define _cffi_array_len(array) (sizeof(array) / sizeof((array)[0]))
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6039:59: error: expected expression before ‘)’ token
- /* 3530 */ (_cffi_opcode_t)(_cffi_array_len(((SSL3_STATE *)0)->server_random)),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:402:59: note: in definition of macro ‘_cffi_array_len’
- #define _cffi_array_len(array) (sizeof(array) / sizeof((array)[0]))
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6041:63: error: dereferencing pointer to incomplete type ‘SSL_SESSION {aka struct ssl_session_st}’
- /* 3532 */ (_cffi_opcode_t)(_cffi_array_len(((SSL_SESSION *)0)->master_key)),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:402:42: note: in definition of macro ‘_cffi_array_len’
- #define _cffi_array_len(array) (sizeof(array) / sizeof((array)[0]))
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_DSA_SIG’:
- build/temp.linux-x86_64-2.7/_openssl.c:6118:23: error: dereferencing pointer to incomplete type ‘DSA_SIG {aka struct DSA_SIG_st}’
- { BIGNUM * *tmp = &p->r; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6118:23: error: request for member ‘r’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6118:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->r; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6119:23: error: request for member ‘s’ in something not a structure or union
- { BIGNUM * *tmp = &p->s; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6119:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->s; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6121:54: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_DSA_SIG { char x; DSA_SIG y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_ECDSA_SIG’:
- build/temp.linux-x86_64-2.7/_openssl.c:6128:23: error: dereferencing pointer to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
- { BIGNUM * *tmp = &p->r; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6128:23: error: request for member ‘r’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6128:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->r; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6129:23: error: request for member ‘s’ in something not a structure or union
- { BIGNUM * *tmp = &p->s; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6129:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->s; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6131:58: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_ECDSA_SIG { char x; ECDSA_SIG y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_EVP_CIPHER_CTX’:
- build/temp.linux-x86_64-2.7/_openssl.c:6156:33: error: dereferencing pointer to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
- { EVP_CIPHER const * *tmp = &p->cipher; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6156:33: error: request for member ‘cipher’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6156:31: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { EVP_CIPHER const * *tmp = &p->cipher; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6157:23: error: request for member ‘engine’ in something not a structure or union
- { ENGINE * *tmp = &p->engine; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6157:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ENGINE * *tmp = &p->engine; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6158:12: error: request for member ‘encrypt’ in something not a structure or union
- (void)((p->encrypt) | 0); /* check that 'EVP_CIPHER_CTX.encrypt' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6158:23: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->encrypt) | 0); /* check that 'EVP_CIPHER_CTX.encrypt' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6160:68: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_EVP_CIPHER_CTX { char x; EVP_CIPHER_CTX y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6189:56: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_HMAC_CTX { char x; HMAC_CTX y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_RAND_METHOD’:
- build/temp.linux-x86_64-2.7/_openssl.c:6276:39: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { void(* *tmp)(void const *, int) = &p->seed; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6279:47: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { void(* *tmp)(void const *, int, double) = &p->add; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_SSL’:
- build/temp.linux-x86_64-2.7/_openssl.c:6290:12: error: dereferencing pointer to incomplete type ‘SSL {aka struct ssl_st}’
- (void)((p->version) | 0); /* check that 'SSL.version' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6290:12: error: request for member ‘version’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6290:23: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->version) | 0); /* check that 'SSL.version' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:6291:12: error: request for member ‘type’ in something not a structure or union
- (void)((p->type) | 0); /* check that 'SSL.type' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6291:20: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->type) | 0); /* check that 'SSL.type' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:6292:19: error: ‘tmp’ undeclared (first use in this function)
- { SSL3_STATE * *tmp = &p->s3; (void)tmp; }
- ^~~
- build/temp.linux-x86_64-2.7/_openssl.c:6292:19: note: each undeclared identifier is reported only once for each function it appears in
- build/temp.linux-x86_64-2.7/_openssl.c:6292:16: error: invalid operands to binary * (have ‘void **’ and ‘void *’)
- { SSL3_STATE * *tmp = &p->s3; (void)tmp; }
- ~~~~~~~~~~ ^ ~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6292:27: error: request for member ‘s3’ in something not a structure or union
- { SSL3_STATE * *tmp = &p->s3; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6292:5: warning: statement with no effect [-Wunused-value]
- { SSL3_STATE * *tmp = &p->s3; (void)tmp; }
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6293:28: error: request for member ‘session’ in something not a structure or union
- { SSL_SESSION * *tmp = &p->session; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6293:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { SSL_SESSION * *tmp = &p->session; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6295:46: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_SSL { char x; SSL y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6298:47: error: expected declaration specifiers or ‘...’ before ‘SSL3_STATE’
- static void _cffi_checkfld_typedef_SSL3_STATE(SSL3_STATE *p)
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6305:49: error: expected specifier-qualifier-list before ‘SSL3_STATE’
- struct _cffi_align_typedef_SSL3_STATE { char x; SSL3_STATE y; };
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_SSL_SESSION’:
- build/temp.linux-x86_64-2.7/_openssl.c:6312:12: error: request for member ‘master_key_length’ in something not a structure or union
- (void)((p->master_key_length) | 0); /* check that 'SSL_SESSION.master_key_length' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6312:33: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->master_key_length) | 0); /* check that 'SSL_SESSION.master_key_length' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:6313:28: error: request for member ‘master_key’ in something not a structure or union
- { unsigned char *tmp = &p->master_key[0]; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6313:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { unsigned char *tmp = &p->master_key[0]; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6314:12: error: request for member ‘session_id_length’ in something not a structure or union
- (void)((p->session_id_length) | 0); /* check that 'SSL_SESSION.session_id_length' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6314:33: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->session_id_length) | 0); /* check that 'SSL_SESSION.session_id_length' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:6315:28: error: request for member ‘session_id’ in something not a structure or union
- { unsigned char *tmp = &p->session_id[0]; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6315:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { unsigned char *tmp = &p->session_id[0]; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6316:12: error: request for member ‘sid_ctx_length’ in something not a structure or union
- (void)((p->sid_ctx_length) | 0); /* check that 'SSL_SESSION.sid_ctx_length' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6316:30: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->sid_ctx_length) | 0); /* check that 'SSL_SESSION.sid_ctx_length' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:6317:28: error: request for member ‘sid_ctx’ in something not a structure or union
- { unsigned char *tmp = &p->sid_ctx[0]; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6317:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { unsigned char *tmp = &p->sid_ctx[0]; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6319:62: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_SSL_SESSION { char x; SSL_SESSION y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509’:
- build/temp.linux-x86_64-2.7/_openssl.c:6336:27: error: dereferencing pointer to incomplete type ‘X509 {aka struct x509_st}’
- { X509_ALGOR * *tmp = &p->sig_alg; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6336:27: error: request for member ‘sig_alg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6336:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_ALGOR * *tmp = &p->sig_alg; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6337:26: error: request for member ‘cert_info’ in something not a structure or union
- { X509_CINF * *tmp = &p->cert_info; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6337:24: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_CINF * *tmp = &p->cert_info; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6338:34: error: request for member ‘signature’ in something not a structure or union
- { ASN1_OCTET_STRING * *tmp = &p->signature; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6338:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ASN1_OCTET_STRING * *tmp = &p->signature; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6340:48: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509 { char x; X509 y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509_CINF’:
- build/temp.linux-x86_64-2.7/_openssl.c:6376:27: error: dereferencing pointer to incomplete type ‘X509_CINF {aka struct x509_cinf_st}’
- { X509_ALGOR * *tmp = &p->signature; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6376:27: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6376:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_ALGOR * *tmp = &p->signature; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6378:58: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509_CINF { char x; X509_CINF y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509_CRL’:
- build/temp.linux-x86_64-2.7/_openssl.c:6385:30: error: dereferencing pointer to incomplete type ‘X509_CRL {aka struct X509_crl_st}’
- { X509_CRL_INFO * *tmp = &p->crl; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6385:30: error: request for member ‘crl’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6385:28: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_CRL_INFO * *tmp = &p->crl; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6386:27: error: request for member ‘sig_alg’ in something not a structure or union
- { X509_ALGOR * *tmp = &p->sig_alg; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6386:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_ALGOR * *tmp = &p->sig_alg; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6387:34: error: request for member ‘signature’ in something not a structure or union
- { ASN1_OCTET_STRING * *tmp = &p->signature; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6387:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ASN1_OCTET_STRING * *tmp = &p->signature; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6389:56: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509_CRL { char x; X509_CRL y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509_CRL_INFO’:
- build/temp.linux-x86_64-2.7/_openssl.c:6396:51: error: dereferencing pointer to incomplete type ‘X509_CRL_INFO {aka struct X509_crl_info_st}’
- { Cryptography_STACK_OF_X509_REVOKED * *tmp = &p->revoked; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6396:51: error: request for member ‘revoked’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6396:49: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { Cryptography_STACK_OF_X509_REVOKED * *tmp = &p->revoked; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6398:66: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509_CRL_INFO { char x; X509_CRL_INFO y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509_EXTENSION’:
- build/temp.linux-x86_64-2.7/_openssl.c:6405:28: error: dereferencing pointer to incomplete type ‘X509_EXTENSION {aka struct X509_extension_st}’
- { ASN1_OBJECT * *tmp = &p->object; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6405:28: error: request for member ‘object’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6405:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ASN1_OBJECT * *tmp = &p->object; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6406:12: error: request for member ‘critical’ in something not a structure or union
- (void)((p->critical) | 0); /* check that 'X509_EXTENSION.critical' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6406:24: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->critical) | 0); /* check that 'X509_EXTENSION.critical' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:6407:34: error: request for member ‘value’ in something not a structure or union
- { ASN1_OCTET_STRING * *tmp = &p->value; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6407:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ASN1_OCTET_STRING * *tmp = &p->value; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6409:68: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509_EXTENSION { char x; X509_EXTENSION y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509_NAME’:
- build/temp.linux-x86_64-2.7/_openssl.c:6416:54: error: dereferencing pointer to incomplete type ‘X509_NAME {aka struct X509_name_st}’
- { Cryptography_STACK_OF_X509_NAME_ENTRY * *tmp = &p->entries; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6416:54: error: request for member ‘entries’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6416:52: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { Cryptography_STACK_OF_X509_NAME_ENTRY * *tmp = &p->entries; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6418:58: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509_NAME { char x; X509_NAME y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509_REQ’:
- build/temp.linux-x86_64-2.7/_openssl.c:6425:30: error: dereferencing pointer to incomplete type ‘X509_REQ {aka struct X509_req_st}’
- { X509_REQ_INFO * *tmp = &p->req_info; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6425:30: error: request for member ‘req_info’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6425:28: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_REQ_INFO * *tmp = &p->req_info; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6426:27: error: request for member ‘sig_alg’ in something not a structure or union
- { X509_ALGOR * *tmp = &p->sig_alg; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6426:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_ALGOR * *tmp = &p->sig_alg; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6427:34: error: request for member ‘signature’ in something not a structure or union
- { ASN1_OCTET_STRING * *tmp = &p->signature; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6427:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ASN1_OCTET_STRING * *tmp = &p->signature; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6429:56: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509_REQ { char x; X509_REQ y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509_REVOKED’:
- build/temp.linux-x86_64-2.7/_openssl.c:6436:29: error: dereferencing pointer to incomplete type ‘X509_REVOKED {aka struct x509_revoked_st}’
- { ASN1_INTEGER * *tmp = &p->serialNumber; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6436:29: error: request for member ‘serialNumber’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6436:27: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ASN1_INTEGER * *tmp = &p->serialNumber; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6437:26: error: request for member ‘revocationDate’ in something not a structure or union
- { ASN1_TIME * *tmp = &p->revocationDate; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6437:24: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { ASN1_TIME * *tmp = &p->revocationDate; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6438:32: error: request for member ‘extensions’ in something not a structure or union
- { X509_EXTENSIONS * *tmp = &p->extensions; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6438:30: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_EXTENSIONS * *tmp = &p->extensions; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:6439:12: error: request for member ‘sequence’ in something not a structure or union
- (void)((p->sequence) | 0); /* check that 'X509_REVOKED.sequence' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:6439:24: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->sequence) | 0); /* check that 'X509_REVOKED.sequence' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6441:64: error: field ‘y’ has incomplete type
- struct _cffi_align_typedef_X509_REVOKED { char x; X509_REVOKED y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_ASN1_ENUMERATED_TO_BN’:
- build/temp.linux-x86_64-2.7/_openssl.c:6466:12: error: ‘ASN1_F_ASN1_ENUMERATED_TO_BN’ undeclared (first use in this function)
- int n = (ASN1_F_ASN1_ENUMERATED_TO_BN) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6467:60: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_ASN1_ENUMERATED_TO_BN) | 0); /* check that ASN1_F_ASN1_ENUMERATED_TO_BN is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_ASN1_GENERALIZEDTIME_SET’:
- build/temp.linux-x86_64-2.7/_openssl.c:6487:12: error: ‘ASN1_F_ASN1_GENERALIZEDTIME_SET’ undeclared (first use in this function)
- int n = (ASN1_F_ASN1_GENERALIZEDTIME_SET) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6488:63: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_ASN1_GENERALIZEDTIME_SET) | 0); /* check that ASN1_F_ASN1_GENERALIZEDTIME_SET is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_ASN1_TIME_SET’:
- build/temp.linux-x86_64-2.7/_openssl.c:6571:12: error: ‘ASN1_F_ASN1_TIME_SET’ undeclared (first use in this function)
- int n = (ASN1_F_ASN1_TIME_SET) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6572:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_ASN1_TIME_SET) | 0); /* check that ASN1_F_ASN1_TIME_SET is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_ASN1_UNPACK_STRING’:
- build/temp.linux-x86_64-2.7/_openssl.c:6592:12: error: ‘ASN1_F_ASN1_UNPACK_STRING’ undeclared (first use in this function)
- int n = (ASN1_F_ASN1_UNPACK_STRING) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6593:57: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_ASN1_UNPACK_STRING) | 0); /* check that ASN1_F_ASN1_UNPACK_STRING is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_ASN1_UTCTIME_SET’:
- build/temp.linux-x86_64-2.7/_openssl.c:6599:12: error: ‘ASN1_F_ASN1_UTCTIME_SET’ undeclared (first use in this function)
- int n = (ASN1_F_ASN1_UTCTIME_SET) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6600:55: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_ASN1_UTCTIME_SET) | 0); /* check that ASN1_F_ASN1_UTCTIME_SET is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_BN_TO_ASN1_ENUMERATED’:
- build/temp.linux-x86_64-2.7/_openssl.c:6634:12: error: ‘ASN1_F_BN_TO_ASN1_ENUMERATED’ undeclared (first use in this function)
- int n = (ASN1_F_BN_TO_ASN1_ENUMERATED) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6635:60: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_BN_TO_ASN1_ENUMERATED) | 0); /* check that ASN1_F_BN_TO_ASN1_ENUMERATED is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_BN_TO_ASN1_INTEGER’:
- build/temp.linux-x86_64-2.7/_openssl.c:6641:12: error: ‘ASN1_F_BN_TO_ASN1_INTEGER’ undeclared (first use in this function)
- int n = (ASN1_F_BN_TO_ASN1_INTEGER) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6642:57: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_BN_TO_ASN1_INTEGER) | 0); /* check that ASN1_F_BN_TO_ASN1_INTEGER is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_D2I_ASN1_TYPE_BYTES’:
- build/temp.linux-x86_64-2.7/_openssl.c:6648:12: error: ‘ASN1_F_D2I_ASN1_TYPE_BYTES’ undeclared (first use in this function)
- int n = (ASN1_F_D2I_ASN1_TYPE_BYTES) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6649:58: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_D2I_ASN1_TYPE_BYTES) | 0); /* check that ASN1_F_D2I_ASN1_TYPE_BYTES is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_D2I_ASN1_UTCTIME’:
- build/temp.linux-x86_64-2.7/_openssl.c:6662:12: error: ‘ASN1_F_D2I_ASN1_UTCTIME’ undeclared (first use in this function)
- int n = (ASN1_F_D2I_ASN1_UTCTIME) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6663:55: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_D2I_ASN1_UTCTIME) | 0); /* check that ASN1_F_D2I_ASN1_UTCTIME is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_D2I_NETSCAPE_RSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:6669:12: error: ‘ASN1_F_D2I_NETSCAPE_RSA’ undeclared (first use in this function)
- int n = (ASN1_F_D2I_NETSCAPE_RSA) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6670:55: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_D2I_NETSCAPE_RSA) | 0); /* check that ASN1_F_D2I_NETSCAPE_RSA is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_D2I_NETSCAPE_RSA_2’:
- build/temp.linux-x86_64-2.7/_openssl.c:6676:12: error: ‘ASN1_F_D2I_NETSCAPE_RSA_2’ undeclared (first use in this function)
- int n = (ASN1_F_D2I_NETSCAPE_RSA_2) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6677:57: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_D2I_NETSCAPE_RSA_2) | 0); /* check that ASN1_F_D2I_NETSCAPE_RSA_2 is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_D2I_X509’:
- build/temp.linux-x86_64-2.7/_openssl.c:6690:12: error: ‘ASN1_F_D2I_X509’ undeclared (first use in this function)
- int n = (ASN1_F_D2I_X509) <= 0;
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6691:47: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_D2I_X509) | 0); /* check that ASN1_F_D2I_X509 is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_D2I_X509_CINF’:
- build/temp.linux-x86_64-2.7/_openssl.c:6697:12: error: ‘ASN1_F_D2I_X509_CINF’ undeclared (first use in this function)
- int n = (ASN1_F_D2I_X509_CINF) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6698:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_D2I_X509_CINF) | 0); /* check that ASN1_F_D2I_X509_CINF is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_D2I_X509_PKEY’:
- build/temp.linux-x86_64-2.7/_openssl.c:6704:12: error: ‘ASN1_F_D2I_X509_PKEY’ undeclared (first use in this function)
- int n = (ASN1_F_D2I_X509_PKEY) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6705:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_D2I_X509_PKEY) | 0); /* check that ASN1_F_D2I_X509_PKEY is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_I2D_ASN1_SET’:
- build/temp.linux-x86_64-2.7/_openssl.c:6711:12: error: ‘ASN1_F_I2D_ASN1_SET’ undeclared (first use in this function)
- int n = (ASN1_F_I2D_ASN1_SET) <= 0;
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6712:51: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_I2D_ASN1_SET) | 0); /* check that ASN1_F_I2D_ASN1_SET is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_I2D_ASN1_TIME’:
- build/temp.linux-x86_64-2.7/_openssl.c:6718:12: error: ‘ASN1_F_I2D_ASN1_TIME’ undeclared (first use in this function)
- int n = (ASN1_F_I2D_ASN1_TIME) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6719:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_I2D_ASN1_TIME) | 0); /* check that ASN1_F_I2D_ASN1_TIME is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_F_X509_CINF_NEW’:
- build/temp.linux-x86_64-2.7/_openssl.c:6774:12: error: ‘ASN1_F_X509_CINF_NEW’ undeclared (first use in this function)
- int n = (ASN1_F_X509_CINF_NEW) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6775:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_F_X509_CINF_NEW) | 0); /* check that ASN1_F_X509_CINF_NEW is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_R_DECODING_ERROR’:
- build/temp.linux-x86_64-2.7/_openssl.c:6816:12: error: ‘ASN1_R_DECODING_ERROR’ undeclared (first use in this function)
- int n = (ASN1_R_DECODING_ERROR) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6817:53: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_R_DECODING_ERROR) | 0); /* check that ASN1_R_DECODING_ERROR is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_R_UNKOWN_FORMAT’:
- build/temp.linux-x86_64-2.7/_openssl.c:6921:12: error: ‘ASN1_R_UNKOWN_FORMAT’ undeclared (first use in this function)
- int n = (ASN1_R_UNKOWN_FORMAT) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6922:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_R_UNKOWN_FORMAT) | 0); /* check that ASN1_R_UNKOWN_FORMAT is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM’:
- build/temp.linux-x86_64-2.7/_openssl.c:6935:12: error: ‘ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM’ undeclared (first use in this function)
- int n = (ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6936:71: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM) | 0); /* check that ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ASN1_R_WRONG_TYPE’:
- build/temp.linux-x86_64-2.7/_openssl.c:6963:12: error: ‘ASN1_R_WRONG_TYPE’ undeclared (first use in this function)
- int n = (ASN1_R_WRONG_TYPE) <= 0;
- ^~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:6964:49: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ASN1_R_WRONG_TYPE) | 0); /* check that ASN1_R_WRONG_TYPE is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_BIO_TYPE_BER’:
- build/temp.linux-x86_64-2.7/_openssl.c:7124:12: error: ‘BIO_TYPE_BER’ undeclared (first use in this function)
- int n = (BIO_TYPE_BER) <= 0;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:7125:44: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((BIO_TYPE_BER) | 0); /* check that BIO_TYPE_BER is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_BIO_TYPE_PROXY_CLIENT’:
- build/temp.linux-x86_64-2.7/_openssl.c:7229:12: error: ‘BIO_TYPE_PROXY_CLIENT’ undeclared (first use in this function)
- int n = (BIO_TYPE_PROXY_CLIENT) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:7230:53: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((BIO_TYPE_PROXY_CLIENT) | 0); /* check that BIO_TYPE_PROXY_CLIENT is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_BIO_TYPE_PROXY_SERVER’:
- build/temp.linux-x86_64-2.7/_openssl.c:7236:12: error: ‘BIO_TYPE_PROXY_SERVER’ undeclared (first use in this function)
- int n = (BIO_TYPE_PROXY_SERVER) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:7237:53: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((BIO_TYPE_PROXY_SERVER) | 0); /* check that BIO_TYPE_PROXY_SERVER is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_CRYPTO_LOCK_SSL’:
- build/temp.linux-x86_64-2.7/_openssl.c:7411:12: error: ‘CRYPTO_LOCK_SSL’ undeclared (first use in this function)
- int n = (CRYPTO_LOCK_SSL) <= 0;
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:7412:47: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((CRYPTO_LOCK_SSL) | 0); /* check that CRYPTO_LOCK_SSL is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ENGINE_METHOD_ECDH’:
- build/temp.linux-x86_64-2.7/_openssl.c:7887:12: error: ‘ENGINE_METHOD_ECDH’ undeclared (first use in this function)
- int n = (ENGINE_METHOD_ECDH) <= 0;
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:7888:50: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ENGINE_METHOD_ECDH) | 0); /* check that ENGINE_METHOD_ECDH is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ENGINE_METHOD_ECDSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:7894:12: error: ‘ENGINE_METHOD_ECDSA’ undeclared (first use in this function)
- int n = (ENGINE_METHOD_ECDSA) <= 0;
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:7895:51: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ENGINE_METHOD_ECDSA) | 0); /* check that ENGINE_METHOD_ECDSA is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_ENGINE_METHOD_STORE’:
- build/temp.linux-x86_64-2.7/_openssl.c:7922:12: error: ‘ENGINE_METHOD_STORE’ undeclared (first use in this function)
- int n = (ENGINE_METHOD_STORE) <= 0;
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:7923:51: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((ENGINE_METHOD_STORE) | 0); /* check that ENGINE_METHOD_STORE is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_D2I_PKEY’:
- build/temp.linux-x86_64-2.7/_openssl.c:8020:12: error: ‘EVP_F_D2I_PKEY’ undeclared (first use in this function)
- int n = (EVP_F_D2I_PKEY) <= 0;
- ^~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8021:46: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_D2I_PKEY) | 0); /* check that EVP_F_D2I_PKEY is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_DSAPKEY2PKCS8’:
- build/temp.linux-x86_64-2.7/_openssl.c:8027:12: error: ‘EVP_F_DSAPKEY2PKCS8’ undeclared (first use in this function)
- int n = (EVP_F_DSAPKEY2PKCS8) <= 0;
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8028:51: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_DSAPKEY2PKCS8) | 0); /* check that EVP_F_DSAPKEY2PKCS8 is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_DSA_PKEY2PKCS8’:
- build/temp.linux-x86_64-2.7/_openssl.c:8034:12: error: ‘EVP_F_DSA_PKEY2PKCS8’ undeclared (first use in this function)
- int n = (EVP_F_DSA_PKEY2PKCS8) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8035:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_DSA_PKEY2PKCS8) | 0); /* check that EVP_F_DSA_PKEY2PKCS8 is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_ECDSA_PKEY2PKCS8’:
- build/temp.linux-x86_64-2.7/_openssl.c:8041:12: error: ‘EVP_F_ECDSA_PKEY2PKCS8’ undeclared (first use in this function)
- int n = (EVP_F_ECDSA_PKEY2PKCS8) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8042:54: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_ECDSA_PKEY2PKCS8) | 0); /* check that EVP_F_ECDSA_PKEY2PKCS8 is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_ECKEY_PKEY2PKCS8’:
- build/temp.linux-x86_64-2.7/_openssl.c:8048:12: error: ‘EVP_F_ECKEY_PKEY2PKCS8’ undeclared (first use in this function)
- int n = (EVP_F_ECKEY_PKEY2PKCS8) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8049:54: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_ECKEY_PKEY2PKCS8) | 0); /* check that EVP_F_ECKEY_PKEY2PKCS8 is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_EVP_PKEY2PKCS8_BROKEN’:
- build/temp.linux-x86_64-2.7/_openssl.c:8132:12: error: ‘EVP_F_EVP_PKEY2PKCS8_BROKEN’ undeclared (first use in this function)
- int n = (EVP_F_EVP_PKEY2PKCS8_BROKEN) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8133:59: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_EVP_PKEY2PKCS8_BROKEN) | 0); /* check that EVP_F_EVP_PKEY2PKCS8_BROKEN is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_EVP_PKEY_GET1_DH’:
- build/temp.linux-x86_64-2.7/_openssl.c:8160:12: error: ‘EVP_F_EVP_PKEY_GET1_DH’ undeclared (first use in this function)
- int n = (EVP_F_EVP_PKEY_GET1_DH) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8161:54: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_EVP_PKEY_GET1_DH) | 0); /* check that EVP_F_EVP_PKEY_GET1_DH is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_EVP_PKEY_GET1_DSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:8167:12: error: ‘EVP_F_EVP_PKEY_GET1_DSA’ undeclared (first use in this function)
- int n = (EVP_F_EVP_PKEY_GET1_DSA) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8168:55: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_EVP_PKEY_GET1_DSA) | 0); /* check that EVP_F_EVP_PKEY_GET1_DSA is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_EVP_PKEY_GET1_ECDSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:8174:12: error: ‘EVP_F_EVP_PKEY_GET1_ECDSA’ undeclared (first use in this function)
- int n = (EVP_F_EVP_PKEY_GET1_ECDSA) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8175:57: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_EVP_PKEY_GET1_ECDSA) | 0); /* check that EVP_F_EVP_PKEY_GET1_ECDSA is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_EVP_PKEY_GET1_EC_KEY’:
- build/temp.linux-x86_64-2.7/_openssl.c:8181:12: error: ‘EVP_F_EVP_PKEY_GET1_EC_KEY’ undeclared (first use in this function)
- int n = (EVP_F_EVP_PKEY_GET1_EC_KEY) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8182:58: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_EVP_PKEY_GET1_EC_KEY) | 0); /* check that EVP_F_EVP_PKEY_GET1_EC_KEY is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_EVP_PKEY_GET1_RSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:8188:12: error: ‘EVP_F_EVP_PKEY_GET1_RSA’ undeclared (first use in this function)
- int n = (EVP_F_EVP_PKEY_GET1_RSA) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8189:55: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_EVP_PKEY_GET1_RSA) | 0); /* check that EVP_F_EVP_PKEY_GET1_RSA is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_EVP_RIJNDAEL’:
- build/temp.linux-x86_64-2.7/_openssl.c:8202:12: error: ‘EVP_F_EVP_RIJNDAEL’ undeclared (first use in this function)
- int n = (EVP_F_EVP_RIJNDAEL) <= 0;
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8203:50: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_EVP_RIJNDAEL) | 0); /* check that EVP_F_EVP_RIJNDAEL is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_F_PKCS8_SET_BROKEN’:
- build/temp.linux-x86_64-2.7/_openssl.c:8237:12: error: ‘EVP_F_PKCS8_SET_BROKEN’ undeclared (first use in this function)
- int n = (EVP_F_PKCS8_SET_BROKEN) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8238:54: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_F_PKCS8_SET_BROKEN) | 0); /* check that EVP_F_PKCS8_SET_BROKEN is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_ASN1_LIB’:
- build/temp.linux-x86_64-2.7/_openssl.c:8300:12: error: ‘EVP_R_ASN1_LIB’ undeclared (first use in this function)
- int n = (EVP_R_ASN1_LIB) <= 0;
- ^~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8301:46: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_ASN1_LIB) | 0); /* check that EVP_R_ASN1_LIB is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_BAD_BLOCK_LENGTH’:
- build/temp.linux-x86_64-2.7/_openssl.c:8307:12: error: ‘EVP_R_BAD_BLOCK_LENGTH’ undeclared (first use in this function)
- int n = (EVP_R_BAD_BLOCK_LENGTH) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8308:54: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_BAD_BLOCK_LENGTH) | 0); /* check that EVP_R_BAD_BLOCK_LENGTH is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_BAD_KEY_LENGTH’:
- build/temp.linux-x86_64-2.7/_openssl.c:8321:12: error: ‘EVP_R_BAD_KEY_LENGTH’ undeclared (first use in this function)
- int n = (EVP_R_BAD_KEY_LENGTH) <= 0;
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8322:52: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_BAD_KEY_LENGTH) | 0); /* check that EVP_R_BAD_KEY_LENGTH is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_BN_DECODE_ERROR’:
- build/temp.linux-x86_64-2.7/_openssl.c:8328:12: error: ‘EVP_R_BN_DECODE_ERROR’ undeclared (first use in this function)
- int n = (EVP_R_BN_DECODE_ERROR) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8329:53: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_BN_DECODE_ERROR) | 0); /* check that EVP_R_BN_DECODE_ERROR is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_BN_PUBKEY_ERROR’:
- build/temp.linux-x86_64-2.7/_openssl.c:8335:12: error: ‘EVP_R_BN_PUBKEY_ERROR’ undeclared (first use in this function)
- int n = (EVP_R_BN_PUBKEY_ERROR) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8336:53: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_BN_PUBKEY_ERROR) | 0); /* check that EVP_R_BN_PUBKEY_ERROR is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_ENCODE_ERROR’:
- build/temp.linux-x86_64-2.7/_openssl.c:8391:12: error: ‘EVP_R_ENCODE_ERROR’ undeclared (first use in this function)
- int n = (EVP_R_ENCODE_ERROR) <= 0;
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8392:50: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_ENCODE_ERROR) | 0); /* check that EVP_R_ENCODE_ERROR is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_IV_TOO_LARGE’:
- build/temp.linux-x86_64-2.7/_openssl.c:8419:12: error: ‘EVP_R_IV_TOO_LARGE’ undeclared (first use in this function)
- int n = (EVP_R_IV_TOO_LARGE) <= 0;
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8420:50: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_IV_TOO_LARGE) | 0); /* check that EVP_R_IV_TOO_LARGE is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_NO_DSA_PARAMETERS’:
- build/temp.linux-x86_64-2.7/_openssl.c:8454:12: error: ‘EVP_R_NO_DSA_PARAMETERS’ undeclared (first use in this function)
- int n = (EVP_R_NO_DSA_PARAMETERS) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8455:55: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_NO_DSA_PARAMETERS) | 0); /* check that EVP_R_NO_DSA_PARAMETERS is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_NO_SIGN_FUNCTION_CONFIGURED’:
- build/temp.linux-x86_64-2.7/_openssl.c:8461:12: error: ‘EVP_R_NO_SIGN_FUNCTION_CONFIGURED’ undeclared (first use in this function)
- int n = (EVP_R_NO_SIGN_FUNCTION_CONFIGURED) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8462:65: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_NO_SIGN_FUNCTION_CONFIGURED) | 0); /* check that EVP_R_NO_SIGN_FUNCTION_CONFIGURED is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_NO_VERIFY_FUNCTION_CONFIGURED’:
- build/temp.linux-x86_64-2.7/_openssl.c:8468:12: error: ‘EVP_R_NO_VERIFY_FUNCTION_CONFIGURED’ undeclared (first use in this function)
- int n = (EVP_R_NO_VERIFY_FUNCTION_CONFIGURED) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8469:67: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_NO_VERIFY_FUNCTION_CONFIGURED) | 0); /* check that EVP_R_NO_VERIFY_FUNCTION_CONFIGURED is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE’:
- build/temp.linux-x86_64-2.7/_openssl.c:8475:12: error: ‘EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE’ undeclared (first use in this function)
- int n = (EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8476:63: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE) | 0); /* check that EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS’:
- build/temp.linux-x86_64-2.7/_openssl.c:8496:12: error: ‘EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS’ undeclared (first use in this function)
- int n = (EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8497:65: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS) | 0); /* check that EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_EVP_R_WRONG_PUBLIC_KEY_TYPE’:
- build/temp.linux-x86_64-2.7/_openssl.c:8545:12: error: ‘EVP_R_WRONG_PUBLIC_KEY_TYPE’ undeclared (first use in this function)
- int n = (EVP_R_WRONG_PUBLIC_KEY_TYPE) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:8546:59: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((EVP_R_WRONG_PUBLIC_KEY_TYPE) | 0); /* check that EVP_R_WRONG_PUBLIC_KEY_TYPE is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY’:
- build/temp.linux-x86_64-2.7/_openssl.c:9663:12: error: ‘PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY’ undeclared (first use in this function)
- int n = (PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:9664:69: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY) | 0); /* check that PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_PEM_F_PEM_PK8PKEY’:
- build/temp.linux-x86_64-2.7/_openssl.c:9677:12: error: ‘PEM_F_PEM_PK8PKEY’ undeclared (first use in this function)
- int n = (PEM_F_PEM_PK8PKEY) <= 0;
- ^~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:9678:49: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((PEM_F_PEM_PK8PKEY) | 0); /* check that PEM_F_PEM_PK8PKEY is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_PEM_F_PEM_SEALFINAL’:
- build/temp.linux-x86_64-2.7/_openssl.c:9712:12: error: ‘PEM_F_PEM_SEALFINAL’ undeclared (first use in this function)
- int n = (PEM_F_PEM_SEALFINAL) <= 0;
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:9713:51: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((PEM_F_PEM_SEALFINAL) | 0); /* check that PEM_F_PEM_SEALFINAL is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_PEM_F_PEM_SEALINIT’:
- build/temp.linux-x86_64-2.7/_openssl.c:9719:12: error: ‘PEM_F_PEM_SEALINIT’ undeclared (first use in this function)
- int n = (PEM_F_PEM_SEALINIT) <= 0;
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:9720:50: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((PEM_F_PEM_SEALINIT) | 0); /* check that PEM_F_PEM_SEALINIT is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_PEM_R_PUBLIC_KEY_NO_RSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:9845:12: error: ‘PEM_R_PUBLIC_KEY_NO_RSA’ undeclared (first use in this function)
- int n = (PEM_R_PUBLIC_KEY_NO_RSA) <= 0;
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:9846:55: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((PEM_R_PUBLIC_KEY_NO_RSA) | 0); /* check that PEM_R_PUBLIC_KEY_NO_RSA is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_SSL_ST_BEFORE’:
- build/temp.linux-x86_64-2.7/_openssl.c:10942:12: error: ‘SSL_ST_BEFORE’ undeclared (first use in this function)
- int n = (SSL_ST_BEFORE) <= 0;
- ^~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:10943:45: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((SSL_ST_BEFORE) | 0); /* check that SSL_ST_BEFORE is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_SSL_ST_INIT’:
- build/temp.linux-x86_64-2.7/_openssl.c:10956:12: error: ‘SSL_ST_INIT’ undeclared (first use in this function)
- int n = (SSL_ST_INIT) <= 0;
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:10957:43: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((SSL_ST_INIT) | 0); /* check that SSL_ST_INIT is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_SSL_ST_OK’:
- build/temp.linux-x86_64-2.7/_openssl.c:10970:12: error: ‘SSL_ST_OK’ undeclared (first use in this function)
- int n = (SSL_ST_OK) <= 0;
- ^~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:10971:41: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((SSL_ST_OK) | 0); /* check that SSL_ST_OK is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_const_SSL_ST_RENEGOTIATE’:
- build/temp.linux-x86_64-2.7/_openssl.c:10977:12: error: ‘SSL_ST_RENEGOTIATE’ undeclared (first use in this function)
- int n = (SSL_ST_RENEGOTIATE) <= 0;
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:10978:50: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- *o = (unsigned long long)((SSL_ST_RENEGOTIATE) | 0); /* check that SSL_ST_RENEGOTIATE is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_AES_ctr128_encrypt’:
- build/temp.linux-x86_64-2.7/_openssl.c:11937:3: warning: implicit declaration of function ‘AES_ctr128_encrypt’ [-Wimplicit-function-declaration]
- AES_ctr128_encrypt(x0, x1, x2, x3, x4, x5, x6);
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:13472:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
- return ASN1_STRING_data(x0);
- ^~~~~~
- In file included from /usr/include/openssl/bn.h:31:0,
- from /usr/include/openssl/asn1.h:24,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/asn1.h:553:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:13495:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
- { result = ASN1_STRING_data(x0); }
- ^
- In file included from /usr/include/openssl/bn.h:31:0,
- from /usr/include/openssl/asn1.h:24,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- /usr/include/openssl/asn1.h:553:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_CRYPTO_add’:
- build/temp.linux-x86_64-2.7/_openssl.c:20807:3: warning: implicit declaration of function ‘CRYPTO_add’ [-Wimplicit-function-declaration]
- CRYPTO_add(x0, x1, x2);
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_CRYPTO_malloc_init’:
- build/temp.linux-x86_64-2.7/_openssl.c:21049:3: warning: implicit declaration of function ‘CRYPTO_malloc_init’ [-Wimplicit-function-declaration]
- CRYPTO_malloc_init();
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_DH_generate_parameters’:
- build/temp.linux-x86_64-2.7/_openssl.c:22068:3: warning: ‘DH_generate_parameters’ is deprecated [-Wdeprecated-declarations]
- return DH_generate_parameters(x0, x1, x2, x3);
- ^~~~~~
- In file included from /usr/include/openssl/dh.h:13:0,
- from /usr/include/openssl/dsa.h:31,
- from /usr/include/openssl/x509.h:32,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/dh.h:118:1: note: declared here
- DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_DH_generate_parameters’:
- build/temp.linux-x86_64-2.7/_openssl.c:22113:3: warning: ‘DH_generate_parameters’ is deprecated [-Wdeprecated-declarations]
- { result = DH_generate_parameters(x0, x1, x2, x3); }
- ^
- In file included from /usr/include/openssl/dh.h:13:0,
- from /usr/include/openssl/dsa.h:31,
- from /usr/include/openssl/x509.h:32,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/dh.h:118:1: note: declared here
- DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_DSA_generate_parameters’:
- build/temp.linux-x86_64-2.7/_openssl.c:22714:3: warning: ‘DSA_generate_parameters’ is deprecated [-Wdeprecated-declarations]
- return DSA_generate_parameters(x0, x1, x2, x3, x4, x5, x6);
- ^~~~~~
- In file included from /usr/include/openssl/dh.h:13:0,
- from /usr/include/openssl/dsa.h:31,
- from /usr/include/openssl/x509.h:32,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/dsa.h:122:1: note: declared here
- DEPRECATEDIN_0_9_8(DSA *DSA_generate_parameters(int bits,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_DSA_generate_parameters’:
- build/temp.linux-x86_64-2.7/_openssl.c:22798:3: warning: ‘DSA_generate_parameters’ is deprecated [-Wdeprecated-declarations]
- { result = DSA_generate_parameters(x0, x1, x2, x3, x4, x5, x6); }
- ^
- In file included from /usr/include/openssl/dh.h:13:0,
- from /usr/include/openssl/dsa.h:31,
- from /usr/include/openssl/x509.h:32,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/dsa.h:122:1: note: declared here
- DEPRECATEDIN_0_9_8(DSA *DSA_generate_parameters(int bits,
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23150:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
- return DTLSv1_client_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1616:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23160:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
- { result = DTLSv1_client_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1616:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_DTLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23174:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
- return DTLSv1_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1614:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_DTLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23184:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
- { result = DTLSv1_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1614:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23198:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
- return DTLSv1_server_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1615:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23208:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
- { result = DTLSv1_server_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1615:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ECDH_get_ex_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:23300:10: warning: implicit declaration of function ‘ECDH_get_ex_data’ [-Wimplicit-function-declaration]
- return ECDH_get_ex_data(x0, x1);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23300:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
- return ECDH_get_ex_data(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ECDH_get_ex_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:23333:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
- { result = ECDH_get_ex_data(x0, x1); }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ECDH_get_ex_new_index’:
- build/temp.linux-x86_64-2.7/_openssl.c:23346:10: warning: implicit declaration of function ‘ECDH_get_ex_new_index’ [-Wimplicit-function-declaration]
- return ECDH_get_ex_new_index(x0, x1, x2, x3, x4);
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ECDH_set_ex_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:23431:10: warning: implicit declaration of function ‘ECDH_set_ex_data’ [-Wimplicit-function-declaration]
- return ECDH_set_ex_data(x0, x1, x2);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:23488:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
- static ECDSA_METHOD const * _cffi_d_ECDSA_OpenSSL(void)
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ECDSA_OpenSSL’:
- build/temp.linux-x86_64-2.7/_openssl.c:23496:3: error: ‘ECDSA_METHOD’ undeclared (first use in this function)
- ECDSA_METHOD const * result;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23496:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:23496:16: error: expected ‘;’ before ‘const’
- ECDSA_METHOD const * result;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23500:5: error: ‘result’ undeclared (first use in this function)
- { result = ECDSA_OpenSSL(); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23500:14: warning: implicit declaration of function ‘ECDSA_OpenSSL’ [-Wimplicit-function-declaration]
- { result = ECDSA_OpenSSL(); }
- ^~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23500:5: warning: statement with no effect [-Wunused-value]
- { result = ECDSA_OpenSSL(); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:23788:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
- static ECDSA_METHOD const * _cffi_d_ECDSA_get_default_method(void)
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ECDSA_get_default_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23796:3: error: ‘ECDSA_METHOD’ undeclared (first use in this function)
- ECDSA_METHOD const * result;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23796:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:23796:16: error: expected ‘;’ before ‘const’
- ECDSA_METHOD const * result;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23800:5: error: ‘result’ undeclared (first use in this function)
- { result = ECDSA_get_default_method(); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23800:14: warning: implicit declaration of function ‘ECDSA_get_default_method’ [-Wimplicit-function-declaration]
- { result = ECDSA_get_default_method(); }
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23800:5: warning: statement with no effect [-Wunused-value]
- { result = ECDSA_get_default_method(); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ECDSA_get_ex_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:23814:10: warning: implicit declaration of function ‘ECDSA_get_ex_data’ [-Wimplicit-function-declaration]
- return ECDSA_get_ex_data(x0, x1);
- ^~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23814:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
- return ECDSA_get_ex_data(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ECDSA_get_ex_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:23847:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
- { result = ECDSA_get_ex_data(x0, x1); }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ECDSA_get_ex_new_index’:
- build/temp.linux-x86_64-2.7/_openssl.c:23860:10: warning: implicit declaration of function ‘ECDSA_get_ex_new_index’ [-Wimplicit-function-declaration]
- return ECDSA_get_ex_new_index(x0, x1, x2, x3, x4);
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:23943:59: error: expected ‘)’ before ‘const’
- static void _cffi_d_ECDSA_set_default_method(ECDSA_METHOD const * x0)
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ECDSA_set_default_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23951:3: error: ‘ECDSA_METHOD’ undeclared (first use in this function)
- ECDSA_METHOD const * x0;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23951:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:23951:16: error: expected ‘;’ before ‘const’
- ECDSA_METHOD const * x0;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23955:41: error: ‘x0’ undeclared (first use in this function)
- _cffi_type(1619), arg0, (char **)&x0);
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:23959:24: error: expected ‘)’ before ‘const’
- x0 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:23959:5: warning: statement with no effect [-Wunused-value]
- x0 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^~
- In file included from /usr/include/stdlib.h:492:0,
- from /usr/include/python2.7/Python.h:42,
- from build/temp.linux-x86_64-2.7/_openssl.c:18:
- build/temp.linux-x86_64-2.7/_openssl.c:23959:32: error: expected ‘;’ before ‘__builtin_alloca’
- x0 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:23967:5: warning: implicit declaration of function ‘ECDSA_set_default_method’ [-Wimplicit-function-declaration]
- { ECDSA_set_default_method(x0); }
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ECDSA_set_ex_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:23981:10: warning: implicit declaration of function ‘ECDSA_set_ex_data’ [-Wimplicit-function-declaration]
- return ECDSA_set_ex_data(x0, x1, x2);
- ^~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:24038:50: error: unknown type name ‘ECDSA_METHOD’
- static int _cffi_d_ECDSA_set_method(EC_KEY * x0, ECDSA_METHOD const * x1)
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ECDSA_set_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:24047:3: error: ‘ECDSA_METHOD’ undeclared (first use in this function)
- ECDSA_METHOD const * x1;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:24047:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:24047:16: error: expected ‘;’ before ‘const’
- ECDSA_METHOD const * x1;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:24068:41: error: ‘x1’ undeclared (first use in this function)
- _cffi_type(1619), arg1, (char **)&x1);
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:24072:24: error: expected ‘)’ before ‘const’
- x1 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:24072:5: warning: statement with no effect [-Wunused-value]
- x1 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^~
- In file included from /usr/include/stdlib.h:492:0,
- from /usr/include/python2.7/Python.h:42,
- from build/temp.linux-x86_64-2.7/_openssl.c:18:
- build/temp.linux-x86_64-2.7/_openssl.c:24072:32: error: expected ‘;’ before ‘__builtin_alloca’
- x1 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:24080:14: warning: implicit declaration of function ‘ECDSA_set_method’ [-Wimplicit-function-declaration]
- { result = ECDSA_set_method(x0, x1); }
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_EC_KEY_get_key_method_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:26107:10: warning: implicit declaration of function ‘EC_KEY_get_key_method_data’ [-Wimplicit-function-declaration]
- return EC_KEY_get_key_method_data(x0, x1, x2, x3);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:26107:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
- return EC_KEY_get_key_method_data(x0, x1, x2, x3);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_EC_KEY_get_key_method_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:26152:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
- { result = EC_KEY_get_key_method_data(x0, x1, x2, x3); }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_EC_KEY_insert_key_method_data’:
- build/temp.linux-x86_64-2.7/_openssl.c:26165:3: warning: implicit declaration of function ‘EC_KEY_insert_key_method_data’ [-Wimplicit-function-declaration]
- EC_KEY_insert_key_method_data(x0, x1, x2, x3, x4);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:29758:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
- static ECDH_METHOD const * _cffi_d_ENGINE_get_ECDH(ENGINE const * x0)
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ENGINE_get_ECDH’:
- build/temp.linux-x86_64-2.7/_openssl.c:29768:3: error: ‘ECDH_METHOD’ undeclared (first use in this function)
- ECDH_METHOD const * result;
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29768:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:29768:15: error: expected ‘;’ before ‘const’
- ECDH_METHOD const * result;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29783:5: error: ‘result’ undeclared (first use in this function)
- { result = ENGINE_get_ECDH(x0); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29783:5: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:29794:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
- static ECDSA_METHOD const * _cffi_d_ENGINE_get_ECDSA(ENGINE const * x0)
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ENGINE_get_ECDSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:29804:3: error: ‘ECDSA_METHOD’ undeclared (first use in this function)
- ECDSA_METHOD const * result;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29804:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:29804:16: error: expected ‘;’ before ‘const’
- ECDSA_METHOD const * result;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29819:5: error: ‘result’ undeclared (first use in this function)
- { result = ENGINE_get_ECDSA(x0); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29819:5: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:29902:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
- static STORE_METHOD const * _cffi_d_ENGINE_get_STORE(ENGINE const * x0)
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ENGINE_get_STORE’:
- build/temp.linux-x86_64-2.7/_openssl.c:29912:3: error: ‘STORE_METHOD’ undeclared (first use in this function)
- STORE_METHOD const * result;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29912:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:29912:16: error: expected ‘;’ before ‘const’
- STORE_METHOD const * result;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29927:5: error: ‘result’ undeclared (first use in this function)
- { result = ENGINE_get_STORE(x0); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:29927:5: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:31574:49: error: unknown type name ‘ECDH_METHOD’
- static int _cffi_d_ENGINE_set_ECDH(ENGINE * x0, ECDH_METHOD const * x1)
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ENGINE_set_ECDH’:
- build/temp.linux-x86_64-2.7/_openssl.c:31583:3: error: ‘ECDH_METHOD’ undeclared (first use in this function)
- ECDH_METHOD const * x1;
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31583:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:31583:15: error: expected ‘;’ before ‘const’
- ECDH_METHOD const * x1;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31604:41: error: ‘x1’ undeclared (first use in this function)
- _cffi_type(1661), arg1, (char **)&x1);
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:31608:23: error: expected ‘)’ before ‘const’
- x1 = (ECDH_METHOD const *)alloca((size_t)datasize);
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31608:5: warning: statement with no effect [-Wunused-value]
- x1 = (ECDH_METHOD const *)alloca((size_t)datasize);
- ^~
- In file included from /usr/include/stdlib.h:492:0,
- from /usr/include/python2.7/Python.h:42,
- from build/temp.linux-x86_64-2.7/_openssl.c:18:
- build/temp.linux-x86_64-2.7/_openssl.c:31608:31: error: expected ‘;’ before ‘__builtin_alloca’
- x1 = (ECDH_METHOD const *)alloca((size_t)datasize);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:31616:34: warning: passing argument 2 of ‘ENGINE_set_ECDH’ from incompatible pointer type [-Wincompatible-pointer-types]
- { result = ENGINE_set_ECDH(x0, x1); }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:901:5: note: expected ‘const int *’ but argument is of type ‘void **’
- int ENGINE_set_ECDH(ENGINE *, const ECDH_METHOD *);
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:31627:50: error: unknown type name ‘ECDSA_METHOD’
- static int _cffi_d_ENGINE_set_ECDSA(ENGINE * x0, ECDSA_METHOD const * x1)
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ENGINE_set_ECDSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:31636:3: error: ‘ECDSA_METHOD’ undeclared (first use in this function)
- ECDSA_METHOD const * x1;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31636:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:31636:16: error: expected ‘;’ before ‘const’
- ECDSA_METHOD const * x1;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31657:41: error: ‘x1’ undeclared (first use in this function)
- _cffi_type(1619), arg1, (char **)&x1);
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:31661:24: error: expected ‘)’ before ‘const’
- x1 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31661:5: warning: statement with no effect [-Wunused-value]
- x1 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^~
- In file included from /usr/include/stdlib.h:492:0,
- from /usr/include/python2.7/Python.h:42,
- from build/temp.linux-x86_64-2.7/_openssl.c:18:
- build/temp.linux-x86_64-2.7/_openssl.c:31661:32: error: expected ‘;’ before ‘__builtin_alloca’
- x1 = (ECDSA_METHOD const *)alloca((size_t)datasize);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:31669:35: warning: passing argument 2 of ‘ENGINE_set_ECDSA’ from incompatible pointer type [-Wincompatible-pointer-types]
- { result = ENGINE_set_ECDSA(x0, x1); }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:902:5: note: expected ‘const int *’ but argument is of type ‘void **’
- int ENGINE_set_ECDSA(ENGINE *, const ECDSA_METHOD *);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:31786:50: error: unknown type name ‘STORE_METHOD’
- static int _cffi_d_ENGINE_set_STORE(ENGINE * x0, STORE_METHOD const * x1)
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ENGINE_set_STORE’:
- build/temp.linux-x86_64-2.7/_openssl.c:31795:3: error: ‘STORE_METHOD’ undeclared (first use in this function)
- STORE_METHOD const * x1;
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31795:3: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:31795:16: error: expected ‘;’ before ‘const’
- STORE_METHOD const * x1;
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31816:41: error: ‘x1’ undeclared (first use in this function)
- _cffi_type(1697), arg1, (char **)&x1);
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:31820:24: error: expected ‘)’ before ‘const’
- x1 = (STORE_METHOD const *)alloca((size_t)datasize);
- ^~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:31820:5: warning: statement with no effect [-Wunused-value]
- x1 = (STORE_METHOD const *)alloca((size_t)datasize);
- ^~
- In file included from /usr/include/stdlib.h:492:0,
- from /usr/include/python2.7/Python.h:42,
- from build/temp.linux-x86_64-2.7/_openssl.c:18:
- build/temp.linux-x86_64-2.7/_openssl.c:31820:32: error: expected ‘;’ before ‘__builtin_alloca’
- x1 = (STORE_METHOD const *)alloca((size_t)datasize);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:31828:35: warning: passing argument 2 of ‘ENGINE_set_STORE’ from incompatible pointer type [-Wincompatible-pointer-types]
- { result = ENGINE_set_STORE(x0, x1); }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:905:5: note: expected ‘const int *’ but argument is of type ‘void **’
- int ENGINE_set_STORE(ENGINE *, const STORE_METHOD *);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_ERR_remove_thread_state’:
- build/temp.linux-x86_64-2.7/_openssl.c:34315:3: warning: ‘ERR_remove_thread_state’ is deprecated [-Wdeprecated-declarations]
- ERR_remove_thread_state(x0);
- ^~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/ui.h:13:0,
- from /usr/include/openssl/engine.h:29,
- from build/temp.linux-x86_64-2.7/_openssl.c:498:
- /usr/include/openssl/err.h:246:1: note: declared here
- DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:34315:27: warning: passing argument 1 of ‘ERR_remove_thread_state’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- ERR_remove_thread_state(x0);
- ^~
- In file included from /usr/include/openssl/ui.h:13:0,
- from /usr/include/openssl/engine.h:29,
- from build/temp.linux-x86_64-2.7/_openssl.c:498:
- /usr/include/openssl/err.h:246:1: note: expected ‘void *’ but argument is of type ‘const CRYPTO_THREADID * {aka const struct crypto_threadid_st *}’
- DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_ERR_remove_thread_state’:
- build/temp.linux-x86_64-2.7/_openssl.c:34337:3: warning: ‘ERR_remove_thread_state’ is deprecated [-Wdeprecated-declarations]
- { ERR_remove_thread_state(x0); }
- ^
- In file included from /usr/include/openssl/ui.h:13:0,
- from /usr/include/openssl/engine.h:29,
- from build/temp.linux-x86_64-2.7/_openssl.c:498:
- /usr/include/openssl/err.h:246:1: note: declared here
- DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:34337:29: warning: passing argument 1 of ‘ERR_remove_thread_state’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- { ERR_remove_thread_state(x0); }
- ^~
- In file included from /usr/include/openssl/ui.h:13:0,
- from /usr/include/openssl/engine.h:29,
- from build/temp.linux-x86_64-2.7/_openssl.c:498:
- /usr/include/openssl/err.h:246:1: note: expected ‘void *’ but argument is of type ‘const CRYPTO_THREADID * {aka const struct crypto_threadid_st *}’
- DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_EVP_CIPHER_CTX_cleanup’:
- build/temp.linux-x86_64-2.7/_openssl.c:34423:10: error: void value not ignored as it ought to be
- return EVP_CIPHER_CTX_cleanup(x0);
- ^~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_EVP_CIPHER_CTX_cleanup’:
- build/temp.linux-x86_64-2.7/_openssl.c:34446:12: error: void value not ignored as it ought to be
- { result = EVP_CIPHER_CTX_cleanup(x0); }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:34446:5: warning: statement with no effect [-Wunused-value]
- { result = EVP_CIPHER_CTX_cleanup(x0); }
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_M_ASN1_TIME_dup’:
- build/temp.linux-x86_64-2.7/_openssl.c:38738:10: warning: implicit declaration of function ‘M_ASN1_TIME_dup’ [-Wimplicit-function-declaration]
- return M_ASN1_TIME_dup(x0);
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:38738:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
- return M_ASN1_TIME_dup(x0);
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_M_ASN1_TIME_dup’:
- build/temp.linux-x86_64-2.7/_openssl.c:38761:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
- { result = M_ASN1_TIME_dup(x0); }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_OPENSSL_config’:
- build/temp.linux-x86_64-2.7/_openssl.c:39762:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
- OPENSSL_config(x0);
- ^~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509_vfy.h:20:0,
- from /usr/include/openssl/x509.h:309,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/conf.h:92:1: note: declared here
- DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_OPENSSL_config’:
- build/temp.linux-x86_64-2.7/_openssl.c:39784:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
- { OPENSSL_config(x0); }
- ^
- In file included from /usr/include/openssl/x509_vfy.h:20:0,
- from /usr/include/openssl/x509.h:309,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/conf.h:92:1: note: declared here
- DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
- ^
- In file included from /usr/include/openssl/bio.h:20:0,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_OPENSSL_free’:
- build/temp.linux-x86_64-2.7/_openssl.c:39798:3: error: too many arguments to function ‘CRYPTO_free’
- OPENSSL_free(x0);
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:774:6: note: declared here
- void CRYPTO_free(void *);
- ^~~~~~~~~~~
- In file included from /usr/include/openssl/bio.h:20:0,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_OPENSSL_free’:
- build/temp.linux-x86_64-2.7/_openssl.c:39820:5: error: too many arguments to function ‘CRYPTO_free’
- { OPENSSL_free(x0); }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:774:6: note: declared here
- void CRYPTO_free(void *);
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_RAND_egd’:
- build/temp.linux-x86_64-2.7/_openssl.c:43272:10: warning: implicit declaration of function ‘RAND_egd’ [-Wimplicit-function-declaration]
- return RAND_egd(x0);
- ^~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_RAND_egd_bytes’:
- build/temp.linux-x86_64-2.7/_openssl.c:43308:10: warning: implicit declaration of function ‘RAND_egd_bytes’ [-Wimplicit-function-declaration]
- return RAND_egd_bytes(x0, x1);
- ^~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_RAND_pseudo_bytes’:
- build/temp.linux-x86_64-2.7/_openssl.c:43446:3: warning: ‘RAND_pseudo_bytes’ is deprecated [-Wdeprecated-declarations]
- return RAND_pseudo_bytes(x0, x1);
- ^~~~~~
- In file included from /usr/include/openssl/engine.h:19:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:498:
- /usr/include/openssl/rand.h:47:1: note: declared here
- DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_RAND_pseudo_bytes’:
- build/temp.linux-x86_64-2.7/_openssl.c:43479:3: warning: ‘RAND_pseudo_bytes’ is deprecated [-Wdeprecated-declarations]
- { result = RAND_pseudo_bytes(x0, x1); }
- ^
- In file included from /usr/include/openssl/engine.h:19:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:498:
- /usr/include/openssl/rand.h:47:1: note: declared here
- DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_RAND_query_egd_bytes’:
- build/temp.linux-x86_64-2.7/_openssl.c:43492:10: warning: implicit declaration of function ‘RAND_query_egd_bytes’ [-Wimplicit-function-declaration]
- return RAND_query_egd_bytes(x0, x1, x2);
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51142:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_1_client_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1604:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51152:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_1_client_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1604:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51166:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_1_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1602:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51176:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_1_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1602:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51190:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_1_server_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1603:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51200:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_1_server_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1603:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51214:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_2_client_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1610:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51224:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_2_client_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1610:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51238:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_2_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1608:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51248:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_2_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1608:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51262:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_2_server_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1609:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51272:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_2_server_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1609:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51286:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_client_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1598:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51296:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_client_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1598:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51310:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1596:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51320:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1596:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51334:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
- return TLSv1_server_method();
- ^~~~~~
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1597:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:51344:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
- { result = TLSv1_server_method(); }
- ^
- In file included from /usr/include/openssl/ct.h:13:0,
- from /usr/include/openssl/ssl.h:61,
- from build/temp.linux-x86_64-2.7/_openssl.c:531:
- /usr/include/openssl/ssl.h:1597:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’:
- build/temp.linux-x86_64-2.7/_openssl.c:52313:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
- return X509_CRL_get_lastUpdate(x0);
- ^~~~~~
- In file included from /usr/include/openssl/x509_vfy.h:20:0,
- from /usr/include/openssl/x509.h:309,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:708:1: note: declared here
- DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’:
- build/temp.linux-x86_64-2.7/_openssl.c:52336:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
- { result = X509_CRL_get_lastUpdate(x0); }
- ^
- In file included from /usr/include/openssl/x509_vfy.h:20:0,
- from /usr/include/openssl/x509.h:309,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:708:1: note: declared here
- DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’:
- build/temp.linux-x86_64-2.7/_openssl.c:52349:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
- return X509_CRL_get_nextUpdate(x0);
- ^~~~~~
- In file included from /usr/include/openssl/x509_vfy.h:20:0,
- from /usr/include/openssl/x509.h:309,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:709:1: note: declared here
- DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’:
- build/temp.linux-x86_64-2.7/_openssl.c:52372:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
- { result = X509_CRL_get_nextUpdate(x0); }
- ^
- In file included from /usr/include/openssl/x509_vfy.h:20:0,
- from /usr/include/openssl/x509.h:309,
- from /usr/include/openssl/cms.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:465:
- /usr/include/openssl/x509.h:709:1: note: declared here
- DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_sk_SSL_CIPHER_value’:
- build/temp.linux-x86_64-2.7/_openssl.c:64866:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- return sk_SSL_CIPHER_value(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_sk_SSL_CIPHER_value’:
- build/temp.linux-x86_64-2.7/_openssl.c:64899:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- { result = sk_SSL_CIPHER_value(x0, x1); }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__BIO_METHOD’:
- build/temp.linux-x86_64-2.7/_openssl.c:66030:12: error: dereferencing pointer to incomplete type ‘BIO_METHOD {aka struct bio_method_st}’
- (void)((p->type) | 0); /* check that 'BIO_METHOD.type' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66030:12: error: request for member ‘type’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:66030:20: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->type) | 0); /* check that 'BIO_METHOD.type' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66031:27: error: request for member ‘name’ in something not a structure or union
- { char const * *tmp = &p->name; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66031:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { char const * *tmp = &p->name; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66032:47: error: request for member ‘bwrite’ in something not a structure or union
- { int(* *tmp)(BIO *, char const *, int) = &p->bwrite; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66032:45: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(BIO *, char const *, int) = &p->bwrite; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66033:41: error: request for member ‘bread’ in something not a structure or union
- { int(* *tmp)(BIO *, char *, int) = &p->bread; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66033:39: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(BIO *, char *, int) = &p->bread; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66034:42: error: request for member ‘bputs’ in something not a structure or union
- { int(* *tmp)(BIO *, char const *) = &p->bputs; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66034:40: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(BIO *, char const *) = &p->bputs; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66035:41: error: request for member ‘bgets’ in something not a structure or union
- { int(* *tmp)(BIO *, char *, int) = &p->bgets; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66035:39: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(BIO *, char *, int) = &p->bgets; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66036:48: error: request for member ‘ctrl’ in something not a structure or union
- { long(* *tmp)(BIO *, int, long, void *) = &p->ctrl; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66036:46: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { long(* *tmp)(BIO *, int, long, void *) = &p->ctrl; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66037:28: error: request for member ‘create’ in something not a structure or union
- { int(* *tmp)(BIO *) = &p->create; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66037:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(BIO *) = &p->create; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66038:28: error: request for member ‘destroy’ in something not a structure or union
- { int(* *tmp)(BIO *) = &p->destroy; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66038:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(BIO *) = &p->destroy; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66039:86: error: request for member ‘callback_ctrl’ in something not a structure or union
- { long(* *tmp)(BIO *, int, void(*)(BIO *, int, char const *, int, long, long)) = &p->callback_ctrl; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66039:84: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { long(* *tmp)(BIO *, int, void(*)(BIO *, int, char const *, int, long, long)) = &p->callback_ctrl; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:66041:53: error: field ‘y’ has incomplete type
- struct _cffi_align__BIO_METHOD { char x; BIO_METHOD y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__BIO’:
- build/temp.linux-x86_64-2.7/_openssl.c:66048:27: error: dereferencing pointer to incomplete type ‘BIO {aka struct bio_st}’
- { BIO_METHOD * *tmp = &p->method; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66048:27: error: request for member ‘method’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:66048:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIO_METHOD * *tmp = &p->method; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66049:65: error: request for member ‘callback’ in something not a structure or union
- { long(* *tmp)(BIO *, int, char const *, int, long, long) = &p->callback; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66049:63: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { long(* *tmp)(BIO *, int, char const *, int, long, long) = &p->callback; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66050:21: error: request for member ‘cb_arg’ in something not a structure or union
- { char * *tmp = &p->cb_arg; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66050:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { char * *tmp = &p->cb_arg; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66051:12: error: request for member ‘init’ in something not a structure or union
- (void)((p->init) | 0); /* check that 'BIO.init' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66051:20: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->init) | 0); /* check that 'BIO.init' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66052:12: error: request for member ‘shutdown’ in something not a structure or union
- (void)((p->shutdown) | 0); /* check that 'BIO.shutdown' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66052:24: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->shutdown) | 0); /* check that 'BIO.shutdown' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66053:12: error: request for member ‘flags’ in something not a structure or union
- (void)((p->flags) | 0); /* check that 'BIO.flags' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66053:21: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->flags) | 0); /* check that 'BIO.flags' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66054:12: error: request for member ‘retry_reason’ in something not a structure or union
- (void)((p->retry_reason) | 0); /* check that 'BIO.retry_reason' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66054:28: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->retry_reason) | 0); /* check that 'BIO.retry_reason' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66055:12: error: request for member ‘num’ in something not a structure or union
- (void)((p->num) | 0); /* check that 'BIO.num' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66055:19: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->num) | 0); /* check that 'BIO.num' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66056:21: error: request for member ‘ptr’ in something not a structure or union
- { void * *tmp = &p->ptr; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66056:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { void * *tmp = &p->ptr; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66057:20: error: request for member ‘next_bio’ in something not a structure or union
- { BIO * *tmp = &p->next_bio; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66057:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIO * *tmp = &p->next_bio; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66058:20: error: request for member ‘prev_bio’ in something not a structure or union
- { BIO * *tmp = &p->prev_bio; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66058:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIO * *tmp = &p->prev_bio; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66059:12: error: request for member ‘references’ in something not a structure or union
- (void)((p->references) | 0); /* check that 'BIO.references' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66059:26: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->references) | 0); /* check that 'BIO.references' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66060:12: error: request for member ‘num_read’ in something not a structure or union
- (void)((p->num_read) | 0); /* check that 'BIO.num_read' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66060:24: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->num_read) | 0); /* check that 'BIO.num_read' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66061:12: error: request for member ‘num_write’ in something not a structure or union
- (void)((p->num_write) | 0); /* check that 'BIO.num_write' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66061:25: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->num_write) | 0); /* check that 'BIO.num_write' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:66063:39: error: field ‘y’ has incomplete type
- struct _cffi_align__BIO { char x; BIO y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__DH’:
- build/temp.linux-x86_64-2.7/_openssl.c:66070:23: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’
- { BIGNUM * *tmp = &p->p; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66070:23: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:66070:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->p; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66071:23: error: request for member ‘g’ in something not a structure or union
- { BIGNUM * *tmp = &p->g; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66071:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->g; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66072:23: error: request for member ‘priv_key’ in something not a structure or union
- { BIGNUM * *tmp = &p->priv_key; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66072:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->priv_key; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66073:23: error: request for member ‘pub_key’ in something not a structure or union
- { BIGNUM * *tmp = &p->pub_key; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66073:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->pub_key; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66074:23: error: request for member ‘q’ in something not a structure or union
- { BIGNUM * *tmp = &p->q; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66074:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->q; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66075:23: error: request for member ‘j’ in something not a structure or union
- { BIGNUM * *tmp = &p->j; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66075:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->j; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:66077:37: error: field ‘y’ has incomplete type
- struct _cffi_align__DH { char x; DH y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__DSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:66084:23: error: dereferencing pointer to incomplete type ‘DSA {aka struct dsa_st}’
- { BIGNUM * *tmp = &p->p; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66084:23: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:66084:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->p; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66085:23: error: request for member ‘q’ in something not a structure or union
- { BIGNUM * *tmp = &p->q; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66085:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->q; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66086:23: error: request for member ‘g’ in something not a structure or union
- { BIGNUM * *tmp = &p->g; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66086:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->g; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66087:23: error: request for member ‘priv_key’ in something not a structure or union
- { BIGNUM * *tmp = &p->priv_key; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66087:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->priv_key; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66088:23: error: request for member ‘pub_key’ in something not a structure or union
- { BIGNUM * *tmp = &p->pub_key; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66088:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->pub_key; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:66090:39: error: field ‘y’ has incomplete type
- struct _cffi_align__DSA { char x; DSA y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66098:53: error: field ‘y’ has incomplete type
- struct _cffi_align__EVP_MD_CTX { char x; EVP_MD_CTX y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__EVP_PKEY’:
- build/temp.linux-x86_64-2.7/_openssl.c:66105:12: error: dereferencing pointer to incomplete type ‘EVP_PKEY {aka struct evp_pkey_st}’
- (void)((p->type) | 0); /* check that 'EVP_PKEY.type' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66105:12: error: request for member ‘type’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:66105:20: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->type) | 0); /* check that 'EVP_PKEY.type' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:66107:49: error: field ‘y’ has incomplete type
- struct _cffi_align__EVP_PKEY { char x; EVP_PKEY y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__RSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:66114:23: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
- { BIGNUM * *tmp = &p->n; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66114:23: error: request for member ‘n’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:66114:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->n; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66115:23: error: request for member ‘e’ in something not a structure or union
- { BIGNUM * *tmp = &p->e; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66115:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->e; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66116:23: error: request for member ‘d’ in something not a structure or union
- { BIGNUM * *tmp = &p->d; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66116:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->d; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66117:23: error: request for member ‘p’ in something not a structure or union
- { BIGNUM * *tmp = &p->p; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66117:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->p; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66118:23: error: request for member ‘q’ in something not a structure or union
- { BIGNUM * *tmp = &p->q; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66118:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->q; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66119:23: error: request for member ‘dmp1’ in something not a structure or union
- { BIGNUM * *tmp = &p->dmp1; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66119:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->dmp1; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66120:23: error: request for member ‘dmq1’ in something not a structure or union
- { BIGNUM * *tmp = &p->dmq1; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66120:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->dmq1; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66121:23: error: request for member ‘iqmp’ in something not a structure or union
- { BIGNUM * *tmp = &p->iqmp; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66121:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { BIGNUM * *tmp = &p->iqmp; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:66123:39: error: field ‘y’ has incomplete type
- struct _cffi_align__RSA { char x; RSA y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__X509_STORE_CTX’:
- build/temp.linux-x86_64-2.7/_openssl.c:66130:27: error: dereferencing pointer to incomplete type ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { X509_STORE * *tmp = &p->ctx; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66130:27: error: request for member ‘ctx’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:66130:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_STORE * *tmp = &p->ctx; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66131:12: error: request for member ‘current_method’ in something not a structure or union
- (void)((p->current_method) | 0); /* check that 'X509_STORE_CTX.current_method' is an integer */
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66131:30: error: invalid operands to binary | (have ‘void **’ and ‘int’)
- (void)((p->current_method) | 0); /* check that 'X509_STORE_CTX.current_method' is an integer */
- ~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:66132:21: error: request for member ‘cert’ in something not a structure or union
- { X509 * *tmp = &p->cert; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66132:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509 * *tmp = &p->cert; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66133:43: error: request for member ‘untrusted’ in something not a structure or union
- { Cryptography_STACK_OF_X509 * *tmp = &p->untrusted; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66133:41: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { Cryptography_STACK_OF_X509 * *tmp = &p->untrusted; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66134:47: error: request for member ‘crls’ in something not a structure or union
- { Cryptography_STACK_OF_X509_CRL * *tmp = &p->crls; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66134:45: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { Cryptography_STACK_OF_X509_CRL * *tmp = &p->crls; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66135:34: error: request for member ‘param’ in something not a structure or union
- { X509_VERIFY_PARAM * *tmp = &p->param; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66135:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { X509_VERIFY_PARAM * *tmp = &p->param; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66136:21: error: request for member ‘other_ctx’ in something not a structure or union
- { void * *tmp = &p->other_ctx; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66136:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { void * *tmp = &p->other_ctx; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66137:39: error: request for member ‘verify’ in something not a structure or union
- { int(* *tmp)(X509_STORE_CTX *) = &p->verify; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66137:37: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(X509_STORE_CTX *) = &p->verify; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66138:44: error: request for member ‘verify_cb’ in something not a structure or union
- { int(* *tmp)(int, X509_STORE_CTX *) = &p->verify_cb; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66138:42: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(int, X509_STORE_CTX *) = &p->verify_cb; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66139:57: error: request for member ‘get_issuer’ in something not a structure or union
- { int(* *tmp)(X509 * *, X509_STORE_CTX *, X509 *) = &p->get_issuer; (void)tmp; }
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:66139:55: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
- { int(* *tmp)(X509 * *, X509_STORE_CTX *, X509 *) = &p->get_issuer; (void)tmp; }
- ^
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:66141:61: error: field ‘y’ has incomplete type
- struct _cffi_align__X509_STORE_CTX { char x; X509_STORE_CTX y; };
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66590:101: error: ‘_cffi_d_ECDSA_OpenSSL’ undeclared here (not in a function)
- { "ECDSA_OpenSSL", (void *)_cffi_f_ECDSA_OpenSSL, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_N, 346), (void *)_cffi_d_ECDSA_OpenSSL },
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66590:93: error: initializer element is not constant
- { "ECDSA_OpenSSL", (void *)_cffi_f_ECDSA_OpenSSL, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_N, 346), (void *)_cffi_d_ECDSA_OpenSSL },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66590:93: note: (near initialization for ‘_cffi_globals[446].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66596:123: error: ‘_cffi_d_ECDSA_get_default_method’ undeclared here (not in a function)
- { "ECDSA_get_default_method", (void *)_cffi_f_ECDSA_get_default_method, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_N, 346), (void *)_cffi_d_ECDSA_get_default_method },
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66596:115: error: initializer element is not constant
- { "ECDSA_get_default_method", (void *)_cffi_f_ECDSA_get_default_method, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_N, 346), (void *)_cffi_d_ECDSA_get_default_method },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66596:115: note: (near initialization for ‘_cffi_globals[452].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66599:124: error: ‘_cffi_d_ECDSA_set_default_method’ undeclared here (not in a function)
- { "ECDSA_set_default_method", (void *)_cffi_f_ECDSA_set_default_method, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 3018), (void *)_cffi_d_ECDSA_set_default_method },
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66599:116: error: initializer element is not constant
- { "ECDSA_set_default_method", (void *)_cffi_f_ECDSA_set_default_method, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 3018), (void *)_cffi_d_ECDSA_set_default_method },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66599:116: note: (near initialization for ‘_cffi_globals[455].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66601:108: error: ‘_cffi_d_ECDSA_set_method’ undeclared here (not in a function)
- { "ECDSA_set_method", (void *)_cffi_f_ECDSA_set_method, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1617), (void *)_cffi_d_ECDSA_set_method },
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66601:100: error: initializer element is not constant
- { "ECDSA_set_method", (void *)_cffi_f_ECDSA_set_method, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1617), (void *)_cffi_d_ECDSA_set_method },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66601:100: note: (near initialization for ‘_cffi_globals[457].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66715:105: error: ‘_cffi_d_ENGINE_get_ECDH’ undeclared here (not in a function)
- { "ENGINE_get_ECDH", (void *)_cffi_f_ENGINE_get_ECDH, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 340), (void *)_cffi_d_ENGINE_get_ECDH },
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66715:97: error: initializer element is not constant
- { "ENGINE_get_ECDH", (void *)_cffi_f_ENGINE_get_ECDH, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 340), (void *)_cffi_d_ENGINE_get_ECDH },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66715:97: note: (near initialization for ‘_cffi_globals[571].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66716:107: error: ‘_cffi_d_ENGINE_get_ECDSA’ undeclared here (not in a function)
- { "ENGINE_get_ECDSA", (void *)_cffi_f_ENGINE_get_ECDSA, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 343), (void *)_cffi_d_ENGINE_get_ECDSA },
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66716:99: error: initializer element is not constant
- { "ENGINE_get_ECDSA", (void *)_cffi_f_ENGINE_get_ECDSA, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 343), (void *)_cffi_d_ENGINE_get_ECDSA },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66716:99: note: (near initialization for ‘_cffi_globals[572].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66719:107: error: ‘_cffi_d_ENGINE_get_STORE’ undeclared here (not in a function)
- { "ENGINE_get_STORE", (void *)_cffi_f_ENGINE_get_STORE, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 664), (void *)_cffi_d_ENGINE_get_STORE },
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66719:99: error: initializer element is not constant
- { "ENGINE_get_STORE", (void *)_cffi_f_ENGINE_get_STORE, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_O, 664), (void *)_cffi_d_ENGINE_get_STORE },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66719:99: note: (near initialization for ‘_cffi_globals[575].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66770:106: error: ‘_cffi_d_ENGINE_set_ECDH’ undeclared here (not in a function)
- { "ENGINE_set_ECDH", (void *)_cffi_f_ENGINE_set_ECDH, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1659), (void *)_cffi_d_ENGINE_set_ECDH },
- ^~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66770:98: error: initializer element is not constant
- { "ENGINE_set_ECDH", (void *)_cffi_f_ENGINE_set_ECDH, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1659), (void *)_cffi_d_ENGINE_set_ECDH },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66770:98: note: (near initialization for ‘_cffi_globals[626].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66771:108: error: ‘_cffi_d_ENGINE_set_ECDSA’ undeclared here (not in a function)
- { "ENGINE_set_ECDSA", (void *)_cffi_f_ENGINE_set_ECDSA, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1663), (void *)_cffi_d_ENGINE_set_ECDSA },
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66771:100: error: initializer element is not constant
- { "ENGINE_set_ECDSA", (void *)_cffi_f_ENGINE_set_ECDSA, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1663), (void *)_cffi_d_ENGINE_set_ECDSA },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66771:100: note: (near initialization for ‘_cffi_globals[627].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:66774:108: error: ‘_cffi_d_ENGINE_set_STORE’ undeclared here (not in a function)
- { "ENGINE_set_STORE", (void *)_cffi_f_ENGINE_set_STORE, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1695), (void *)_cffi_d_ENGINE_set_STORE },
- ^~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:66774:100: error: initializer element is not constant
- { "ENGINE_set_STORE", (void *)_cffi_f_ENGINE_set_STORE, _CFFI_OP(_CFFI_OP_CPYTHON_BLTN_V, 1695), (void *)_cffi_d_ENGINE_set_STORE },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:66774:100: note: (near initialization for ‘_cffi_globals[630].size_or_direct_fn’)
- build/temp.linux-x86_64-2.7/_openssl.c:68116:3: error: invalid use of incomplete typedef ‘DSA_SIG {aka struct DSA_SIG_st}’
- { "r", offsetof(DSA_SIG, r),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68116:10: error: initializer element is not constant
- { "r", offsetof(DSA_SIG, r),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68116:10: note: (near initialization for ‘_cffi_fields[12].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68117:31: error: request for member ‘r’ in something not a structure or union
- sizeof(((DSA_SIG *)0)->r),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68117:10: error: initializer element is not constant
- sizeof(((DSA_SIG *)0)->r),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68117:10: note: (near initialization for ‘_cffi_fields[12].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68119:3: error: invalid use of incomplete typedef ‘DSA_SIG {aka struct DSA_SIG_st}’
- { "s", offsetof(DSA_SIG, s),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68119:10: error: initializer element is not constant
- { "s", offsetof(DSA_SIG, s),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68119:10: note: (near initialization for ‘_cffi_fields[13].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68120:31: error: request for member ‘s’ in something not a structure or union
- sizeof(((DSA_SIG *)0)->s),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68120:10: error: initializer element is not constant
- sizeof(((DSA_SIG *)0)->s),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68120:10: note: (near initialization for ‘_cffi_fields[13].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68122:3: error: invalid use of incomplete typedef ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
- { "r", offsetof(ECDSA_SIG, r),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68122:10: error: initializer element is not constant
- { "r", offsetof(ECDSA_SIG, r),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68122:10: note: (near initialization for ‘_cffi_fields[14].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68123:33: error: request for member ‘r’ in something not a structure or union
- sizeof(((ECDSA_SIG *)0)->r),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68123:10: error: initializer element is not constant
- sizeof(((ECDSA_SIG *)0)->r),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68123:10: note: (near initialization for ‘_cffi_fields[14].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68125:3: error: invalid use of incomplete typedef ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
- { "s", offsetof(ECDSA_SIG, s),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68125:10: error: initializer element is not constant
- { "s", offsetof(ECDSA_SIG, s),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68125:10: note: (near initialization for ‘_cffi_fields[15].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68126:33: error: request for member ‘s’ in something not a structure or union
- sizeof(((ECDSA_SIG *)0)->s),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68126:10: error: initializer element is not constant
- sizeof(((ECDSA_SIG *)0)->s),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68126:10: note: (near initialization for ‘_cffi_fields[15].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68134:3: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
- { "cipher", offsetof(EVP_CIPHER_CTX, cipher),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68134:15: error: initializer element is not constant
- { "cipher", offsetof(EVP_CIPHER_CTX, cipher),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68134:15: note: (near initialization for ‘_cffi_fields[18].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68135:43: error: request for member ‘cipher’ in something not a structure or union
- sizeof(((EVP_CIPHER_CTX *)0)->cipher),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68135:15: error: initializer element is not constant
- sizeof(((EVP_CIPHER_CTX *)0)->cipher),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68135:15: note: (near initialization for ‘_cffi_fields[18].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68137:3: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
- { "engine", offsetof(EVP_CIPHER_CTX, engine),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68137:15: error: initializer element is not constant
- { "engine", offsetof(EVP_CIPHER_CTX, engine),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68137:15: note: (near initialization for ‘_cffi_fields[19].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68138:43: error: request for member ‘engine’ in something not a structure or union
- sizeof(((EVP_CIPHER_CTX *)0)->engine),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68138:15: error: initializer element is not constant
- sizeof(((EVP_CIPHER_CTX *)0)->engine),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68138:15: note: (near initialization for ‘_cffi_fields[19].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68140:3: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
- { "encrypt", offsetof(EVP_CIPHER_CTX, encrypt),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68140:16: error: initializer element is not constant
- { "encrypt", offsetof(EVP_CIPHER_CTX, encrypt),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68140:16: note: (near initialization for ‘_cffi_fields[20].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68141:44: error: request for member ‘encrypt’ in something not a structure or union
- sizeof(((EVP_CIPHER_CTX *)0)->encrypt),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68141:16: error: initializer element is not constant
- sizeof(((EVP_CIPHER_CTX *)0)->encrypt),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68141:16: note: (near initialization for ‘_cffi_fields[20].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68224:3: error: invalid use of incomplete typedef ‘SSL {aka struct ssl_st}’
- { "version", offsetof(SSL, version),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68224:16: error: initializer element is not constant
- { "version", offsetof(SSL, version),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68224:16: note: (near initialization for ‘_cffi_fields[48].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68225:33: error: request for member ‘version’ in something not a structure or union
- sizeof(((SSL *)0)->version),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68225:16: error: initializer element is not constant
- sizeof(((SSL *)0)->version),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68225:16: note: (near initialization for ‘_cffi_fields[48].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68227:3: error: invalid use of incomplete typedef ‘SSL {aka struct ssl_st}’
- { "type", offsetof(SSL, type),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68227:13: error: initializer element is not constant
- { "type", offsetof(SSL, type),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68227:13: note: (near initialization for ‘_cffi_fields[49].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68228:30: error: request for member ‘type’ in something not a structure or union
- sizeof(((SSL *)0)->type),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68228:13: error: initializer element is not constant
- sizeof(((SSL *)0)->type),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68228:13: note: (near initialization for ‘_cffi_fields[49].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68230:3: error: invalid use of incomplete typedef ‘SSL {aka struct ssl_st}’
- { "s3", offsetof(SSL, s3),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68230:11: error: initializer element is not constant
- { "s3", offsetof(SSL, s3),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68230:11: note: (near initialization for ‘_cffi_fields[50].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68231:28: error: request for member ‘s3’ in something not a structure or union
- sizeof(((SSL *)0)->s3),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68231:11: error: initializer element is not constant
- sizeof(((SSL *)0)->s3),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68231:11: note: (near initialization for ‘_cffi_fields[50].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68233:3: error: invalid use of incomplete typedef ‘SSL {aka struct ssl_st}’
- { "session", offsetof(SSL, session),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68233:16: error: initializer element is not constant
- { "session", offsetof(SSL, session),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68233:16: note: (near initialization for ‘_cffi_fields[51].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68234:33: error: request for member ‘session’ in something not a structure or union
- sizeof(((SSL *)0)->session),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68234:16: error: initializer element is not constant
- sizeof(((SSL *)0)->session),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68234:16: note: (near initialization for ‘_cffi_fields[51].field_size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68236:31: error: expected specifier-qualifier-list before ‘SSL3_STATE’
- { "server_random", offsetof(SSL3_STATE, server_random),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68236:22: error: initializer element is not constant
- { "server_random", offsetof(SSL3_STATE, server_random),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68236:22: note: (near initialization for ‘_cffi_fields[52].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68237:43: error: expected expression before ‘)’ token
- sizeof(((SSL3_STATE *)0)->server_random),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68237:42: error: invalid operands to binary * (have ‘const struct _cffi_global_s *’ and ‘const struct _cffi_global_s *’)
- sizeof(((SSL3_STATE *)0)->server_random),
- ~~~~~~~~~~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:68237:46: error: ‘const struct _cffi_global_s’ has no member named ‘server_random’
- sizeof(((SSL3_STATE *)0)->server_random),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68237:22: error: initializer element is not constant
- sizeof(((SSL3_STATE *)0)->server_random),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68237:22: note: (near initialization for ‘_cffi_fields[52].field_size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68239:31: error: expected specifier-qualifier-list before ‘SSL3_STATE’
- { "client_random", offsetof(SSL3_STATE, client_random),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68239:22: error: initializer element is not constant
- { "client_random", offsetof(SSL3_STATE, client_random),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68239:22: note: (near initialization for ‘_cffi_fields[53].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68240:43: error: expected expression before ‘)’ token
- sizeof(((SSL3_STATE *)0)->client_random),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68240:42: error: invalid operands to binary * (have ‘const struct _cffi_global_s *’ and ‘const struct _cffi_global_s *’)
- sizeof(((SSL3_STATE *)0)->client_random),
- ~~~~~~~~~~ ^
- build/temp.linux-x86_64-2.7/_openssl.c:68240:46: error: ‘const struct _cffi_global_s’ has no member named ‘client_random’
- sizeof(((SSL3_STATE *)0)->client_random),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68240:22: error: initializer element is not constant
- sizeof(((SSL3_STATE *)0)->client_random),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68240:22: note: (near initialization for ‘_cffi_fields[53].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68242:3: error: invalid use of incomplete typedef ‘SSL_SESSION {aka struct ssl_session_st}’
- { "master_key_length", offsetof(SSL_SESSION, master_key_length),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68242:26: error: initializer element is not constant
- { "master_key_length", offsetof(SSL_SESSION, master_key_length),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68242:26: note: (near initialization for ‘_cffi_fields[54].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68243:51: error: request for member ‘master_key_length’ in something not a structure or union
- sizeof(((SSL_SESSION *)0)->master_key_length),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68243:26: error: initializer element is not constant
- sizeof(((SSL_SESSION *)0)->master_key_length),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68243:26: note: (near initialization for ‘_cffi_fields[54].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68245:3: error: invalid use of incomplete typedef ‘SSL_SESSION {aka struct ssl_session_st}’
- { "master_key", offsetof(SSL_SESSION, master_key),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68245:19: error: initializer element is not constant
- { "master_key", offsetof(SSL_SESSION, master_key),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68245:19: note: (near initialization for ‘_cffi_fields[55].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68246:44: error: request for member ‘master_key’ in something not a structure or union
- sizeof(((SSL_SESSION *)0)->master_key),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68246:19: error: initializer element is not constant
- sizeof(((SSL_SESSION *)0)->master_key),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68246:19: note: (near initialization for ‘_cffi_fields[55].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68248:3: error: invalid use of incomplete typedef ‘SSL_SESSION {aka struct ssl_session_st}’
- { "session_id_length", offsetof(SSL_SESSION, session_id_length),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68248:26: error: initializer element is not constant
- { "session_id_length", offsetof(SSL_SESSION, session_id_length),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68248:26: note: (near initialization for ‘_cffi_fields[56].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68249:51: error: request for member ‘session_id_length’ in something not a structure or union
- sizeof(((SSL_SESSION *)0)->session_id_length),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68249:26: error: initializer element is not constant
- sizeof(((SSL_SESSION *)0)->session_id_length),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68249:26: note: (near initialization for ‘_cffi_fields[56].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68251:3: error: invalid use of incomplete typedef ‘SSL_SESSION {aka struct ssl_session_st}’
- { "session_id", offsetof(SSL_SESSION, session_id),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68251:19: error: initializer element is not constant
- { "session_id", offsetof(SSL_SESSION, session_id),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68251:19: note: (near initialization for ‘_cffi_fields[57].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68252:44: error: request for member ‘session_id’ in something not a structure or union
- sizeof(((SSL_SESSION *)0)->session_id),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68252:19: error: initializer element is not constant
- sizeof(((SSL_SESSION *)0)->session_id),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68252:19: note: (near initialization for ‘_cffi_fields[57].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68254:3: error: invalid use of incomplete typedef ‘SSL_SESSION {aka struct ssl_session_st}’
- { "sid_ctx_length", offsetof(SSL_SESSION, sid_ctx_length),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68254:23: error: initializer element is not constant
- { "sid_ctx_length", offsetof(SSL_SESSION, sid_ctx_length),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68254:23: note: (near initialization for ‘_cffi_fields[58].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68255:48: error: request for member ‘sid_ctx_length’ in something not a structure or union
- sizeof(((SSL_SESSION *)0)->sid_ctx_length),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68255:23: error: initializer element is not constant
- sizeof(((SSL_SESSION *)0)->sid_ctx_length),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68255:23: note: (near initialization for ‘_cffi_fields[58].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68257:3: error: invalid use of incomplete typedef ‘SSL_SESSION {aka struct ssl_session_st}’
- { "sid_ctx", offsetof(SSL_SESSION, sid_ctx),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68257:16: error: initializer element is not constant
- { "sid_ctx", offsetof(SSL_SESSION, sid_ctx),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68257:16: note: (near initialization for ‘_cffi_fields[59].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68258:41: error: request for member ‘sid_ctx’ in something not a structure or union
- sizeof(((SSL_SESSION *)0)->sid_ctx),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68258:16: error: initializer element is not constant
- sizeof(((SSL_SESSION *)0)->sid_ctx),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68258:16: note: (near initialization for ‘_cffi_fields[59].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68266:3: error: invalid use of incomplete typedef ‘X509 {aka struct x509_st}’
- { "sig_alg", offsetof(X509, sig_alg),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68266:16: error: initializer element is not constant
- { "sig_alg", offsetof(X509, sig_alg),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68266:16: note: (near initialization for ‘_cffi_fields[62].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68267:34: error: request for member ‘sig_alg’ in something not a structure or union
- sizeof(((X509 *)0)->sig_alg),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68267:16: error: initializer element is not constant
- sizeof(((X509 *)0)->sig_alg),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68267:16: note: (near initialization for ‘_cffi_fields[62].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68269:3: error: invalid use of incomplete typedef ‘X509 {aka struct x509_st}’
- { "cert_info", offsetof(X509, cert_info),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68269:18: error: initializer element is not constant
- { "cert_info", offsetof(X509, cert_info),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68269:18: note: (near initialization for ‘_cffi_fields[63].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68270:36: error: request for member ‘cert_info’ in something not a structure or union
- sizeof(((X509 *)0)->cert_info),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68270:18: error: initializer element is not constant
- sizeof(((X509 *)0)->cert_info),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68270:18: note: (near initialization for ‘_cffi_fields[63].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68272:3: error: invalid use of incomplete typedef ‘X509 {aka struct x509_st}’
- { "signature", offsetof(X509, signature),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68272:18: error: initializer element is not constant
- { "signature", offsetof(X509, signature),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68272:18: note: (near initialization for ‘_cffi_fields[64].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68273:36: error: request for member ‘signature’ in something not a structure or union
- sizeof(((X509 *)0)->signature),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68273:18: error: initializer element is not constant
- sizeof(((X509 *)0)->signature),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68273:18: note: (near initialization for ‘_cffi_fields[64].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68290:3: error: invalid use of incomplete typedef ‘X509_CINF {aka struct x509_cinf_st}’
- { "signature", offsetof(X509_CINF, signature),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68290:18: error: initializer element is not constant
- { "signature", offsetof(X509_CINF, signature),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68290:18: note: (near initialization for ‘_cffi_fields[70].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68291:41: error: request for member ‘signature’ in something not a structure or union
- sizeof(((X509_CINF *)0)->signature),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68291:18: error: initializer element is not constant
- sizeof(((X509_CINF *)0)->signature),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68291:18: note: (near initialization for ‘_cffi_fields[70].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68293:3: error: invalid use of incomplete typedef ‘X509_CRL {aka struct X509_crl_st}’
- { "crl", offsetof(X509_CRL, crl),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68293:12: error: initializer element is not constant
- { "crl", offsetof(X509_CRL, crl),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68293:12: note: (near initialization for ‘_cffi_fields[71].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68294:34: error: request for member ‘crl’ in something not a structure or union
- sizeof(((X509_CRL *)0)->crl),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68294:12: error: initializer element is not constant
- sizeof(((X509_CRL *)0)->crl),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68294:12: note: (near initialization for ‘_cffi_fields[71].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68296:3: error: invalid use of incomplete typedef ‘X509_CRL {aka struct X509_crl_st}’
- { "sig_alg", offsetof(X509_CRL, sig_alg),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68296:16: error: initializer element is not constant
- { "sig_alg", offsetof(X509_CRL, sig_alg),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68296:16: note: (near initialization for ‘_cffi_fields[72].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68297:38: error: request for member ‘sig_alg’ in something not a structure or union
- sizeof(((X509_CRL *)0)->sig_alg),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68297:16: error: initializer element is not constant
- sizeof(((X509_CRL *)0)->sig_alg),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68297:16: note: (near initialization for ‘_cffi_fields[72].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68299:3: error: invalid use of incomplete typedef ‘X509_CRL {aka struct X509_crl_st}’
- { "signature", offsetof(X509_CRL, signature),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68299:18: error: initializer element is not constant
- { "signature", offsetof(X509_CRL, signature),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68299:18: note: (near initialization for ‘_cffi_fields[73].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68300:40: error: request for member ‘signature’ in something not a structure or union
- sizeof(((X509_CRL *)0)->signature),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68300:18: error: initializer element is not constant
- sizeof(((X509_CRL *)0)->signature),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68300:18: note: (near initialization for ‘_cffi_fields[73].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68302:3: error: invalid use of incomplete typedef ‘X509_CRL_INFO {aka struct X509_crl_info_st}’
- { "revoked", offsetof(X509_CRL_INFO, revoked),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68302:16: error: initializer element is not constant
- { "revoked", offsetof(X509_CRL_INFO, revoked),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68302:16: note: (near initialization for ‘_cffi_fields[74].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68303:43: error: request for member ‘revoked’ in something not a structure or union
- sizeof(((X509_CRL_INFO *)0)->revoked),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68303:16: error: initializer element is not constant
- sizeof(((X509_CRL_INFO *)0)->revoked),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68303:16: note: (near initialization for ‘_cffi_fields[74].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68305:3: error: invalid use of incomplete typedef ‘X509_EXTENSION {aka struct X509_extension_st}’
- { "object", offsetof(X509_EXTENSION, object),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68305:15: error: initializer element is not constant
- { "object", offsetof(X509_EXTENSION, object),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68305:15: note: (near initialization for ‘_cffi_fields[75].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68306:43: error: request for member ‘object’ in something not a structure or union
- sizeof(((X509_EXTENSION *)0)->object),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68306:15: error: initializer element is not constant
- sizeof(((X509_EXTENSION *)0)->object),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68306:15: note: (near initialization for ‘_cffi_fields[75].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68308:3: error: invalid use of incomplete typedef ‘X509_EXTENSION {aka struct X509_extension_st}’
- { "critical", offsetof(X509_EXTENSION, critical),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68308:17: error: initializer element is not constant
- { "critical", offsetof(X509_EXTENSION, critical),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68308:17: note: (near initialization for ‘_cffi_fields[76].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68309:45: error: request for member ‘critical’ in something not a structure or union
- sizeof(((X509_EXTENSION *)0)->critical),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68309:17: error: initializer element is not constant
- sizeof(((X509_EXTENSION *)0)->critical),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68309:17: note: (near initialization for ‘_cffi_fields[76].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68311:3: error: invalid use of incomplete typedef ‘X509_EXTENSION {aka struct X509_extension_st}’
- { "value", offsetof(X509_EXTENSION, value),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68311:14: error: initializer element is not constant
- { "value", offsetof(X509_EXTENSION, value),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68311:14: note: (near initialization for ‘_cffi_fields[77].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68312:42: error: request for member ‘value’ in something not a structure or union
- sizeof(((X509_EXTENSION *)0)->value),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68312:14: error: initializer element is not constant
- sizeof(((X509_EXTENSION *)0)->value),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68312:14: note: (near initialization for ‘_cffi_fields[77].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68314:3: error: invalid use of incomplete typedef ‘X509_NAME {aka struct X509_name_st}’
- { "entries", offsetof(X509_NAME, entries),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68314:16: error: initializer element is not constant
- { "entries", offsetof(X509_NAME, entries),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68314:16: note: (near initialization for ‘_cffi_fields[78].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68315:39: error: request for member ‘entries’ in something not a structure or union
- sizeof(((X509_NAME *)0)->entries),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68315:16: error: initializer element is not constant
- sizeof(((X509_NAME *)0)->entries),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68315:16: note: (near initialization for ‘_cffi_fields[78].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68317:3: error: invalid use of incomplete typedef ‘X509_REQ {aka struct X509_req_st}’
- { "req_info", offsetof(X509_REQ, req_info),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68317:17: error: initializer element is not constant
- { "req_info", offsetof(X509_REQ, req_info),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68317:17: note: (near initialization for ‘_cffi_fields[79].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68318:39: error: request for member ‘req_info’ in something not a structure or union
- sizeof(((X509_REQ *)0)->req_info),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68318:17: error: initializer element is not constant
- sizeof(((X509_REQ *)0)->req_info),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68318:17: note: (near initialization for ‘_cffi_fields[79].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68320:3: error: invalid use of incomplete typedef ‘X509_REQ {aka struct X509_req_st}’
- { "sig_alg", offsetof(X509_REQ, sig_alg),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68320:16: error: initializer element is not constant
- { "sig_alg", offsetof(X509_REQ, sig_alg),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68320:16: note: (near initialization for ‘_cffi_fields[80].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68321:38: error: request for member ‘sig_alg’ in something not a structure or union
- sizeof(((X509_REQ *)0)->sig_alg),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68321:16: error: initializer element is not constant
- sizeof(((X509_REQ *)0)->sig_alg),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68321:16: note: (near initialization for ‘_cffi_fields[80].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68323:3: error: invalid use of incomplete typedef ‘X509_REQ {aka struct X509_req_st}’
- { "signature", offsetof(X509_REQ, signature),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68323:18: error: initializer element is not constant
- { "signature", offsetof(X509_REQ, signature),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68323:18: note: (near initialization for ‘_cffi_fields[81].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68324:40: error: request for member ‘signature’ in something not a structure or union
- sizeof(((X509_REQ *)0)->signature),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68324:18: error: initializer element is not constant
- sizeof(((X509_REQ *)0)->signature),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68324:18: note: (near initialization for ‘_cffi_fields[81].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68326:3: error: invalid use of incomplete typedef ‘X509_REVOKED {aka struct x509_revoked_st}’
- { "serialNumber", offsetof(X509_REVOKED, serialNumber),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68326:21: error: initializer element is not constant
- { "serialNumber", offsetof(X509_REVOKED, serialNumber),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68326:21: note: (near initialization for ‘_cffi_fields[82].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68327:47: error: request for member ‘serialNumber’ in something not a structure or union
- sizeof(((X509_REVOKED *)0)->serialNumber),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68327:21: error: initializer element is not constant
- sizeof(((X509_REVOKED *)0)->serialNumber),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68327:21: note: (near initialization for ‘_cffi_fields[82].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68329:3: error: invalid use of incomplete typedef ‘X509_REVOKED {aka struct x509_revoked_st}’
- { "revocationDate", offsetof(X509_REVOKED, revocationDate),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68329:23: error: initializer element is not constant
- { "revocationDate", offsetof(X509_REVOKED, revocationDate),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68329:23: note: (near initialization for ‘_cffi_fields[83].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68330:49: error: request for member ‘revocationDate’ in something not a structure or union
- sizeof(((X509_REVOKED *)0)->revocationDate),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68330:23: error: initializer element is not constant
- sizeof(((X509_REVOKED *)0)->revocationDate),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68330:23: note: (near initialization for ‘_cffi_fields[83].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68332:3: error: invalid use of incomplete typedef ‘X509_REVOKED {aka struct x509_revoked_st}’
- { "extensions", offsetof(X509_REVOKED, extensions),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68332:19: error: initializer element is not constant
- { "extensions", offsetof(X509_REVOKED, extensions),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68332:19: note: (near initialization for ‘_cffi_fields[84].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68333:45: error: request for member ‘extensions’ in something not a structure or union
- sizeof(((X509_REVOKED *)0)->extensions),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68333:19: error: initializer element is not constant
- sizeof(((X509_REVOKED *)0)->extensions),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68333:19: note: (near initialization for ‘_cffi_fields[84].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68335:3: error: invalid use of incomplete typedef ‘X509_REVOKED {aka struct x509_revoked_st}’
- { "sequence", offsetof(X509_REVOKED, sequence),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68335:17: error: initializer element is not constant
- { "sequence", offsetof(X509_REVOKED, sequence),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68335:17: note: (near initialization for ‘_cffi_fields[85].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68336:43: error: request for member ‘sequence’ in something not a structure or union
- sizeof(((X509_REVOKED *)0)->sequence),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68336:17: error: initializer element is not constant
- sizeof(((X509_REVOKED *)0)->sequence),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68336:17: note: (near initialization for ‘_cffi_fields[85].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68356:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "type", offsetof(BIO_METHOD, type),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68356:13: error: initializer element is not constant
- { "type", offsetof(BIO_METHOD, type),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68356:13: note: (near initialization for ‘_cffi_fields[92].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68357:37: error: request for member ‘type’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->type),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68357:13: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->type),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68357:13: note: (near initialization for ‘_cffi_fields[92].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68359:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "name", offsetof(BIO_METHOD, name),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68359:13: error: initializer element is not constant
- { "name", offsetof(BIO_METHOD, name),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68359:13: note: (near initialization for ‘_cffi_fields[93].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68360:37: error: request for member ‘name’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->name),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68360:13: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->name),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68360:13: note: (near initialization for ‘_cffi_fields[93].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68362:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "bwrite", offsetof(BIO_METHOD, bwrite),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68362:15: error: initializer element is not constant
- { "bwrite", offsetof(BIO_METHOD, bwrite),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68362:15: note: (near initialization for ‘_cffi_fields[94].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68363:39: error: request for member ‘bwrite’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->bwrite),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68363:15: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->bwrite),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68363:15: note: (near initialization for ‘_cffi_fields[94].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68365:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "bread", offsetof(BIO_METHOD, bread),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68365:14: error: initializer element is not constant
- { "bread", offsetof(BIO_METHOD, bread),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68365:14: note: (near initialization for ‘_cffi_fields[95].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68366:38: error: request for member ‘bread’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->bread),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68366:14: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->bread),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68366:14: note: (near initialization for ‘_cffi_fields[95].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68368:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "bputs", offsetof(BIO_METHOD, bputs),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68368:14: error: initializer element is not constant
- { "bputs", offsetof(BIO_METHOD, bputs),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68368:14: note: (near initialization for ‘_cffi_fields[96].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68369:38: error: request for member ‘bputs’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->bputs),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68369:14: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->bputs),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68369:14: note: (near initialization for ‘_cffi_fields[96].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68371:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "bgets", offsetof(BIO_METHOD, bgets),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68371:14: error: initializer element is not constant
- { "bgets", offsetof(BIO_METHOD, bgets),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68371:14: note: (near initialization for ‘_cffi_fields[97].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68372:38: error: request for member ‘bgets’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->bgets),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68372:14: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->bgets),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68372:14: note: (near initialization for ‘_cffi_fields[97].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68374:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "ctrl", offsetof(BIO_METHOD, ctrl),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68374:13: error: initializer element is not constant
- { "ctrl", offsetof(BIO_METHOD, ctrl),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68374:13: note: (near initialization for ‘_cffi_fields[98].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68375:37: error: request for member ‘ctrl’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->ctrl),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68375:13: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->ctrl),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68375:13: note: (near initialization for ‘_cffi_fields[98].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68377:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "create", offsetof(BIO_METHOD, create),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68377:15: error: initializer element is not constant
- { "create", offsetof(BIO_METHOD, create),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68377:15: note: (near initialization for ‘_cffi_fields[99].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68378:39: error: request for member ‘create’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->create),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68378:15: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->create),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68378:15: note: (near initialization for ‘_cffi_fields[99].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68380:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "destroy", offsetof(BIO_METHOD, destroy),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68380:16: error: initializer element is not constant
- { "destroy", offsetof(BIO_METHOD, destroy),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68380:16: note: (near initialization for ‘_cffi_fields[100].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68381:40: error: request for member ‘destroy’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->destroy),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68381:16: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->destroy),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68381:16: note: (near initialization for ‘_cffi_fields[100].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68383:3: error: invalid use of incomplete typedef ‘BIO_METHOD {aka struct bio_method_st}’
- { "callback_ctrl", offsetof(BIO_METHOD, callback_ctrl),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68383:22: error: initializer element is not constant
- { "callback_ctrl", offsetof(BIO_METHOD, callback_ctrl),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68383:22: note: (near initialization for ‘_cffi_fields[101].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68384:46: error: request for member ‘callback_ctrl’ in something not a structure or union
- sizeof(((BIO_METHOD *)0)->callback_ctrl),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68384:22: error: initializer element is not constant
- sizeof(((BIO_METHOD *)0)->callback_ctrl),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68384:22: note: (near initialization for ‘_cffi_fields[101].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68386:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "method", offsetof(BIO, method),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68386:15: error: initializer element is not constant
- { "method", offsetof(BIO, method),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68386:15: note: (near initialization for ‘_cffi_fields[102].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68387:32: error: request for member ‘method’ in something not a structure or union
- sizeof(((BIO *)0)->method),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68387:15: error: initializer element is not constant
- sizeof(((BIO *)0)->method),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68387:15: note: (near initialization for ‘_cffi_fields[102].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68389:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "callback", offsetof(BIO, callback),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68389:17: error: initializer element is not constant
- { "callback", offsetof(BIO, callback),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68389:17: note: (near initialization for ‘_cffi_fields[103].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68390:34: error: request for member ‘callback’ in something not a structure or union
- sizeof(((BIO *)0)->callback),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68390:17: error: initializer element is not constant
- sizeof(((BIO *)0)->callback),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68390:17: note: (near initialization for ‘_cffi_fields[103].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68392:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "cb_arg", offsetof(BIO, cb_arg),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68392:15: error: initializer element is not constant
- { "cb_arg", offsetof(BIO, cb_arg),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68392:15: note: (near initialization for ‘_cffi_fields[104].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68393:32: error: request for member ‘cb_arg’ in something not a structure or union
- sizeof(((BIO *)0)->cb_arg),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68393:15: error: initializer element is not constant
- sizeof(((BIO *)0)->cb_arg),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68393:15: note: (near initialization for ‘_cffi_fields[104].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68395:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "init", offsetof(BIO, init),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68395:13: error: initializer element is not constant
- { "init", offsetof(BIO, init),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68395:13: note: (near initialization for ‘_cffi_fields[105].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68396:30: error: request for member ‘init’ in something not a structure or union
- sizeof(((BIO *)0)->init),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68396:13: error: initializer element is not constant
- sizeof(((BIO *)0)->init),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68396:13: note: (near initialization for ‘_cffi_fields[105].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68398:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "shutdown", offsetof(BIO, shutdown),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68398:17: error: initializer element is not constant
- { "shutdown", offsetof(BIO, shutdown),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68398:17: note: (near initialization for ‘_cffi_fields[106].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68399:34: error: request for member ‘shutdown’ in something not a structure or union
- sizeof(((BIO *)0)->shutdown),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68399:17: error: initializer element is not constant
- sizeof(((BIO *)0)->shutdown),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68399:17: note: (near initialization for ‘_cffi_fields[106].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68401:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "flags", offsetof(BIO, flags),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68401:14: error: initializer element is not constant
- { "flags", offsetof(BIO, flags),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68401:14: note: (near initialization for ‘_cffi_fields[107].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68402:31: error: request for member ‘flags’ in something not a structure or union
- sizeof(((BIO *)0)->flags),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68402:14: error: initializer element is not constant
- sizeof(((BIO *)0)->flags),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68402:14: note: (near initialization for ‘_cffi_fields[107].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68404:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "retry_reason", offsetof(BIO, retry_reason),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68404:21: error: initializer element is not constant
- { "retry_reason", offsetof(BIO, retry_reason),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68404:21: note: (near initialization for ‘_cffi_fields[108].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68405:38: error: request for member ‘retry_reason’ in something not a structure or union
- sizeof(((BIO *)0)->retry_reason),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68405:21: error: initializer element is not constant
- sizeof(((BIO *)0)->retry_reason),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68405:21: note: (near initialization for ‘_cffi_fields[108].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68407:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "num", offsetof(BIO, num),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68407:12: error: initializer element is not constant
- { "num", offsetof(BIO, num),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68407:12: note: (near initialization for ‘_cffi_fields[109].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68408:29: error: request for member ‘num’ in something not a structure or union
- sizeof(((BIO *)0)->num),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68408:12: error: initializer element is not constant
- sizeof(((BIO *)0)->num),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68408:12: note: (near initialization for ‘_cffi_fields[109].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68410:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "ptr", offsetof(BIO, ptr),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68410:12: error: initializer element is not constant
- { "ptr", offsetof(BIO, ptr),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68410:12: note: (near initialization for ‘_cffi_fields[110].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68411:29: error: request for member ‘ptr’ in something not a structure or union
- sizeof(((BIO *)0)->ptr),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68411:12: error: initializer element is not constant
- sizeof(((BIO *)0)->ptr),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68411:12: note: (near initialization for ‘_cffi_fields[110].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68413:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "next_bio", offsetof(BIO, next_bio),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68413:17: error: initializer element is not constant
- { "next_bio", offsetof(BIO, next_bio),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68413:17: note: (near initialization for ‘_cffi_fields[111].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68414:34: error: request for member ‘next_bio’ in something not a structure or union
- sizeof(((BIO *)0)->next_bio),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68414:17: error: initializer element is not constant
- sizeof(((BIO *)0)->next_bio),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68414:17: note: (near initialization for ‘_cffi_fields[111].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68416:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "prev_bio", offsetof(BIO, prev_bio),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68416:17: error: initializer element is not constant
- { "prev_bio", offsetof(BIO, prev_bio),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68416:17: note: (near initialization for ‘_cffi_fields[112].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68417:34: error: request for member ‘prev_bio’ in something not a structure or union
- sizeof(((BIO *)0)->prev_bio),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68417:17: error: initializer element is not constant
- sizeof(((BIO *)0)->prev_bio),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68417:17: note: (near initialization for ‘_cffi_fields[112].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68419:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "references", offsetof(BIO, references),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68419:19: error: initializer element is not constant
- { "references", offsetof(BIO, references),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68419:19: note: (near initialization for ‘_cffi_fields[113].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68420:36: error: request for member ‘references’ in something not a structure or union
- sizeof(((BIO *)0)->references),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68420:19: error: initializer element is not constant
- sizeof(((BIO *)0)->references),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68420:19: note: (near initialization for ‘_cffi_fields[113].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68422:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "num_read", offsetof(BIO, num_read),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68422:17: error: initializer element is not constant
- { "num_read", offsetof(BIO, num_read),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68422:17: note: (near initialization for ‘_cffi_fields[114].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68423:34: error: request for member ‘num_read’ in something not a structure or union
- sizeof(((BIO *)0)->num_read),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68423:17: error: initializer element is not constant
- sizeof(((BIO *)0)->num_read),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68423:17: note: (near initialization for ‘_cffi_fields[114].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68425:3: error: invalid use of incomplete typedef ‘BIO {aka struct bio_st}’
- { "num_write", offsetof(BIO, num_write),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68425:18: error: initializer element is not constant
- { "num_write", offsetof(BIO, num_write),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68425:18: note: (near initialization for ‘_cffi_fields[115].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68426:35: error: request for member ‘num_write’ in something not a structure or union
- sizeof(((BIO *)0)->num_write),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68426:18: error: initializer element is not constant
- sizeof(((BIO *)0)->num_write),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68426:18: note: (near initialization for ‘_cffi_fields[115].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68428:3: error: invalid use of incomplete typedef ‘DH {aka struct dh_st}’
- { "p", offsetof(DH, p),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68428:10: error: initializer element is not constant
- { "p", offsetof(DH, p),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68428:10: note: (near initialization for ‘_cffi_fields[116].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68429:26: error: request for member ‘p’ in something not a structure or union
- sizeof(((DH *)0)->p),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68429:10: error: initializer element is not constant
- sizeof(((DH *)0)->p),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68429:10: note: (near initialization for ‘_cffi_fields[116].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68431:3: error: invalid use of incomplete typedef ‘DH {aka struct dh_st}’
- { "g", offsetof(DH, g),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68431:10: error: initializer element is not constant
- { "g", offsetof(DH, g),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68431:10: note: (near initialization for ‘_cffi_fields[117].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68432:26: error: request for member ‘g’ in something not a structure or union
- sizeof(((DH *)0)->g),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68432:10: error: initializer element is not constant
- sizeof(((DH *)0)->g),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68432:10: note: (near initialization for ‘_cffi_fields[117].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68434:3: error: invalid use of incomplete typedef ‘DH {aka struct dh_st}’
- { "priv_key", offsetof(DH, priv_key),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68434:17: error: initializer element is not constant
- { "priv_key", offsetof(DH, priv_key),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68434:17: note: (near initialization for ‘_cffi_fields[118].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68435:33: error: request for member ‘priv_key’ in something not a structure or union
- sizeof(((DH *)0)->priv_key),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68435:17: error: initializer element is not constant
- sizeof(((DH *)0)->priv_key),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68435:17: note: (near initialization for ‘_cffi_fields[118].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68437:3: error: invalid use of incomplete typedef ‘DH {aka struct dh_st}’
- { "pub_key", offsetof(DH, pub_key),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68437:16: error: initializer element is not constant
- { "pub_key", offsetof(DH, pub_key),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68437:16: note: (near initialization for ‘_cffi_fields[119].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68438:32: error: request for member ‘pub_key’ in something not a structure or union
- sizeof(((DH *)0)->pub_key),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68438:16: error: initializer element is not constant
- sizeof(((DH *)0)->pub_key),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68438:16: note: (near initialization for ‘_cffi_fields[119].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68440:3: error: invalid use of incomplete typedef ‘DH {aka struct dh_st}’
- { "q", offsetof(DH, q),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68440:10: error: initializer element is not constant
- { "q", offsetof(DH, q),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68440:10: note: (near initialization for ‘_cffi_fields[120].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68441:26: error: request for member ‘q’ in something not a structure or union
- sizeof(((DH *)0)->q),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68441:10: error: initializer element is not constant
- sizeof(((DH *)0)->q),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68441:10: note: (near initialization for ‘_cffi_fields[120].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68443:3: error: invalid use of incomplete typedef ‘DH {aka struct dh_st}’
- { "j", offsetof(DH, j),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68443:10: error: initializer element is not constant
- { "j", offsetof(DH, j),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68443:10: note: (near initialization for ‘_cffi_fields[121].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68444:26: error: request for member ‘j’ in something not a structure or union
- sizeof(((DH *)0)->j),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68444:10: error: initializer element is not constant
- sizeof(((DH *)0)->j),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68444:10: note: (near initialization for ‘_cffi_fields[121].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68446:3: error: invalid use of incomplete typedef ‘DSA {aka struct dsa_st}’
- { "p", offsetof(DSA, p),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68446:10: error: initializer element is not constant
- { "p", offsetof(DSA, p),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68446:10: note: (near initialization for ‘_cffi_fields[122].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68447:27: error: request for member ‘p’ in something not a structure or union
- sizeof(((DSA *)0)->p),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68447:10: error: initializer element is not constant
- sizeof(((DSA *)0)->p),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68447:10: note: (near initialization for ‘_cffi_fields[122].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68449:3: error: invalid use of incomplete typedef ‘DSA {aka struct dsa_st}’
- { "q", offsetof(DSA, q),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68449:10: error: initializer element is not constant
- { "q", offsetof(DSA, q),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68449:10: note: (near initialization for ‘_cffi_fields[123].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68450:27: error: request for member ‘q’ in something not a structure or union
- sizeof(((DSA *)0)->q),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68450:10: error: initializer element is not constant
- sizeof(((DSA *)0)->q),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68450:10: note: (near initialization for ‘_cffi_fields[123].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68452:3: error: invalid use of incomplete typedef ‘DSA {aka struct dsa_st}’
- { "g", offsetof(DSA, g),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68452:10: error: initializer element is not constant
- { "g", offsetof(DSA, g),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68452:10: note: (near initialization for ‘_cffi_fields[124].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68453:27: error: request for member ‘g’ in something not a structure or union
- sizeof(((DSA *)0)->g),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68453:10: error: initializer element is not constant
- sizeof(((DSA *)0)->g),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68453:10: note: (near initialization for ‘_cffi_fields[124].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68455:3: error: invalid use of incomplete typedef ‘DSA {aka struct dsa_st}’
- { "priv_key", offsetof(DSA, priv_key),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68455:17: error: initializer element is not constant
- { "priv_key", offsetof(DSA, priv_key),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68455:17: note: (near initialization for ‘_cffi_fields[125].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68456:34: error: request for member ‘priv_key’ in something not a structure or union
- sizeof(((DSA *)0)->priv_key),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68456:17: error: initializer element is not constant
- sizeof(((DSA *)0)->priv_key),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68456:17: note: (near initialization for ‘_cffi_fields[125].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68458:3: error: invalid use of incomplete typedef ‘DSA {aka struct dsa_st}’
- { "pub_key", offsetof(DSA, pub_key),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68458:16: error: initializer element is not constant
- { "pub_key", offsetof(DSA, pub_key),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68458:16: note: (near initialization for ‘_cffi_fields[126].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68459:33: error: request for member ‘pub_key’ in something not a structure or union
- sizeof(((DSA *)0)->pub_key),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68459:16: error: initializer element is not constant
- sizeof(((DSA *)0)->pub_key),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68459:16: note: (near initialization for ‘_cffi_fields[126].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68461:3: error: invalid use of incomplete typedef ‘EVP_PKEY {aka struct evp_pkey_st}’
- { "type", offsetof(EVP_PKEY, type),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68461:13: error: initializer element is not constant
- { "type", offsetof(EVP_PKEY, type),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68461:13: note: (near initialization for ‘_cffi_fields[127].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68462:35: error: request for member ‘type’ in something not a structure or union
- sizeof(((EVP_PKEY *)0)->type),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68462:13: error: initializer element is not constant
- sizeof(((EVP_PKEY *)0)->type),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68462:13: note: (near initialization for ‘_cffi_fields[127].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68464:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "n", offsetof(RSA, n),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68464:10: error: initializer element is not constant
- { "n", offsetof(RSA, n),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68464:10: note: (near initialization for ‘_cffi_fields[128].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68465:27: error: request for member ‘n’ in something not a structure or union
- sizeof(((RSA *)0)->n),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68465:10: error: initializer element is not constant
- sizeof(((RSA *)0)->n),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68465:10: note: (near initialization for ‘_cffi_fields[128].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68467:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "e", offsetof(RSA, e),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68467:10: error: initializer element is not constant
- { "e", offsetof(RSA, e),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68467:10: note: (near initialization for ‘_cffi_fields[129].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68468:27: error: request for member ‘e’ in something not a structure or union
- sizeof(((RSA *)0)->e),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68468:10: error: initializer element is not constant
- sizeof(((RSA *)0)->e),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68468:10: note: (near initialization for ‘_cffi_fields[129].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68470:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "d", offsetof(RSA, d),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68470:10: error: initializer element is not constant
- { "d", offsetof(RSA, d),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68470:10: note: (near initialization for ‘_cffi_fields[130].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68471:27: error: request for member ‘d’ in something not a structure or union
- sizeof(((RSA *)0)->d),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68471:10: error: initializer element is not constant
- sizeof(((RSA *)0)->d),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68471:10: note: (near initialization for ‘_cffi_fields[130].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68473:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "p", offsetof(RSA, p),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68473:10: error: initializer element is not constant
- { "p", offsetof(RSA, p),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68473:10: note: (near initialization for ‘_cffi_fields[131].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68474:27: error: request for member ‘p’ in something not a structure or union
- sizeof(((RSA *)0)->p),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68474:10: error: initializer element is not constant
- sizeof(((RSA *)0)->p),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68474:10: note: (near initialization for ‘_cffi_fields[131].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68476:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "q", offsetof(RSA, q),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68476:10: error: initializer element is not constant
- { "q", offsetof(RSA, q),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68476:10: note: (near initialization for ‘_cffi_fields[132].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68477:27: error: request for member ‘q’ in something not a structure or union
- sizeof(((RSA *)0)->q),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68477:10: error: initializer element is not constant
- sizeof(((RSA *)0)->q),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68477:10: note: (near initialization for ‘_cffi_fields[132].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68479:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "dmp1", offsetof(RSA, dmp1),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68479:13: error: initializer element is not constant
- { "dmp1", offsetof(RSA, dmp1),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68479:13: note: (near initialization for ‘_cffi_fields[133].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68480:30: error: request for member ‘dmp1’ in something not a structure or union
- sizeof(((RSA *)0)->dmp1),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68480:13: error: initializer element is not constant
- sizeof(((RSA *)0)->dmp1),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68480:13: note: (near initialization for ‘_cffi_fields[133].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68482:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "dmq1", offsetof(RSA, dmq1),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68482:13: error: initializer element is not constant
- { "dmq1", offsetof(RSA, dmq1),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68482:13: note: (near initialization for ‘_cffi_fields[134].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68483:30: error: request for member ‘dmq1’ in something not a structure or union
- sizeof(((RSA *)0)->dmq1),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68483:13: error: initializer element is not constant
- sizeof(((RSA *)0)->dmq1),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68483:13: note: (near initialization for ‘_cffi_fields[134].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68485:3: error: invalid use of incomplete typedef ‘RSA {aka struct rsa_st}’
- { "iqmp", offsetof(RSA, iqmp),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68485:13: error: initializer element is not constant
- { "iqmp", offsetof(RSA, iqmp),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68485:13: note: (near initialization for ‘_cffi_fields[135].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68486:30: error: request for member ‘iqmp’ in something not a structure or union
- sizeof(((RSA *)0)->iqmp),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68486:13: error: initializer element is not constant
- sizeof(((RSA *)0)->iqmp),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68486:13: note: (near initialization for ‘_cffi_fields[135].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68488:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "ctx", offsetof(X509_STORE_CTX, ctx),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68488:12: error: initializer element is not constant
- { "ctx", offsetof(X509_STORE_CTX, ctx),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68488:12: note: (near initialization for ‘_cffi_fields[136].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68489:40: error: request for member ‘ctx’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->ctx),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68489:12: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->ctx),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68489:12: note: (near initialization for ‘_cffi_fields[136].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68491:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "current_method", offsetof(X509_STORE_CTX, current_method),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68491:23: error: initializer element is not constant
- { "current_method", offsetof(X509_STORE_CTX, current_method),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68491:23: note: (near initialization for ‘_cffi_fields[137].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68492:51: error: request for member ‘current_method’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->current_method),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68492:23: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->current_method),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68492:23: note: (near initialization for ‘_cffi_fields[137].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68494:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "cert", offsetof(X509_STORE_CTX, cert),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68494:13: error: initializer element is not constant
- { "cert", offsetof(X509_STORE_CTX, cert),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68494:13: note: (near initialization for ‘_cffi_fields[138].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68495:41: error: request for member ‘cert’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->cert),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68495:13: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->cert),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68495:13: note: (near initialization for ‘_cffi_fields[138].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68497:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "untrusted", offsetof(X509_STORE_CTX, untrusted),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68497:18: error: initializer element is not constant
- { "untrusted", offsetof(X509_STORE_CTX, untrusted),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68497:18: note: (near initialization for ‘_cffi_fields[139].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68498:46: error: request for member ‘untrusted’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->untrusted),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68498:18: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->untrusted),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68498:18: note: (near initialization for ‘_cffi_fields[139].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68500:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "crls", offsetof(X509_STORE_CTX, crls),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68500:13: error: initializer element is not constant
- { "crls", offsetof(X509_STORE_CTX, crls),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68500:13: note: (near initialization for ‘_cffi_fields[140].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68501:41: error: request for member ‘crls’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->crls),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68501:13: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->crls),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68501:13: note: (near initialization for ‘_cffi_fields[140].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68503:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "param", offsetof(X509_STORE_CTX, param),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68503:14: error: initializer element is not constant
- { "param", offsetof(X509_STORE_CTX, param),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68503:14: note: (near initialization for ‘_cffi_fields[141].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68504:42: error: request for member ‘param’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->param),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68504:14: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->param),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68504:14: note: (near initialization for ‘_cffi_fields[141].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68506:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "other_ctx", offsetof(X509_STORE_CTX, other_ctx),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68506:18: error: initializer element is not constant
- { "other_ctx", offsetof(X509_STORE_CTX, other_ctx),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68506:18: note: (near initialization for ‘_cffi_fields[142].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68507:46: error: request for member ‘other_ctx’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->other_ctx),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68507:18: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->other_ctx),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68507:18: note: (near initialization for ‘_cffi_fields[142].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68509:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "verify", offsetof(X509_STORE_CTX, verify),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68509:15: error: initializer element is not constant
- { "verify", offsetof(X509_STORE_CTX, verify),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68509:15: note: (near initialization for ‘_cffi_fields[143].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68510:43: error: request for member ‘verify’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->verify),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68510:15: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->verify),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68510:15: note: (near initialization for ‘_cffi_fields[143].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68512:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "verify_cb", offsetof(X509_STORE_CTX, verify_cb),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68512:18: error: initializer element is not constant
- { "verify_cb", offsetof(X509_STORE_CTX, verify_cb),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68512:18: note: (near initialization for ‘_cffi_fields[144].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68513:46: error: request for member ‘verify_cb’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->verify_cb),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68513:18: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->verify_cb),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68513:18: note: (near initialization for ‘_cffi_fields[144].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68515:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- { "get_issuer", offsetof(X509_STORE_CTX, get_issuer),
- ^
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68515:19: error: initializer element is not constant
- { "get_issuer", offsetof(X509_STORE_CTX, get_issuer),
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68515:19: note: (near initialization for ‘_cffi_fields[145].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:68516:47: error: request for member ‘get_issuer’ in something not a structure or union
- sizeof(((X509_STORE_CTX *)0)->get_issuer),
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68516:19: error: initializer element is not constant
- sizeof(((X509_STORE_CTX *)0)->get_issuer),
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68516:19: note: (near initialization for ‘_cffi_fields[145].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:68720:12: error: invalid application of ‘sizeof’ to incomplete type ‘DSA_SIG {aka struct DSA_SIG_st}’
- sizeof(DSA_SIG), offsetof(struct _cffi_align_typedef_DSA_SIG, y), 12, 2 },
- ^~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68720:5: error: initializer element is not constant
- sizeof(DSA_SIG), offsetof(struct _cffi_align_typedef_DSA_SIG, y), 12, 2 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68720:5: note: (near initialization for ‘_cffi_struct_unions[57].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68720:22: error: initializer element is not constant
- sizeof(DSA_SIG), offsetof(struct _cffi_align_typedef_DSA_SIG, y), 12, 2 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68720:22: note: (near initialization for ‘_cffi_struct_unions[57].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68726:12: error: invalid application of ‘sizeof’ to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
- sizeof(ECDSA_SIG), offsetof(struct _cffi_align_typedef_ECDSA_SIG, y), 14, 2 },
- ^~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68726:5: error: initializer element is not constant
- sizeof(ECDSA_SIG), offsetof(struct _cffi_align_typedef_ECDSA_SIG, y), 14, 2 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68726:5: note: (near initialization for ‘_cffi_struct_unions[60].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68726:24: error: initializer element is not constant
- sizeof(ECDSA_SIG), offsetof(struct _cffi_align_typedef_ECDSA_SIG, y), 14, 2 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68726:24: note: (near initialization for ‘_cffi_struct_unions[60].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68746:12: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
- sizeof(EVP_CIPHER_CTX), offsetof(struct _cffi_align_typedef_EVP_CIPHER_CTX, y), 18, 3 },
- ^~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68746:5: error: initializer element is not constant
- sizeof(EVP_CIPHER_CTX), offsetof(struct _cffi_align_typedef_EVP_CIPHER_CTX, y), 18, 3 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68746:5: note: (near initialization for ‘_cffi_struct_unions[70].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68746:29: error: initializer element is not constant
- sizeof(EVP_CIPHER_CTX), offsetof(struct _cffi_align_typedef_EVP_CIPHER_CTX, y), 18, 3 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68746:29: note: (near initialization for ‘_cffi_struct_unions[70].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68758:12: error: invalid application of ‘sizeof’ to incomplete type ‘HMAC_CTX {aka struct hmac_ctx_st}’
- sizeof(HMAC_CTX), offsetof(struct _cffi_align_typedef_HMAC_CTX, y), 26, 0 },
- ^~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68758:5: error: initializer element is not constant
- sizeof(HMAC_CTX), offsetof(struct _cffi_align_typedef_HMAC_CTX, y), 26, 0 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68758:5: note: (near initialization for ‘_cffi_struct_unions[76].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68758:23: error: initializer element is not constant
- sizeof(HMAC_CTX), offsetof(struct _cffi_align_typedef_HMAC_CTX, y), 26, 0 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68758:23: note: (near initialization for ‘_cffi_struct_unions[76].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68792:12: error: invalid application of ‘sizeof’ to incomplete type ‘SSL {aka struct ssl_st}’
- sizeof(SSL), offsetof(struct _cffi_align_typedef_SSL, y), 48, 4 },
- ^~~
- build/temp.linux-x86_64-2.7/_openssl.c:68792:5: error: initializer element is not constant
- sizeof(SSL), offsetof(struct _cffi_align_typedef_SSL, y), 48, 4 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68792:5: note: (near initialization for ‘_cffi_struct_unions[93].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68792:18: error: initializer element is not constant
- sizeof(SSL), offsetof(struct _cffi_align_typedef_SSL, y), 48, 4 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68792:18: note: (near initialization for ‘_cffi_struct_unions[93].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68794:5: error: initializer element is not constant
- sizeof(SSL3_STATE), offsetof(struct _cffi_align_typedef_SSL3_STATE, y), 52, 2 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68794:5: note: (near initialization for ‘_cffi_struct_unions[94].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68794:25: error: ‘struct _cffi_align_typedef_SSL3_STATE’ has no member named ‘y’
- sizeof(SSL3_STATE), offsetof(struct _cffi_align_typedef_SSL3_STATE, y), 52, 2 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68794:25: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:68794:25: note: (near initialization for ‘_cffi_struct_unions[94].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68802:12: error: invalid application of ‘sizeof’ to incomplete type ‘SSL_SESSION {aka struct ssl_session_st}’
- sizeof(SSL_SESSION), offsetof(struct _cffi_align_typedef_SSL_SESSION, y), 54, 6 },
- ^~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68802:5: error: initializer element is not constant
- sizeof(SSL_SESSION), offsetof(struct _cffi_align_typedef_SSL_SESSION, y), 54, 6 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68802:5: note: (near initialization for ‘_cffi_struct_unions[98].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68802:26: error: initializer element is not constant
- sizeof(SSL_SESSION), offsetof(struct _cffi_align_typedef_SSL_SESSION, y), 54, 6 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68802:26: note: (near initialization for ‘_cffi_struct_unions[98].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68810:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509 {aka struct x509_st}’
- sizeof(X509), offsetof(struct _cffi_align_typedef_X509, y), 62, 3 },
- ^~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68810:5: error: initializer element is not constant
- sizeof(X509), offsetof(struct _cffi_align_typedef_X509, y), 62, 3 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68810:5: note: (near initialization for ‘_cffi_struct_unions[102].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68810:19: error: initializer element is not constant
- sizeof(X509), offsetof(struct _cffi_align_typedef_X509, y), 62, 3 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68810:19: note: (near initialization for ‘_cffi_struct_unions[102].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68820:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_CINF {aka struct x509_cinf_st}’
- sizeof(X509_CINF), offsetof(struct _cffi_align_typedef_X509_CINF, y), 70, 1 },
- ^~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68820:5: error: initializer element is not constant
- sizeof(X509_CINF), offsetof(struct _cffi_align_typedef_X509_CINF, y), 70, 1 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68820:5: note: (near initialization for ‘_cffi_struct_unions[107].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68820:24: error: initializer element is not constant
- sizeof(X509_CINF), offsetof(struct _cffi_align_typedef_X509_CINF, y), 70, 1 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68820:24: note: (near initialization for ‘_cffi_struct_unions[107].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68822:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_CRL {aka struct X509_crl_st}’
- sizeof(X509_CRL), offsetof(struct _cffi_align_typedef_X509_CRL, y), 71, 3 },
- ^~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68822:5: error: initializer element is not constant
- sizeof(X509_CRL), offsetof(struct _cffi_align_typedef_X509_CRL, y), 71, 3 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68822:5: note: (near initialization for ‘_cffi_struct_unions[108].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68822:23: error: initializer element is not constant
- sizeof(X509_CRL), offsetof(struct _cffi_align_typedef_X509_CRL, y), 71, 3 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68822:23: note: (near initialization for ‘_cffi_struct_unions[108].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68824:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_CRL_INFO {aka struct X509_crl_info_st}’
- sizeof(X509_CRL_INFO), offsetof(struct _cffi_align_typedef_X509_CRL_INFO, y), 74, 1 },
- ^~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68824:5: error: initializer element is not constant
- sizeof(X509_CRL_INFO), offsetof(struct _cffi_align_typedef_X509_CRL_INFO, y), 74, 1 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68824:5: note: (near initialization for ‘_cffi_struct_unions[109].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68824:28: error: initializer element is not constant
- sizeof(X509_CRL_INFO), offsetof(struct _cffi_align_typedef_X509_CRL_INFO, y), 74, 1 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68824:28: note: (near initialization for ‘_cffi_struct_unions[109].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68826:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_EXTENSION {aka struct X509_extension_st}’
- sizeof(X509_EXTENSION), offsetof(struct _cffi_align_typedef_X509_EXTENSION, y), 75, 3 },
- ^~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68826:5: error: initializer element is not constant
- sizeof(X509_EXTENSION), offsetof(struct _cffi_align_typedef_X509_EXTENSION, y), 75, 3 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68826:5: note: (near initialization for ‘_cffi_struct_unions[110].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68826:29: error: initializer element is not constant
- sizeof(X509_EXTENSION), offsetof(struct _cffi_align_typedef_X509_EXTENSION, y), 75, 3 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68826:29: note: (near initialization for ‘_cffi_struct_unions[110].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68830:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_NAME {aka struct X509_name_st}’
- sizeof(X509_NAME), offsetof(struct _cffi_align_typedef_X509_NAME, y), 78, 1 },
- ^~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68830:5: error: initializer element is not constant
- sizeof(X509_NAME), offsetof(struct _cffi_align_typedef_X509_NAME, y), 78, 1 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68830:5: note: (near initialization for ‘_cffi_struct_unions[112].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68830:24: error: initializer element is not constant
- sizeof(X509_NAME), offsetof(struct _cffi_align_typedef_X509_NAME, y), 78, 1 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68830:24: note: (near initialization for ‘_cffi_struct_unions[112].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68834:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_REQ {aka struct X509_req_st}’
- sizeof(X509_REQ), offsetof(struct _cffi_align_typedef_X509_REQ, y), 79, 3 },
- ^~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68834:5: error: initializer element is not constant
- sizeof(X509_REQ), offsetof(struct _cffi_align_typedef_X509_REQ, y), 79, 3 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68834:5: note: (near initialization for ‘_cffi_struct_unions[114].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68834:23: error: initializer element is not constant
- sizeof(X509_REQ), offsetof(struct _cffi_align_typedef_X509_REQ, y), 79, 3 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68834:23: note: (near initialization for ‘_cffi_struct_unions[114].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68838:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_REVOKED {aka struct x509_revoked_st}’
- sizeof(X509_REVOKED), offsetof(struct _cffi_align_typedef_X509_REVOKED, y), 82, 4 },
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68838:5: error: initializer element is not constant
- sizeof(X509_REVOKED), offsetof(struct _cffi_align_typedef_X509_REVOKED, y), 82, 4 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68838:5: note: (near initialization for ‘_cffi_struct_unions[116].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68838:27: error: initializer element is not constant
- sizeof(X509_REVOKED), offsetof(struct _cffi_align_typedef_X509_REVOKED, y), 82, 4 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68838:27: note: (near initialization for ‘_cffi_struct_unions[116].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68852:12: error: invalid application of ‘sizeof’ to incomplete type ‘BIO_METHOD {aka struct bio_method_st}’
- sizeof(BIO_METHOD), offsetof(struct _cffi_align__BIO_METHOD, y), 92, 10 },
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68852:5: error: initializer element is not constant
- sizeof(BIO_METHOD), offsetof(struct _cffi_align__BIO_METHOD, y), 92, 10 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68852:5: note: (near initialization for ‘_cffi_struct_unions[123].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68852:25: error: initializer element is not constant
- sizeof(BIO_METHOD), offsetof(struct _cffi_align__BIO_METHOD, y), 92, 10 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68852:25: note: (near initialization for ‘_cffi_struct_unions[123].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68854:12: error: invalid application of ‘sizeof’ to incomplete type ‘BIO {aka struct bio_st}’
- sizeof(BIO), offsetof(struct _cffi_align__BIO, y), 102, 14 },
- ^~~
- build/temp.linux-x86_64-2.7/_openssl.c:68854:5: error: initializer element is not constant
- sizeof(BIO), offsetof(struct _cffi_align__BIO, y), 102, 14 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68854:5: note: (near initialization for ‘_cffi_struct_unions[124].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68854:18: error: initializer element is not constant
- sizeof(BIO), offsetof(struct _cffi_align__BIO, y), 102, 14 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68854:18: note: (near initialization for ‘_cffi_struct_unions[124].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68856:12: error: invalid application of ‘sizeof’ to incomplete type ‘DH {aka struct dh_st}’
- sizeof(DH), offsetof(struct _cffi_align__DH, y), 116, 6 },
- ^~
- build/temp.linux-x86_64-2.7/_openssl.c:68856:5: error: initializer element is not constant
- sizeof(DH), offsetof(struct _cffi_align__DH, y), 116, 6 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68856:5: note: (near initialization for ‘_cffi_struct_unions[125].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68856:17: error: initializer element is not constant
- sizeof(DH), offsetof(struct _cffi_align__DH, y), 116, 6 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68856:17: note: (near initialization for ‘_cffi_struct_unions[125].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68858:12: error: invalid application of ‘sizeof’ to incomplete type ‘DSA {aka struct dsa_st}’
- sizeof(DSA), offsetof(struct _cffi_align__DSA, y), 122, 5 },
- ^~~
- build/temp.linux-x86_64-2.7/_openssl.c:68858:5: error: initializer element is not constant
- sizeof(DSA), offsetof(struct _cffi_align__DSA, y), 122, 5 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68858:5: note: (near initialization for ‘_cffi_struct_unions[126].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68858:18: error: initializer element is not constant
- sizeof(DSA), offsetof(struct _cffi_align__DSA, y), 122, 5 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68858:18: note: (near initialization for ‘_cffi_struct_unions[126].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68860:12: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_MD_CTX {aka struct evp_md_ctx_st}’
- sizeof(EVP_MD_CTX), offsetof(struct _cffi_align__EVP_MD_CTX, y), 127, 0 },
- ^~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68860:5: error: initializer element is not constant
- sizeof(EVP_MD_CTX), offsetof(struct _cffi_align__EVP_MD_CTX, y), 127, 0 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68860:5: note: (near initialization for ‘_cffi_struct_unions[127].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68860:25: error: initializer element is not constant
- sizeof(EVP_MD_CTX), offsetof(struct _cffi_align__EVP_MD_CTX, y), 127, 0 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68860:25: note: (near initialization for ‘_cffi_struct_unions[127].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68862:12: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_PKEY {aka struct evp_pkey_st}’
- sizeof(EVP_PKEY), offsetof(struct _cffi_align__EVP_PKEY, y), 127, 1 },
- ^~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68862:5: error: initializer element is not constant
- sizeof(EVP_PKEY), offsetof(struct _cffi_align__EVP_PKEY, y), 127, 1 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68862:5: note: (near initialization for ‘_cffi_struct_unions[128].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68862:23: error: initializer element is not constant
- sizeof(EVP_PKEY), offsetof(struct _cffi_align__EVP_PKEY, y), 127, 1 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68862:23: note: (near initialization for ‘_cffi_struct_unions[128].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68864:12: error: invalid application of ‘sizeof’ to incomplete type ‘RSA {aka struct rsa_st}’
- sizeof(RSA), offsetof(struct _cffi_align__RSA, y), 128, 8 },
- ^~~
- build/temp.linux-x86_64-2.7/_openssl.c:68864:5: error: initializer element is not constant
- sizeof(RSA), offsetof(struct _cffi_align__RSA, y), 128, 8 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68864:5: note: (near initialization for ‘_cffi_struct_unions[129].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68864:18: error: initializer element is not constant
- sizeof(RSA), offsetof(struct _cffi_align__RSA, y), 128, 8 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68864:18: note: (near initialization for ‘_cffi_struct_unions[129].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:68868:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
- sizeof(X509_STORE_CTX), offsetof(struct _cffi_align__X509_STORE_CTX, y), 136, 10 },
- ^~~~~~~~~~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68868:5: error: initializer element is not constant
- sizeof(X509_STORE_CTX), offsetof(struct _cffi_align__X509_STORE_CTX, y), 136, 10 },
- ^~~~~~
- build/temp.linux-x86_64-2.7/_openssl.c:68868:5: note: (near initialization for ‘_cffi_struct_unions[131].size’)
- In file included from /usr/include/sched.h:28:0,
- from /usr/include/pthread.h:23,
- from /usr/include/openssl/crypto.h:406,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:445:
- build/temp.linux-x86_64-2.7/_openssl.c:68868:29: error: initializer element is not constant
- sizeof(X509_STORE_CTX), offsetof(struct _cffi_align__X509_STORE_CTX, y), 136, 10 },
- ^
- build/temp.linux-x86_64-2.7/_openssl.c:68868:29: note: (near initialization for ‘_cffi_struct_unions[131].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘Cryptography_SSL_CTX_get_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:2281:1: warning: control reaches end of non-void function [-Wreturn-type]
- }
- ^
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- Failed building wheel for cryptography
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement