Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JohnDoe ~ $ cd Documents/
- JohnDoe ~/Documents $ ls
- certbot-auto
- JohnDoe ~/Documents $ rm certbot-auto
- JohnDoe ~/Documents $ rm -rf ~/.local/share/letsencrypt
- JohnDoe ~/Documents $ sudo service apache2 status
- [sudo] password for JohnDoe:
- Apache2 is running (pid 41276).
- JohnDoe ~/Documents $ git clone https://github.com/letsencrypt/letsencrypt/
- Clonage dans 'letsencrypt'...
- remote: Counting objects: 44173, done.
- remote: Compressing objects: 100% (172/172), done.
- remote: Total 44173 (delta 91), reused 0 (delta 0), pack-reused 44001
- Réception d'objets: 100% (44173/44173), 12.97 MiB | 9.19 MiB/s, done.
- Résolution des deltas: 100% (31534/31534), done.
- Vérification de la connectivité... fait.
- JohnDoe ~/Documents $ cd letsencrypt
- JohnDoe ~/Documents/letsencrypt $ git reset --hard ce4e00569e6d8ed3d51c5a078d4281bec5f8e5f0
- HEAD est maintenant à ce4e005 Release 0.9.3
- JohnDoe ~/Documents/letsencrypt $ ./letsencrypt-auto --no-self-upgrade renew
- Bootstrapping dependencies for Debian-based OSes...
- Atteint http://packages.dotdeb.org wheezy Release.gpg
- Atteint http://packages.dotdeb.org wheezy-php56 Release.gpg
- Atteint http://packages.dotdeb.org wheezy-php55 Release.gpg
- Atteint http://packages.dotdeb.org wheezy Release
- Atteint http://packages.dotdeb.org wheezy-php56 Release
- Atteint http://packages.dotdeb.org wheezy-php55 Release
- Atteint http://packages.dotdeb.org wheezy/all Sources
- Atteint http://packages.dotdeb.org wheezy/all amd64 Packages
- Atteint http://dl.google.com stable Release.gpg
- Atteint http://packages.dotdeb.org wheezy-php56/all Sources
- Atteint http://packages.dotdeb.org wheezy-php56/all amd64 Packages
- Atteint http://ppa.launchpad.net trusty Release.gpg
- Atteint http://ppa.launchpad.net precise Release.gpg
- Atteint http://ppa.launchpad.net trusty Release
- Atteint http://dl.google.com stable Release
- Atteint http://ppa.launchpad.net precise Release
- Atteint http://dl.google.com stable/main amd64 Packages
- Atteint http://packages.dotdeb.org wheezy-php55/all amd64 Packages
- Atteint http://ppa.launchpad.net trusty/main Sources
- Atteint http://ppa.launchpad.net trusty/main amd64 Packages
- Atteint http://security.debian.org wheezy/updates Release.gpg
- Atteint http://ppa.launchpad.net trusty/main Translation-en
- Atteint http://ppa.launchpad.net precise/main Sources
- Atteint http://ppa.launchpad.net precise/main amd64 Packages
- Atteint http://security.debian.org wheezy/updates Release
- Atteint http://ppa.launchpad.net precise/main Translation-en
- Ign http://packages.dotdeb.org wheezy/all Translation-fr_FR
- Ign http://packages.dotdeb.org wheezy/all Translation-fr
- Ign http://packages.dotdeb.org wheezy/all Translation-en
- Ign http://packages.dotdeb.org wheezy-php56/all Translation-fr_FR
- Ign http://packages.dotdeb.org wheezy-php56/all Translation-fr
- Ign http://packages.dotdeb.org wheezy-php56/all Translation-en
- Ign http://packages.dotdeb.org wheezy-php55/all Translation-fr_FR
- Ign http://packages.dotdeb.org wheezy-php55/all Translation-fr
- Ign http://packages.dotdeb.org wheezy-php55/all Translation-en
- Atteint http://security.debian.org wheezy/updates/contrib Sources
- Atteint http://http.debian.net wheezy-backports Release.gpg
- Atteint http://security.debian.org wheezy/updates/non-free Sources
- Atteint http://security.debian.org wheezy/updates/contrib amd64 Packages
- Atteint http://http.debian.net wheezy-backports Release
- Atteint http://security.debian.org wheezy/updates/non-free amd64 Packages
- Atteint http://security.debian.org wheezy/updates/contrib Translation-en
- Atteint http://security.debian.org wheezy/updates/non-free Translation-en
- Atteint http://http.debian.net wheezy-backports/main amd64 Packages/DiffIndex
- Ign http://dl.google.com stable/main Translation-fr_FR
- Ign http://dl.google.com stable/main Translation-fr
- Ign http://dl.google.com stable/main Translation-en
- Atteint http://http.debian.net wheezy-backports/main Translation-en/DiffIndex
- Atteint https://get.docker.io docker Release.gpg
- Atteint https://get.docker.io docker Release
- Atteint https://get.docker.io docker/main amd64 Packages
- Ign https://get.docker.io docker/main Translation-fr_FR
- Ign https://get.docker.io docker/main Translation-fr
- Ign https://get.docker.io docker/main Translation-en
- Lecture des listes de paquets... Fait
- W: Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :
- 1397BC53640DB551
- Lecture des listes de paquets... Fait
- Construction de l'arbre des dépendances
- Lecture des informations d'état... Fait
- augeas-lenses est déjà la plus récente version disponible.
- libaugeas0 est déjà la plus récente version disponible.
- python est déjà la plus récente version disponible.
- python-dev est déjà la plus récente version disponible.
- libffi-dev est déjà la plus récente version disponible.
- libssl-dev est déjà la plus récente version disponible.
- gcc est déjà la plus récente version disponible.
- dialog est déjà la plus récente version disponible.
- python-virtualenv est déjà la plus récente version disponible.
- ca-certificates est déjà la plus récente version disponible.
- 0 mis à jour, 0 nouvellement installés, 0 à enlever et 5 non mis à jour.
- Creating virtual environment...
- Installing Python packages...
- Had a problem while installing Python packages.
- Collecting argparse==1.4.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 6))
- /home/JohnDoe/.local/share/letsencrypt/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
- SNIMissingWarning
- /home/JohnDoe/.local/share/letsencrypt/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
- InsecurePlatformWarning
- Downloading argparse-1.4.0-py2.py3-none-any.whl
- Collecting pycparser==2.14 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 12))
- Downloading pycparser-2.14.tar.gz (223kB)
- Collecting cffi==1.4.2 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 15))
- Downloading cffi-1.4.2.tar.gz (365kB)
- Collecting ConfigArgParse==0.10.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 32))
- Downloading ConfigArgParse-0.10.0.tar.gz
- Collecting configobj==5.0.6 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 34))
- Downloading configobj-5.0.6.tar.gz
- Collecting cryptography==1.3.4 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 36))
- Downloading cryptography-1.3.4.tar.gz (384kB)
- Collecting enum34==1.1.2 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 59))
- Downloading enum34-1.1.2.tar.gz (46kB)
- Collecting funcsigs==0.4 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 62))
- Downloading funcsigs-0.4-py2.py3-none-any.whl
- Collecting idna==2.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 65))
- Downloading idna-2.0-py2.py3-none-any.whl (61kB)
- Collecting ipaddress==1.0.16 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 68))
- Downloading ipaddress-1.0.16-py27-none-any.whl
- Collecting linecache2==1.0.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 71))
- Downloading linecache2-1.0.0-py2.py3-none-any.whl
- Collecting ndg-httpsclient==0.4.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 74))
- Downloading ndg_httpsclient-0.4.0.tar.gz
- Collecting ordereddict==1.1 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 76))
- Downloading ordereddict-1.1.tar.gz
- Collecting parsedatetime==2.1 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 78))
- Downloading parsedatetime-2.1-py2-none-any.whl
- Collecting pbr==1.8.1 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 81))
- Downloading pbr-1.8.1-py2.py3-none-any.whl (89kB)
- Collecting pyasn1==0.1.9 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 84))
- Downloading pyasn1-0.1.9-py2.py3-none-any.whl
- Collecting pyopenssl==16.0.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 96))
- Downloading pyOpenSSL-16.0.0-py2.py3-none-any.whl (45kB)
- Collecting pyparsing==2.1.8 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 99))
- Downloading pyparsing-2.1.8-py2.py3-none-any.whl (54kB)
- Collecting pyRFC3339==1.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 108))
- Downloading pyRFC3339-1.0-py2.py3-none-any.whl
- Collecting python-augeas==0.5.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 111))
- Downloading python-augeas-0.5.0.tar.gz (90kB)
- Collecting python2-pythondialog==3.3.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 113))
- Downloading python2-pythondialog-3.3.0.tar.bz2 (1.8MB)
- Collecting pytz==2015.7 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 116))
- Downloading pytz-2015.7-py2.py3-none-any.whl (476kB)
- Collecting requests==2.9.1 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 130))
- Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
- Collecting six==1.10.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 133))
- Downloading six-1.10.0-py2.py3-none-any.whl
- Collecting traceback2==1.4.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 136))
- Downloading traceback2-1.4.0-py2.py3-none-any.whl
- Collecting unittest2==1.1.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 139))
- Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB)
- Collecting zope.component==4.2.2 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 142))
- Downloading zope.component-4.2.2.tar.gz (546kB)
- Collecting zope.event==4.1.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 144))
- Downloading zope.event-4.1.0.tar.gz (476kB)
- Collecting zope.interface==4.1.3 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 146))
- Downloading zope.interface-4.1.3.tar.gz (141kB)
- Collecting mock==1.0.1 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 164))
- Downloading mock-1.0.1.zip (861kB)
- Collecting letsencrypt==0.7.0 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 167))
- Downloading letsencrypt-0.7.0-py2-none-any.whl
- Collecting acme==0.9.3 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 173))
- Downloading acme-0.9.3-py2.py3-none-any.whl (95kB)
- Collecting certbot==0.9.3 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 176))
- Downloading certbot-0.9.3-py2-none-any.whl (219kB)
- Collecting certbot-apache==0.9.3 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 179))
- Downloading certbot_apache-0.9.3-py2-none-any.whl (123kB)
- Collecting certbot-nginx==0.9.3 (from -r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 182))
- Downloading certbot_nginx-0.9.3-py2-none-any.whl (58kB)
- Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /home/JohnDoe/.local/share/letsencrypt/lib/python2.7/site-packages (from cryptography==1.3.4->-r /tmp/tmp.rYDEuM7p9o/letsencrypt-auto-requirements.txt (line 36))
- Installing collected packages: argparse, pycparser, cffi, ConfigArgParse, six, configobj, idna, pyasn1, enum34, ipaddress, cryptography, funcsigs, linecache2, pyopenssl, ndg-httpsclient, ordereddict, parsedatetime, pbr, pyparsing, pytz, pyRFC3339, python-augeas, python2-pythondialog, requests, traceback2, unittest2, zope.interface, zope.event, zope.component, mock, acme, certbot, letsencrypt, certbot-apache, certbot-nginx
- Found existing installation: argparse 1.2.1
- Not uninstalling argparse at /usr/lib/python2.7, outside environment /home/JohnDoe/.local/share/letsencrypt
- Running setup.py install for pycparser: started
- Running setup.py install for pycparser: finished with status 'done'
- Running setup.py install for cffi: started
- Running setup.py install for cffi: finished with status 'done'
- Running setup.py install for ConfigArgParse: started
- Running setup.py install for ConfigArgParse: finished with status 'done'
- Running setup.py install for configobj: started
- Running setup.py install for configobj: finished with status 'done'
- Running setup.py install for enum34: started
- Running setup.py install for enum34: finished with status 'done'
- Running setup.py install for cryptography: started
- Running setup.py install for cryptography: finished with status 'error'
- Complete output from command /home/JohnDoe/.local/share/letsencrypt/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6FOIus/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('
- ', '
- '), __file__, 'exec'))"'-c' not found
- reading manifest file '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
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -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:592:5: error: conflicting types for ‘i2d_ASN1_OBJECT’
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:431:0:
- /usr/local/include/openssl/asn1.h:529:5: note: previous declaration of ‘i2d_ASN1_OBJECT’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:600:5: error: conflicting types for ‘ASN1_STRING_type’
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:431:0:
- /usr/local/include/openssl/asn1.h:552:5: note: previous declaration of ‘ASN1_STRING_type’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:601:5: error: conflicting types for ‘ASN1_STRING_to_UTF8’
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:431:0:
- /usr/local/include/openssl/asn1.h:727:5: note: previous declaration of ‘ASN1_STRING_to_UTF8’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:615:5: error: conflicting types for ‘i2a_ASN1_INTEGER’
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:431:0:
- /usr/local/include/openssl/asn1.h:632:5: note: previous declaration of ‘i2a_ASN1_INTEGER’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:640:6: error: conflicting types for ‘ASN1_ENUMERATED_get’
- In file included from build/temp.linux-x86_64-2.7/_openssl.c:431:0:
- /usr/local/include/openssl/asn1.h:660:6: note: previous declaration of ‘ASN1_ENUMERATED_get’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:703:6: error: conflicting types for ‘BIO_new’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:537:6: note: previous declaration of ‘BIO_new’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:712:13: error: conflicting types for ‘BIO_s_mem’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:576:19: note: previous declaration of ‘BIO_s_mem’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:713:13: error: conflicting types for ‘BIO_s_file’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:532:19: note: previous declaration of ‘BIO_s_file’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:716:13: error: conflicting types for ‘BIO_s_fd’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:584:19: note: previous declaration of ‘BIO_s_fd’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:718:13: error: conflicting types for ‘BIO_s_socket’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:580:19: note: previous declaration of ‘BIO_s_socket’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:720:13: error: conflicting types for ‘BIO_s_null’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:587:19: note: previous declaration of ‘BIO_s_null’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:734:13: error: conflicting types for ‘BIO_f_null’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:588:19: note: previous declaration of ‘BIO_f_null’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:735:13: error: conflicting types for ‘BIO_f_buffer’
- In file included from /usr/local/include/openssl/asn1.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/bio.h:589:19: note: previous declaration of ‘BIO_f_buffer’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:742:6: error: conflicting types for ‘CRYPTO_free’
- In file included from /usr/local/include/openssl/bio.h:20:0,
- from /usr/local/include/openssl/asn1.h:16,
- from build/temp.linux-x86_64-2.7/_openssl.c:431:
- /usr/local/include/openssl/crypto.h:277:6: note: previous declaration of ‘CRYPTO_free’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:746:37: error: macro "CRYPTO_cleanup_all_ex_data" passed 1 arguments, but takes just 0
- build/temp.linux-x86_64-2.7/_openssl.c:793:25: error: macro "ENGINE_cleanup" passed 1 arguments, but takes just 0
- build/temp.linux-x86_64-2.7/_openssl.c:870:27: error: macro "ERR_free_strings" passed 1 arguments, but takes just 0
- build/temp.linux-x86_64-2.7/_openssl.c:928:5: error: conflicting types for ‘EVP_PKEY_bits’
- In file included from /usr/local/include/openssl/cmac.h:19:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:441:
- /usr/local/include/openssl/evp.h:898:5: note: previous declaration of ‘EVP_PKEY_bits’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:960:5: error: conflicting types for ‘EVP_PKEY_get_attr_by_OBJ’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:937:5: note: previous declaration of ‘EVP_PKEY_get_attr_by_OBJ’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:973:11: error: conflicting types for ‘EVP_PKCS82PKEY’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:988:11: note: previous declaration of ‘EVP_PKCS82PKEY’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1007:22: error: macro "OBJ_cleanup" passed 1 arguments, but takes just 0
- build/temp.linux-x86_64-2.7/_openssl.c:1118:6: error: conflicting types for ‘ERR_load_RAND_strings’
- In file included from /usr/local/include/openssl/engine.h:28:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:476:
- /usr/local/include/openssl/rand.h:76:5: note: previous declaration of ‘ERR_load_RAND_strings’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1125:23: error: macro "RAND_cleanup" passed 1 arguments, but takes just 0
- build/temp.linux-x86_64-2.7/_openssl.c:1267:12: error: conflicting types for ‘X509_get_subject_name’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:623:12: note: previous declaration of ‘X509_get_subject_name’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1270:12: error: conflicting types for ‘X509_get_issuer_name’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:621:12: note: previous declaration of ‘X509_get_issuer_name’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1273:5: error: conflicting types for ‘X509_get_ext_count’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:840:5: note: previous declaration of ‘X509_get_ext_count’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1277:17: error: conflicting types for ‘X509_get_ext’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:844:17: note: previous declaration of ‘X509_get_ext’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1278:5: error: conflicting types for ‘X509_get_ext_by_NID’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:841:5: note: previous declaration of ‘X509_get_ext_by_NID’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1280:5: error: conflicting types for ‘X509_EXTENSION_get_critical’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:888:5: note: previous declaration of ‘X509_EXTENSION_get_critical’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1283:17: error: conflicting types for ‘X509_EXTENSION_create_by_OBJ’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:880:17: note: previous declaration of ‘X509_EXTENSION_create_by_OBJ’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1310:5: error: conflicting types for ‘X509_REVOKED_get_ext_count’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:863:5: note: previous declaration of ‘X509_REVOKED_get_ext_count’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1311:17: error: conflicting types for ‘X509_REVOKED_get_ext’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:869:17: note: previous declaration of ‘X509_REVOKED_get_ext’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1320:17: error: conflicting types for ‘X509_CRL_get_ext’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:856:17: note: previous declaration of ‘X509_CRL_get_ext’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1324:5: error: conflicting types for ‘X509_CRL_get_ext_count’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:851:5: note: previous declaration of ‘X509_CRL_get_ext_count’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1395:5: error: conflicting types for ‘X509_NAME_entry_count’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:781:5: note: previous declaration of ‘X509_NAME_entry_count’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1396:18: error: conflicting types for ‘X509_NAME_get_entry’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:793:18: note: previous declaration of ‘X509_NAME_get_entry’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1397:14: error: conflicting types for ‘X509_NAME_ENTRY_get_object’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:821:14: note: previous declaration of ‘X509_NAME_ENTRY_get_object’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1398:14: error: conflicting types for ‘X509_NAME_ENTRY_get_data’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:822:15: note: previous declaration of ‘X509_NAME_ENTRY_get_data’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1404:5: error: conflicting types for ‘X509_NAME_add_entry_by_OBJ’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:797:5: note: previous declaration of ‘X509_NAME_add_entry_by_OBJ’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1406:5: error: conflicting types for ‘X509_NAME_add_entry_by_NID’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:800:5: note: previous declaration of ‘X509_NAME_add_entry_by_NID’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1412:7: error: conflicting types for ‘X509_NAME_oneline’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:590:7: note: previous declaration of ‘X509_NAME_oneline’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1414:18: error: conflicting types for ‘X509_NAME_ENTRY_create_by_OBJ’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:814:18: note: previous declaration of ‘X509_NAME_ENTRY_create_by_OBJ’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1417:5: error: conflicting types for ‘X509_NAME_add_entry’
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:795:5: note: previous declaration of ‘X509_NAME_add_entry’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:1422:17: error: conflicting types for ‘X509V3_EXT_nconf’
- In file included from /usr/local/include/openssl/cms.h:17:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509v3.h:562:17: note: previous declaration of ‘X509V3_EXT_nconf’ was here
- build/temp.linux-x86_64-2.7/_openssl.c:6338:29: error: ‘SSL3_STATE’ undeclared here (not in a function)
- build/temp.linux-x86_64-2.7/_openssl.c:6338:29: error: expected expression before ‘)’ token
- build/temp.linux-x86_64-2.7/_openssl.c:6338:29: error: expected expression before ‘)’ token
- build/temp.linux-x86_64-2.7/_openssl.c:6340:29: error: expected expression before ‘)’ token
- build/temp.linux-x86_64-2.7/_openssl.c:6340:29: error: expected expression before ‘)’ token
- build/temp.linux-x86_64-2.7/_openssl.c:6342:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6342:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6344:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6344:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6346:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6346:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6428:60: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_SSL’:
- build/temp.linux-x86_64-2.7/_openssl.c:6557:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6557:12: error: request for member ‘version’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6557:23: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:6558:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6558:12: error: request for member ‘type’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6558:20: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:6559:19: error: ‘tmp’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6559:19: note: each undeclared identifier is reported only once for each function it appears in
- build/temp.linux-x86_64-2.7/_openssl.c:6559:16: error: invalid operands to binary * (have ‘void **’ and ‘void *’)
- build/temp.linux-x86_64-2.7/_openssl.c:6559:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6559:27: error: request for member ‘s3’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6559:5: warning: statement with no effect [-Wunused-value]
- build/temp.linux-x86_64-2.7/_openssl.c:6560:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6560:28: error: request for member ‘session’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6560:26: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6562:46: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6565:47: error: expected declaration specifiers or ‘...’ before ‘SSL3_STATE’
- build/temp.linux-x86_64-2.7/_openssl.c:6572:49: error: expected specifier-qualifier-list before ‘SSL3_STATE’
- 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:6579:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6579:12: error: request for member ‘master_key_length’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6579:33: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:6580:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6580:28: error: request for member ‘master_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6580:26: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6581:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6581:12: error: request for member ‘session_id_length’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6581:33: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:6582:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6582:28: error: request for member ‘session_id’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6582:26: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6583:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6583:12: error: request for member ‘sid_ctx_length’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6583:30: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:6584:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6584:28: error: request for member ‘sid_ctx’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6584:26: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6586:62: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld_typedef_X509’:
- build/temp.linux-x86_64-2.7/_openssl.c:6603:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6603:27: error: request for member ‘sig_alg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6603:25: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6604:26: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6604:26: error: request for member ‘cert_info’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6604:24: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6605:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6605:34: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6605:32: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6607:48: error: field ‘y’ has incomplete type
- 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:6643:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6643:27: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6643:25: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6645:58: error: field ‘y’ has incomplete type
- 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:6652:30: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6652:30: error: request for member ‘crl’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6652:28: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6653:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6653:27: error: request for member ‘sig_alg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6653:25: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6654:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6654:34: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6654:32: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6656:56: error: field ‘y’ has incomplete type
- 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:6663:51: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6663:51: error: request for member ‘revoked’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6663:49: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6665:66: error: field ‘y’ has incomplete type
- 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:6672:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6672:28: error: request for member ‘object’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6672:26: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6673:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6673:12: error: request for member ‘critical’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6673:24: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:6674:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6674:34: error: request for member ‘value’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6674:32: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6676:68: error: field ‘y’ has incomplete type
- 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:6683:30: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6683:30: error: request for member ‘req_info’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6683:28: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6684:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6684:27: error: request for member ‘sig_alg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6684:25: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6685:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6685:34: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6685:32: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6687:56: error: field ‘y’ has incomplete type
- 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:6694:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6694:29: error: request for member ‘serialNumber’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6694:27: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6695:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6695:34: error: request for member ‘revocationDate’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6695:32: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6696:32: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6696:32: error: request for member ‘extensions’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6696:30: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:6697:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:6697:12: error: request for member ‘sequence’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:6697:24: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:6699:64: error: field ‘y’ has incomplete type
- 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:6724:12: error: ‘ASN1_F_ASN1_ENUMERATED_TO_BN’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6725:60: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6745:12: error: ‘ASN1_F_ASN1_GENERALIZEDTIME_SET’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6746:63: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6829:12: error: ‘ASN1_F_ASN1_TIME_SET’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6830:52: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6850:12: error: ‘ASN1_F_ASN1_UNPACK_STRING’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6851:57: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6857:12: error: ‘ASN1_F_ASN1_UTCTIME_SET’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6858:55: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6892:12: error: ‘ASN1_F_BN_TO_ASN1_ENUMERATED’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6893:60: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6899:12: error: ‘ASN1_F_BN_TO_ASN1_INTEGER’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6900:57: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6906:12: error: ‘ASN1_F_D2I_ASN1_TYPE_BYTES’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6907:58: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6920:12: error: ‘ASN1_F_D2I_ASN1_UTCTIME’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6921:55: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6927:12: error: ‘ASN1_F_D2I_NETSCAPE_RSA’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6928:55: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6934:12: error: ‘ASN1_F_D2I_NETSCAPE_RSA_2’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6935:57: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6948:12: error: ‘ASN1_F_D2I_X509’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6949:47: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6955:12: error: ‘ASN1_F_D2I_X509_CINF’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6956:52: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6962:12: error: ‘ASN1_F_D2I_X509_PKEY’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6963:52: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6969:12: error: ‘ASN1_F_I2D_ASN1_SET’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6970:51: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:6976:12: error: ‘ASN1_F_I2D_ASN1_TIME’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:6977:52: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:7032:12: error: ‘ASN1_F_X509_CINF_NEW’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:7033:52: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:7074:12: error: ‘ASN1_R_DECODING_ERROR’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:7075:53: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:7186:12: error: ‘ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:7187:71: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:7214:12: error: ‘ASN1_R_WRONG_TYPE’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:7215:49: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:7375:12: error: ‘BIO_TYPE_BER’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:7376:44: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:7648:12: error: ‘CRYPTO_LOCK_SSL’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:7649:47: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8257:12: error: ‘EVP_F_D2I_PKEY’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8258:46: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8264:12: error: ‘EVP_F_DSAPKEY2PKCS8’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8265:51: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8271:12: error: ‘EVP_F_DSA_PKEY2PKCS8’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8272:52: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8278:12: error: ‘EVP_F_ECDSA_PKEY2PKCS8’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8279:54: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8285:12: error: ‘EVP_F_ECKEY_PKEY2PKCS8’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8286:54: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8397:12: error: ‘EVP_F_EVP_RIJNDAEL’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8398:50: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8432:12: error: ‘EVP_F_PKCS8_SET_BROKEN’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8433:54: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8495:12: error: ‘EVP_R_ASN1_LIB’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8496:46: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8502:12: error: ‘EVP_R_BAD_BLOCK_LENGTH’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8503:54: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8516:12: error: ‘EVP_R_BAD_KEY_LENGTH’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8517:52: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8523:12: error: ‘EVP_R_BN_DECODE_ERROR’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8524:53: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8530:12: error: ‘EVP_R_BN_PUBKEY_ERROR’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8531:53: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8586:12: error: ‘EVP_R_ENCODE_ERROR’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8587:50: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8614:12: error: ‘EVP_R_IV_TOO_LARGE’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8615:50: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8649:12: error: ‘EVP_R_NO_DSA_PARAMETERS’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8650:55: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8656:12: error: ‘EVP_R_NO_SIGN_FUNCTION_CONFIGURED’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8657:65: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8663:12: error: ‘EVP_R_NO_VERIFY_FUNCTION_CONFIGURED’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8664:67: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8670:12: error: ‘EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8671:63: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8691:12: error: ‘EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8692:65: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:8740:12: error: ‘EVP_R_WRONG_PUBLIC_KEY_TYPE’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:8741:59: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:9893:12: error: ‘PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:9894:69: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:9907:12: error: ‘PEM_F_PEM_PK8PKEY’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:9908:49: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:10061:12: error: ‘PEM_R_PUBLIC_KEY_NO_RSA’ undeclared (first use in this function)
- build/temp.linux-x86_64-2.7/_openssl.c:10062:55: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- 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:13788:3: warning: ‘ASN1_STRING_data’ is deprecated (declared at /usr/local/include/openssl/asn1.h:553) [-Wdeprecated-declarations]
- 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:13811:3: warning: ‘ASN1_STRING_data’ is deprecated (declared at /usr/local/include/openssl/asn1.h:553) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_CRYPTO_add’:
- build/temp.linux-x86_64-2.7/_openssl.c:21488:3: warning: implicit declaration of function ‘CRYPTO_add’ [-Wimplicit-function-declaration]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_CRYPTO_lock’:
- build/temp.linux-x86_64-2.7/_openssl.c:21653:3: warning: implicit declaration of function ‘CRYPTO_lock’ [-Wimplicit-function-declaration]
- 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:23372:3: warning: ‘DSA_generate_parameters’ is deprecated (declared at /usr/local/include/openssl/dsa.h:122) [-Wdeprecated-declarations]
- 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:23465:3: warning: ‘DSA_generate_parameters’ is deprecated (declared at /usr/local/include/openssl/dsa.h:122) [-Wdeprecated-declarations]
- 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:23842:3: warning: ‘DTLSv1_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1616) [-Wdeprecated-declarations]
- 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:23852:3: warning: ‘DTLSv1_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1616) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_DTLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23866:3: warning: ‘DTLSv1_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1614) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_DTLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:23876:3: warning: ‘DTLSv1_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1614) [-Wdeprecated-declarations]
- 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:23890:3: warning: ‘DTLSv1_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1615) [-Wdeprecated-declarations]
- 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:23900:3: warning: ‘DTLSv1_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1615) [-Wdeprecated-declarations]
- 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:34140:3: warning: ‘ERR_remove_thread_state’ is deprecated (declared at /usr/local/include/openssl/err.h:246) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c:34140:3: warning: passing argument 1 of ‘ERR_remove_thread_state’ discards ‘const’ qualifier from pointer target type [enabled by default]
- In file included from /usr/local/include/openssl/engine.h:30:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:476:
- /usr/local/include/openssl/err.h:246:1: note: expected ‘void *’ but argument is of type ‘const struct CRYPTO_THREADID *’
- 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:34162:3: warning: ‘ERR_remove_thread_state’ is deprecated (declared at /usr/local/include/openssl/err.h:246) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c:34162:3: warning: passing argument 1 of ‘ERR_remove_thread_state’ discards ‘const’ qualifier from pointer target type [enabled by default]
- In file included from /usr/local/include/openssl/engine.h:30:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:476:
- /usr/local/include/openssl/err.h:246:1: note: expected ‘void *’ but argument is of type ‘const struct CRYPTO_THREADID *’
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_OPENSSL_free’:
- build/temp.linux-x86_64-2.7/_openssl.c:41096:3: error: too many arguments to function ‘CRYPTO_free’
- build/temp.linux-x86_64-2.7/_openssl.c:742:6: note: declared here
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_OPENSSL_free’:
- build/temp.linux-x86_64-2.7/_openssl.c:41118:3: error: too many arguments to function ‘CRYPTO_free’
- build/temp.linux-x86_64-2.7/_openssl.c:742:6: note: declared here
- 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:53665:3: warning: ‘TLSv1_1_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1604) [-Wdeprecated-declarations]
- 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:53675:3: warning: ‘TLSv1_1_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1604) [-Wdeprecated-declarations]
- 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:53689:3: warning: ‘TLSv1_1_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1602) [-Wdeprecated-declarations]
- 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:53699:3: warning: ‘TLSv1_1_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1602) [-Wdeprecated-declarations]
- 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:53713:3: warning: ‘TLSv1_1_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1603) [-Wdeprecated-declarations]
- 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:53723:3: warning: ‘TLSv1_1_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1603) [-Wdeprecated-declarations]
- 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:53737:3: warning: ‘TLSv1_2_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1610) [-Wdeprecated-declarations]
- 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:53747:3: warning: ‘TLSv1_2_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1610) [-Wdeprecated-declarations]
- 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:53761:3: warning: ‘TLSv1_2_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1608) [-Wdeprecated-declarations]
- 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:53771:3: warning: ‘TLSv1_2_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1608) [-Wdeprecated-declarations]
- 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:53785:3: warning: ‘TLSv1_2_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1609) [-Wdeprecated-declarations]
- 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:53795:3: warning: ‘TLSv1_2_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1609) [-Wdeprecated-declarations]
- 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:53809:3: warning: ‘TLSv1_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1598) [-Wdeprecated-declarations]
- 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:53819:3: warning: ‘TLSv1_client_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1598) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:53833:3: warning: ‘TLSv1_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1596) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_method’:
- build/temp.linux-x86_64-2.7/_openssl.c:53843:3: warning: ‘TLSv1_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1596) [-Wdeprecated-declarations]
- 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:53857:3: warning: ‘TLSv1_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1597) [-Wdeprecated-declarations]
- 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:53867:3: warning: ‘TLSv1_server_method’ is deprecated (declared at /usr/local/include/openssl/ssl.h:1597) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_CRL_get0_signature’:
- build/temp.linux-x86_64-2.7/_openssl.c:54730:3: warning: passing argument 1 of ‘X509_CRL_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:713:6: note: expected ‘const struct X509_CRL *’ but argument is of type ‘struct ASN1_OCTET_STRING **’
- build/temp.linux-x86_64-2.7/_openssl.c:54730:3: warning: passing argument 2 of ‘X509_CRL_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:713:6: note: expected ‘const struct ASN1_BIT_STRING **’ but argument is of type ‘struct X509_ALGOR **’
- build/temp.linux-x86_64-2.7/_openssl.c:54730:3: warning: passing argument 3 of ‘X509_CRL_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:713:6: note: expected ‘const struct X509_ALGOR **’ but argument is of type ‘struct X509_CRL *’
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_CRL_get0_signature’:
- build/temp.linux-x86_64-2.7/_openssl.c:54787:3: warning: passing argument 1 of ‘X509_CRL_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:713:6: note: expected ‘const struct X509_CRL *’ but argument is of type ‘struct ASN1_OCTET_STRING **’
- build/temp.linux-x86_64-2.7/_openssl.c:54787:3: warning: passing argument 2 of ‘X509_CRL_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:713:6: note: expected ‘const struct ASN1_BIT_STRING **’ but argument is of type ‘struct X509_ALGOR **’
- build/temp.linux-x86_64-2.7/_openssl.c:54787:3: warning: passing argument 3 of ‘X509_CRL_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:713:6: note: expected ‘const struct X509_ALGOR **’ but argument is of type ‘struct X509_CRL *’
- 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:54959:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated (declared at /usr/local/include/openssl/x509.h:708) [-Wdeprecated-declarations]
- 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:54982:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated (declared at /usr/local/include/openssl/x509.h:708) [-Wdeprecated-declarations]
- 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:54995:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated (declared at /usr/local/include/openssl/x509.h:709) [-Wdeprecated-declarations]
- 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:55018:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated (declared at /usr/local/include/openssl/x509.h:709) [-Wdeprecated-declarations]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_REQ_get0_signature’:
- build/temp.linux-x86_64-2.7/_openssl.c:56969:3: warning: passing argument 1 of ‘X509_REQ_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:661:6: note: expected ‘const struct X509_REQ *’ but argument is of type ‘struct ASN1_OCTET_STRING **’
- build/temp.linux-x86_64-2.7/_openssl.c:56969:3: warning: passing argument 2 of ‘X509_REQ_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:661:6: note: expected ‘const struct ASN1_BIT_STRING **’ but argument is of type ‘struct X509_ALGOR **’
- build/temp.linux-x86_64-2.7/_openssl.c:56969:3: warning: passing argument 3 of ‘X509_REQ_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:661:6: note: expected ‘const struct X509_ALGOR **’ but argument is of type ‘struct X509_REQ *’
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_REQ_get0_signature’:
- build/temp.linux-x86_64-2.7/_openssl.c:57026:3: warning: passing argument 1 of ‘X509_REQ_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:661:6: note: expected ‘const struct X509_REQ *’ but argument is of type ‘struct ASN1_OCTET_STRING **’
- build/temp.linux-x86_64-2.7/_openssl.c:57026:3: warning: passing argument 2 of ‘X509_REQ_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:661:6: note: expected ‘const struct ASN1_BIT_STRING **’ but argument is of type ‘struct X509_ALGOR **’
- build/temp.linux-x86_64-2.7/_openssl.c:57026:3: warning: passing argument 3 of ‘X509_REQ_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:661:6: note: expected ‘const struct X509_ALGOR **’ but argument is of type ‘struct X509_REQ *’
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_REVOKED_get0_revocationDate’:
- build/temp.linux-x86_64-2.7/_openssl.c:57856:3: warning: return discards ‘const’ qualifier from pointer target type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_REVOKED_get0_revocationDate’:
- build/temp.linux-x86_64-2.7/_openssl.c:57879:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_REVOKED_get0_serialNumber’:
- build/temp.linux-x86_64-2.7/_openssl.c:57892:3: warning: return discards ‘const’ qualifier from pointer target type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_REVOKED_get0_serialNumber’:
- build/temp.linux-x86_64-2.7/_openssl.c:57915:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_get0_signature’:
- build/temp.linux-x86_64-2.7/_openssl.c:60779:3: warning: passing argument 1 of ‘X509_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:552:6: note: expected ‘const struct ASN1_BIT_STRING **’ but argument is of type ‘struct ASN1_OCTET_STRING **’
- build/temp.linux-x86_64-2.7/_openssl.c:60779:3: warning: passing argument 2 of ‘X509_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:552:6: note: expected ‘const struct X509_ALGOR **’ but argument is of type ‘struct X509_ALGOR **’
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_get0_signature’:
- build/temp.linux-x86_64-2.7/_openssl.c:60836:3: warning: passing argument 1 of ‘X509_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:552:6: note: expected ‘const struct ASN1_BIT_STRING **’ but argument is of type ‘struct ASN1_OCTET_STRING **’
- build/temp.linux-x86_64-2.7/_openssl.c:60836:3: warning: passing argument 2 of ‘X509_get0_signature’ from incompatible pointer type [enabled by default]
- In file included from /usr/local/include/openssl/cms.h:16:0,
- from build/temp.linux-x86_64-2.7/_openssl.c:446:
- /usr/local/include/openssl/x509.h:552:6: note: expected ‘const struct X509_ALGOR **’ but argument is of type ‘struct X509_ALGOR **’
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_X509_get0_tbs_sigalg’:
- build/temp.linux-x86_64-2.7/_openssl.c:60850:3: warning: return discards ‘const’ qualifier from pointer target type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_X509_get0_tbs_sigalg’:
- build/temp.linux-x86_64-2.7/_openssl.c:60873:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__BIO_METHOD’:
- build/temp.linux-x86_64-2.7/_openssl.c:70363:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70363:12: error: request for member ‘type’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70363:20: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70364:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70364:27: error: request for member ‘name’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70364:25: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70365:47: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70365:47: error: request for member ‘bwrite’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70365:45: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70366:41: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70366:41: error: request for member ‘bread’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70366:39: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70367:42: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70367:42: error: request for member ‘bputs’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70367:40: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70368:41: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70368:41: error: request for member ‘bgets’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70368:39: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70369:48: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70369:48: error: request for member ‘ctrl’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70369:46: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70370:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70370:28: error: request for member ‘create’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70370:26: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70371:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70371:28: error: request for member ‘destroy’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70371:26: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70372:86: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70372:86: error: request for member ‘callback_ctrl’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70372:84: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:70374:53: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__BIO’:
- build/temp.linux-x86_64-2.7/_openssl.c:70381:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70381:27: error: request for member ‘method’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70381:25: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70382:65: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70382:65: error: request for member ‘callback’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70382:63: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70383:21: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70383:21: error: request for member ‘cb_arg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70383:19: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70384:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70384:12: error: request for member ‘init’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70384:20: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70385:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70385:12: error: request for member ‘shutdown’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70385:24: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70386:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70386:12: error: request for member ‘flags’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70386:21: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70387:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70387:12: error: request for member ‘retry_reason’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70387:28: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70388:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70388:12: error: request for member ‘num’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70388:19: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70389:21: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70389:21: error: request for member ‘ptr’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70389:19: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70390:20: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70390:20: error: request for member ‘next_bio’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70390:18: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70391:20: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70391:20: error: request for member ‘prev_bio’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70391:18: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70392:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70392:12: error: request for member ‘references’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70392:26: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70393:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70393:12: error: request for member ‘num_read’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70393:24: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70394:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70394:12: error: request for member ‘num_write’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70394:25: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:70396:39: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__DH’:
- build/temp.linux-x86_64-2.7/_openssl.c:70403:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70403:23: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70403:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70404:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70404:23: error: request for member ‘g’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70404:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70405:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70405:23: error: request for member ‘priv_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70405:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70406:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70406:23: error: request for member ‘pub_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70406:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70407:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70407:23: error: request for member ‘q’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70407:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70408:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70408:23: error: request for member ‘j’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70408:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:70410:37: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__DSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:70417:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70417:23: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70417:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70418:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70418:23: error: request for member ‘q’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70418:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70419:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70419:23: error: request for member ‘g’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70419:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70420:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70420:23: error: request for member ‘priv_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70420:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70421:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70421:23: error: request for member ‘pub_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70421:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:70423:39: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_checkfld__RSA’:
- build/temp.linux-x86_64-2.7/_openssl.c:70430:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70430:23: error: request for member ‘n’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70430:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70431:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70431:23: error: request for member ‘e’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70431:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70432:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70432:23: error: request for member ‘d’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70432:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70433:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70433:23: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70433:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70434:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70434:23: error: request for member ‘q’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70434:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70435:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70435:23: error: request for member ‘dmp1’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70435:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70436:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70436:23: error: request for member ‘dmq1’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70436:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70437:23: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70437:23: error: request for member ‘iqmp’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70437:21: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:70439:39: error: field ‘y’ has incomplete type
- 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:70446:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70446:27: error: request for member ‘ctx’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70446:25: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70447:12: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70447:12: error: request for member ‘current_method’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70447:30: error: invalid operands to binary << (have ‘void **’ and ‘int’)
- build/temp.linux-x86_64-2.7/_openssl.c:70448:21: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70448:21: error: request for member ‘cert’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70448:19: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70449:43: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70449:43: error: request for member ‘untrusted’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70449:41: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70450:47: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70450:47: error: request for member ‘crls’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70450:45: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70451:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70451:34: error: request for member ‘param’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70451:32: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70452:21: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70452:21: error: request for member ‘other_ctx’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70452:19: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70453:39: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70453:39: error: request for member ‘verify’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70453:37: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70454:44: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70454:44: error: request for member ‘verify_cb’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70454:42: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c:70455:57: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:70455:57: error: request for member ‘get_issuer’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:70455:55: warning: initialization from incompatible pointer type [enabled by default]
- build/temp.linux-x86_64-2.7/_openssl.c: At top level:
- build/temp.linux-x86_64-2.7/_openssl.c:70457:61: error: field ‘y’ has incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72525:3: error: invalid use of incomplete typedef ‘SSL’
- build/temp.linux-x86_64-2.7/_openssl.c:72525:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72525:3: error: (near initialization for ‘_cffi_fields[40].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72526:33: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72526:33: error: request for member ‘version’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72526:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72526:16: error: (near initialization for ‘_cffi_fields[40].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72528:3: error: invalid use of incomplete typedef ‘SSL’
- build/temp.linux-x86_64-2.7/_openssl.c:72528:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72528:3: error: (near initialization for ‘_cffi_fields[41].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72529:30: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72529:30: error: request for member ‘type’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72529:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72529:13: error: (near initialization for ‘_cffi_fields[41].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72531:3: error: invalid use of incomplete typedef ‘SSL’
- build/temp.linux-x86_64-2.7/_openssl.c:72531:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72531:3: error: (near initialization for ‘_cffi_fields[42].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72532:28: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72532:28: error: request for member ‘s3’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72532:11: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72532:11: error: (near initialization for ‘_cffi_fields[42].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72534:3: error: invalid use of incomplete typedef ‘SSL’
- build/temp.linux-x86_64-2.7/_openssl.c:72534:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72534:3: error: (near initialization for ‘_cffi_fields[43].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72535:33: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72535:33: error: request for member ‘session’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72535:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72535:16: error: (near initialization for ‘_cffi_fields[43].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72537:22: error: expected specifier-qualifier-list before ‘SSL3_STATE’
- build/temp.linux-x86_64-2.7/_openssl.c:72537:22: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72537:22: error: (near initialization for ‘_cffi_fields[44].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72538:43: error: expected expression before ‘)’ token
- build/temp.linux-x86_64-2.7/_openssl.c:72538:42: error: invalid operands to binary * (have ‘void **’ and ‘void **’)
- build/temp.linux-x86_64-2.7/_openssl.c:72538:46: error: request for member ‘server_random’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72538:43: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72538:43: error: (near initialization for ‘_cffi_fields[44].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72540:22: error: expected specifier-qualifier-list before ‘SSL3_STATE’
- build/temp.linux-x86_64-2.7/_openssl.c:72540:22: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72540:22: error: (near initialization for ‘_cffi_fields[45].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72541:43: error: expected expression before ‘)’ token
- build/temp.linux-x86_64-2.7/_openssl.c:72541:42: error: invalid operands to binary * (have ‘void **’ and ‘void **’)
- build/temp.linux-x86_64-2.7/_openssl.c:72541:46: error: request for member ‘client_random’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72541:43: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72541:43: error: (near initialization for ‘_cffi_fields[45].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72543:3: error: invalid use of incomplete typedef ‘SSL_SESSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72543:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72543:3: error: (near initialization for ‘_cffi_fields[46].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72544:51: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72544:51: error: request for member ‘master_key_length’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72544:26: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72544:26: error: (near initialization for ‘_cffi_fields[46].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72546:3: error: invalid use of incomplete typedef ‘SSL_SESSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72546:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72546:3: error: (near initialization for ‘_cffi_fields[47].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72547:44: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72547:44: error: request for member ‘master_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72547:19: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72547:19: error: (near initialization for ‘_cffi_fields[47].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72549:3: error: invalid use of incomplete typedef ‘SSL_SESSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72549:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72549:3: error: (near initialization for ‘_cffi_fields[48].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72550:51: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72550:51: error: request for member ‘session_id_length’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72550:26: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72550:26: error: (near initialization for ‘_cffi_fields[48].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72552:3: error: invalid use of incomplete typedef ‘SSL_SESSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72552:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72552:3: error: (near initialization for ‘_cffi_fields[49].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72553:44: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72553:44: error: request for member ‘session_id’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72553:19: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72553:19: error: (near initialization for ‘_cffi_fields[49].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72555:3: error: invalid use of incomplete typedef ‘SSL_SESSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72555:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72555:3: error: (near initialization for ‘_cffi_fields[50].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72556:48: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72556:48: error: request for member ‘sid_ctx_length’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72556:23: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72556:23: error: (near initialization for ‘_cffi_fields[50].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72558:3: error: invalid use of incomplete typedef ‘SSL_SESSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72558:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72558:3: error: (near initialization for ‘_cffi_fields[51].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72559:41: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72559:41: error: request for member ‘sid_ctx’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72559:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72559:16: error: (near initialization for ‘_cffi_fields[51].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72567:3: error: invalid use of incomplete typedef ‘X509’
- build/temp.linux-x86_64-2.7/_openssl.c:72567:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72567:3: error: (near initialization for ‘_cffi_fields[54].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72568:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72568:34: error: request for member ‘sig_alg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72568:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72568:16: error: (near initialization for ‘_cffi_fields[54].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72570:3: error: invalid use of incomplete typedef ‘X509’
- build/temp.linux-x86_64-2.7/_openssl.c:72570:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72570:3: error: (near initialization for ‘_cffi_fields[55].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72571:36: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72571:36: error: request for member ‘cert_info’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72571:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72571:18: error: (near initialization for ‘_cffi_fields[55].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72573:3: error: invalid use of incomplete typedef ‘X509’
- build/temp.linux-x86_64-2.7/_openssl.c:72573:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72573:3: error: (near initialization for ‘_cffi_fields[56].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72574:36: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72574:36: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72574:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72574:18: error: (near initialization for ‘_cffi_fields[56].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72591:3: error: invalid use of incomplete typedef ‘X509_CINF’
- build/temp.linux-x86_64-2.7/_openssl.c:72591:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72591:3: error: (near initialization for ‘_cffi_fields[62].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72592:41: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72592:41: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72592:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72592:18: error: (near initialization for ‘_cffi_fields[62].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72594:3: error: invalid use of incomplete typedef ‘X509_CRL’
- build/temp.linux-x86_64-2.7/_openssl.c:72594:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72594:3: error: (near initialization for ‘_cffi_fields[63].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72595:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72595:34: error: request for member ‘crl’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72595:12: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72595:12: error: (near initialization for ‘_cffi_fields[63].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72597:3: error: invalid use of incomplete typedef ‘X509_CRL’
- build/temp.linux-x86_64-2.7/_openssl.c:72597:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72597:3: error: (near initialization for ‘_cffi_fields[64].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72598:38: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72598:38: error: request for member ‘sig_alg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72598:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72598:16: error: (near initialization for ‘_cffi_fields[64].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72600:3: error: invalid use of incomplete typedef ‘X509_CRL’
- build/temp.linux-x86_64-2.7/_openssl.c:72600:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72600:3: error: (near initialization for ‘_cffi_fields[65].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72601:40: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72601:40: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72601:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72601:18: error: (near initialization for ‘_cffi_fields[65].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72603:3: error: invalid use of incomplete typedef ‘X509_CRL_INFO’
- build/temp.linux-x86_64-2.7/_openssl.c:72603:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72603:3: error: (near initialization for ‘_cffi_fields[66].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72604:43: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72604:43: error: request for member ‘revoked’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72604:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72604:16: error: (near initialization for ‘_cffi_fields[66].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72606:3: error: invalid use of incomplete typedef ‘X509_EXTENSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72606:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72606:3: error: (near initialization for ‘_cffi_fields[67].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72607:43: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72607:43: error: request for member ‘object’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72607:15: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72607:15: error: (near initialization for ‘_cffi_fields[67].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72609:3: error: invalid use of incomplete typedef ‘X509_EXTENSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72609:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72609:3: error: (near initialization for ‘_cffi_fields[68].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72610:45: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72610:45: error: request for member ‘critical’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72610:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72610:17: error: (near initialization for ‘_cffi_fields[68].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72612:3: error: invalid use of incomplete typedef ‘X509_EXTENSION’
- build/temp.linux-x86_64-2.7/_openssl.c:72612:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72612:3: error: (near initialization for ‘_cffi_fields[69].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72613:42: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72613:42: error: request for member ‘value’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72613:14: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72613:14: error: (near initialization for ‘_cffi_fields[69].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72615:3: error: invalid use of incomplete typedef ‘X509_REQ’
- build/temp.linux-x86_64-2.7/_openssl.c:72615:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72615:3: error: (near initialization for ‘_cffi_fields[70].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72616:39: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72616:39: error: request for member ‘req_info’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72616:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72616:17: error: (near initialization for ‘_cffi_fields[70].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72618:3: error: invalid use of incomplete typedef ‘X509_REQ’
- build/temp.linux-x86_64-2.7/_openssl.c:72618:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72618:3: error: (near initialization for ‘_cffi_fields[71].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72619:38: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72619:38: error: request for member ‘sig_alg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72619:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72619:16: error: (near initialization for ‘_cffi_fields[71].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72621:3: error: invalid use of incomplete typedef ‘X509_REQ’
- build/temp.linux-x86_64-2.7/_openssl.c:72621:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72621:3: error: (near initialization for ‘_cffi_fields[72].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72622:40: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72622:40: error: request for member ‘signature’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72622:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72622:18: error: (near initialization for ‘_cffi_fields[72].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72624:3: error: invalid use of incomplete typedef ‘X509_REVOKED’
- build/temp.linux-x86_64-2.7/_openssl.c:72624:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72624:3: error: (near initialization for ‘_cffi_fields[73].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72625:47: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72625:47: error: request for member ‘serialNumber’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72625:21: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72625:21: error: (near initialization for ‘_cffi_fields[73].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72627:3: error: invalid use of incomplete typedef ‘X509_REVOKED’
- build/temp.linux-x86_64-2.7/_openssl.c:72627:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72627:3: error: (near initialization for ‘_cffi_fields[74].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72628:49: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72628:49: error: request for member ‘revocationDate’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72628:23: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72628:23: error: (near initialization for ‘_cffi_fields[74].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72630:3: error: invalid use of incomplete typedef ‘X509_REVOKED’
- build/temp.linux-x86_64-2.7/_openssl.c:72630:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72630:3: error: (near initialization for ‘_cffi_fields[75].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72631:45: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72631:45: error: request for member ‘extensions’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72631:19: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72631:19: error: (near initialization for ‘_cffi_fields[75].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72633:3: error: invalid use of incomplete typedef ‘X509_REVOKED’
- build/temp.linux-x86_64-2.7/_openssl.c:72633:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72633:3: error: (near initialization for ‘_cffi_fields[76].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72634:43: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72634:43: error: request for member ‘sequence’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72634:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72634:17: error: (near initialization for ‘_cffi_fields[76].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72654:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72654:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72654:3: error: (near initialization for ‘_cffi_fields[83].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72655:37: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72655:37: error: request for member ‘type’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72655:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72655:13: error: (near initialization for ‘_cffi_fields[83].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72657:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72657:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72657:3: error: (near initialization for ‘_cffi_fields[84].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72658:37: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72658:37: error: request for member ‘name’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72658:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72658:13: error: (near initialization for ‘_cffi_fields[84].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72660:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72660:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72660:3: error: (near initialization for ‘_cffi_fields[85].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72661:39: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72661:39: error: request for member ‘bwrite’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72661:15: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72661:15: error: (near initialization for ‘_cffi_fields[85].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72663:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72663:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72663:3: error: (near initialization for ‘_cffi_fields[86].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72664:38: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72664:38: error: request for member ‘bread’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72664:14: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72664:14: error: (near initialization for ‘_cffi_fields[86].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72666:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72666:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72666:3: error: (near initialization for ‘_cffi_fields[87].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72667:38: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72667:38: error: request for member ‘bputs’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72667:14: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72667:14: error: (near initialization for ‘_cffi_fields[87].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72669:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72669:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72669:3: error: (near initialization for ‘_cffi_fields[88].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72670:38: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72670:38: error: request for member ‘bgets’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72670:14: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72670:14: error: (near initialization for ‘_cffi_fields[88].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72672:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72672:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72672:3: error: (near initialization for ‘_cffi_fields[89].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72673:37: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72673:37: error: request for member ‘ctrl’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72673:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72673:13: error: (near initialization for ‘_cffi_fields[89].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72675:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72675:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72675:3: error: (near initialization for ‘_cffi_fields[90].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72676:39: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72676:39: error: request for member ‘create’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72676:15: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72676:15: error: (near initialization for ‘_cffi_fields[90].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72678:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72678:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72678:3: error: (near initialization for ‘_cffi_fields[91].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72679:40: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72679:40: error: request for member ‘destroy’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72679:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72679:16: error: (near initialization for ‘_cffi_fields[91].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72681:3: error: invalid use of incomplete typedef ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:72681:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72681:3: error: (near initialization for ‘_cffi_fields[92].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72682:46: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72682:46: error: request for member ‘callback_ctrl’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72682:22: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72682:22: error: (near initialization for ‘_cffi_fields[92].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72684:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72684:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72684:3: error: (near initialization for ‘_cffi_fields[93].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72685:32: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72685:32: error: request for member ‘method’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72685:15: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72685:15: error: (near initialization for ‘_cffi_fields[93].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72687:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72687:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72687:3: error: (near initialization for ‘_cffi_fields[94].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72688:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72688:34: error: request for member ‘callback’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72688:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72688:17: error: (near initialization for ‘_cffi_fields[94].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72690:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72690:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72690:3: error: (near initialization for ‘_cffi_fields[95].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72691:32: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72691:32: error: request for member ‘cb_arg’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72691:15: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72691:15: error: (near initialization for ‘_cffi_fields[95].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72693:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72693:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72693:3: error: (near initialization for ‘_cffi_fields[96].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72694:30: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72694:30: error: request for member ‘init’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72694:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72694:13: error: (near initialization for ‘_cffi_fields[96].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72696:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72696:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72696:3: error: (near initialization for ‘_cffi_fields[97].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72697:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72697:34: error: request for member ‘shutdown’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72697:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72697:17: error: (near initialization for ‘_cffi_fields[97].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72699:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72699:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72699:3: error: (near initialization for ‘_cffi_fields[98].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72700:31: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72700:31: error: request for member ‘flags’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72700:14: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72700:14: error: (near initialization for ‘_cffi_fields[98].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72702:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72702:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72702:3: error: (near initialization for ‘_cffi_fields[99].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72703:38: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72703:38: error: request for member ‘retry_reason’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72703:21: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72703:21: error: (near initialization for ‘_cffi_fields[99].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72705:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72705:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72705:3: error: (near initialization for ‘_cffi_fields[100].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72706:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72706:29: error: request for member ‘num’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72706:12: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72706:12: error: (near initialization for ‘_cffi_fields[100].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72708:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72708:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72708:3: error: (near initialization for ‘_cffi_fields[101].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72709:29: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72709:29: error: request for member ‘ptr’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72709:12: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72709:12: error: (near initialization for ‘_cffi_fields[101].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72711:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72711:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72711:3: error: (near initialization for ‘_cffi_fields[102].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72712:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72712:34: error: request for member ‘next_bio’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72712:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72712:17: error: (near initialization for ‘_cffi_fields[102].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72714:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72714:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72714:3: error: (near initialization for ‘_cffi_fields[103].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72715:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72715:34: error: request for member ‘prev_bio’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72715:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72715:17: error: (near initialization for ‘_cffi_fields[103].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72717:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72717:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72717:3: error: (near initialization for ‘_cffi_fields[104].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72718:36: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72718:36: error: request for member ‘references’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72718:19: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72718:19: error: (near initialization for ‘_cffi_fields[104].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72720:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72720:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72720:3: error: (near initialization for ‘_cffi_fields[105].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72721:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72721:34: error: request for member ‘num_read’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72721:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72721:17: error: (near initialization for ‘_cffi_fields[105].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72723:3: error: invalid use of incomplete typedef ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:72723:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72723:3: error: (near initialization for ‘_cffi_fields[106].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72724:35: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72724:35: error: request for member ‘num_write’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72724:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72724:18: error: (near initialization for ‘_cffi_fields[106].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72726:3: error: invalid use of incomplete typedef ‘DH’
- build/temp.linux-x86_64-2.7/_openssl.c:72726:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72726:3: error: (near initialization for ‘_cffi_fields[107].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72727:26: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72727:26: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72727:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72727:10: error: (near initialization for ‘_cffi_fields[107].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72729:3: error: invalid use of incomplete typedef ‘DH’
- build/temp.linux-x86_64-2.7/_openssl.c:72729:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72729:3: error: (near initialization for ‘_cffi_fields[108].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72730:26: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72730:26: error: request for member ‘g’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72730:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72730:10: error: (near initialization for ‘_cffi_fields[108].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72732:3: error: invalid use of incomplete typedef ‘DH’
- build/temp.linux-x86_64-2.7/_openssl.c:72732:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72732:3: error: (near initialization for ‘_cffi_fields[109].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72733:33: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72733:33: error: request for member ‘priv_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72733:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72733:17: error: (near initialization for ‘_cffi_fields[109].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72735:3: error: invalid use of incomplete typedef ‘DH’
- build/temp.linux-x86_64-2.7/_openssl.c:72735:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72735:3: error: (near initialization for ‘_cffi_fields[110].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72736:32: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72736:32: error: request for member ‘pub_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72736:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72736:16: error: (near initialization for ‘_cffi_fields[110].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72738:3: error: invalid use of incomplete typedef ‘DH’
- build/temp.linux-x86_64-2.7/_openssl.c:72738:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72738:3: error: (near initialization for ‘_cffi_fields[111].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72739:26: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72739:26: error: request for member ‘q’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72739:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72739:10: error: (near initialization for ‘_cffi_fields[111].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72741:3: error: invalid use of incomplete typedef ‘DH’
- build/temp.linux-x86_64-2.7/_openssl.c:72741:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72741:3: error: (near initialization for ‘_cffi_fields[112].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72742:26: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72742:26: error: request for member ‘j’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72742:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72742:10: error: (near initialization for ‘_cffi_fields[112].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72744:3: error: invalid use of incomplete typedef ‘DSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72744:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72744:3: error: (near initialization for ‘_cffi_fields[113].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72745:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72745:27: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72745:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72745:10: error: (near initialization for ‘_cffi_fields[113].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72747:3: error: invalid use of incomplete typedef ‘DSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72747:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72747:3: error: (near initialization for ‘_cffi_fields[114].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72748:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72748:27: error: request for member ‘q’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72748:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72748:10: error: (near initialization for ‘_cffi_fields[114].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72750:3: error: invalid use of incomplete typedef ‘DSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72750:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72750:3: error: (near initialization for ‘_cffi_fields[115].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72751:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72751:27: error: request for member ‘g’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72751:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72751:10: error: (near initialization for ‘_cffi_fields[115].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72753:3: error: invalid use of incomplete typedef ‘DSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72753:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72753:3: error: (near initialization for ‘_cffi_fields[116].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72754:34: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72754:34: error: request for member ‘priv_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72754:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72754:17: error: (near initialization for ‘_cffi_fields[116].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72756:3: error: invalid use of incomplete typedef ‘DSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72756:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72756:3: error: (near initialization for ‘_cffi_fields[117].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72757:33: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72757:33: error: request for member ‘pub_key’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72757:16: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72757:16: error: (near initialization for ‘_cffi_fields[117].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72759:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72759:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72759:3: error: (near initialization for ‘_cffi_fields[118].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72760:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72760:27: error: request for member ‘n’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72760:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72760:10: error: (near initialization for ‘_cffi_fields[118].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72762:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72762:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72762:3: error: (near initialization for ‘_cffi_fields[119].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72763:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72763:27: error: request for member ‘e’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72763:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72763:10: error: (near initialization for ‘_cffi_fields[119].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72765:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72765:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72765:3: error: (near initialization for ‘_cffi_fields[120].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72766:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72766:27: error: request for member ‘d’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72766:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72766:10: error: (near initialization for ‘_cffi_fields[120].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72768:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72768:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72768:3: error: (near initialization for ‘_cffi_fields[121].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72769:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72769:27: error: request for member ‘p’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72769:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72769:10: error: (near initialization for ‘_cffi_fields[121].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72771:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72771:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72771:3: error: (near initialization for ‘_cffi_fields[122].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72772:27: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72772:27: error: request for member ‘q’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72772:10: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72772:10: error: (near initialization for ‘_cffi_fields[122].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72774:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72774:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72774:3: error: (near initialization for ‘_cffi_fields[123].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72775:30: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72775:30: error: request for member ‘dmp1’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72775:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72775:13: error: (near initialization for ‘_cffi_fields[123].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72777:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72777:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72777:3: error: (near initialization for ‘_cffi_fields[124].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72778:30: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72778:30: error: request for member ‘dmq1’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72778:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72778:13: error: (near initialization for ‘_cffi_fields[124].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72780:3: error: invalid use of incomplete typedef ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:72780:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72780:3: error: (near initialization for ‘_cffi_fields[125].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72781:30: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72781:30: error: request for member ‘iqmp’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72781:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72781:13: error: (near initialization for ‘_cffi_fields[125].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72783:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72783:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72783:3: error: (near initialization for ‘_cffi_fields[126].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72784:40: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72784:40: error: request for member ‘ctx’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72784:12: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72784:12: error: (near initialization for ‘_cffi_fields[126].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72786:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72786:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72786:3: error: (near initialization for ‘_cffi_fields[127].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72787:51: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72787:51: error: request for member ‘current_method’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72787:23: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72787:23: error: (near initialization for ‘_cffi_fields[127].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72789:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72789:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72789:3: error: (near initialization for ‘_cffi_fields[128].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72790:41: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72790:41: error: request for member ‘cert’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72790:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72790:13: error: (near initialization for ‘_cffi_fields[128].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72792:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72792:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72792:3: error: (near initialization for ‘_cffi_fields[129].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72793:46: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72793:46: error: request for member ‘untrusted’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72793:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72793:18: error: (near initialization for ‘_cffi_fields[129].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72795:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72795:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72795:3: error: (near initialization for ‘_cffi_fields[130].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72796:41: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72796:41: error: request for member ‘crls’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72796:13: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72796:13: error: (near initialization for ‘_cffi_fields[130].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72798:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72798:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72798:3: error: (near initialization for ‘_cffi_fields[131].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72799:42: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72799:42: error: request for member ‘param’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72799:14: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72799:14: error: (near initialization for ‘_cffi_fields[131].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72801:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72801:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72801:3: error: (near initialization for ‘_cffi_fields[132].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72802:46: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72802:46: error: request for member ‘other_ctx’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72802:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72802:18: error: (near initialization for ‘_cffi_fields[132].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72804:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72804:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72804:3: error: (near initialization for ‘_cffi_fields[133].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72805:43: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72805:43: error: request for member ‘verify’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72805:15: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72805:15: error: (near initialization for ‘_cffi_fields[133].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72807:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72807:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72807:3: error: (near initialization for ‘_cffi_fields[134].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72808:46: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72808:46: error: request for member ‘verify_cb’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72808:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72808:18: error: (near initialization for ‘_cffi_fields[134].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:72810:3: error: invalid use of incomplete typedef ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:72810:3: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72810:3: error: (near initialization for ‘_cffi_fields[135].field_offset’)
- build/temp.linux-x86_64-2.7/_openssl.c:72811:47: error: dereferencing pointer to incomplete type
- build/temp.linux-x86_64-2.7/_openssl.c:72811:47: error: request for member ‘get_issuer’ in something not a structure or union
- build/temp.linux-x86_64-2.7/_openssl.c:72811:19: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:72811:19: error: (near initialization for ‘_cffi_fields[135].field_size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73037:12: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_MD_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:73037:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73037:5: error: (near initialization for ‘_cffi_struct_unions[68].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73037:25: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73037:25: error: (near initialization for ‘_cffi_struct_unions[68].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73097:12: error: invalid application of ‘sizeof’ to incomplete type ‘SSL’
- build/temp.linux-x86_64-2.7/_openssl.c:73097:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73097:5: error: (near initialization for ‘_cffi_struct_unions[98].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73097:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73097:18: error: (near initialization for ‘_cffi_struct_unions[98].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73099:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73099:5: error: (near initialization for ‘_cffi_struct_unions[99].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73099:25: error: ‘struct _cffi_align_typedef_SSL3_STATE’ has no member named ‘y’
- build/temp.linux-x86_64-2.7/_openssl.c:73099:25: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73099:25: error: (near initialization for ‘_cffi_struct_unions[99].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73107:12: error: invalid application of ‘sizeof’ to incomplete type ‘SSL_SESSION’
- build/temp.linux-x86_64-2.7/_openssl.c:73107:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73107:5: error: (near initialization for ‘_cffi_struct_unions[103].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73107:26: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73107:26: error: (near initialization for ‘_cffi_struct_unions[103].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73113:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509’
- build/temp.linux-x86_64-2.7/_openssl.c:73113:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73113:5: error: (near initialization for ‘_cffi_struct_unions[106].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73113:19: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73113:19: error: (near initialization for ‘_cffi_struct_unions[106].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73123:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_CINF’
- build/temp.linux-x86_64-2.7/_openssl.c:73123:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73123:5: error: (near initialization for ‘_cffi_struct_unions[111].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73123:24: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73123:24: error: (near initialization for ‘_cffi_struct_unions[111].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73125:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_CRL’
- build/temp.linux-x86_64-2.7/_openssl.c:73125:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73125:5: error: (near initialization for ‘_cffi_struct_unions[112].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73125:23: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73125:23: error: (near initialization for ‘_cffi_struct_unions[112].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73127:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_CRL_INFO’
- build/temp.linux-x86_64-2.7/_openssl.c:73127:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73127:5: error: (near initialization for ‘_cffi_struct_unions[113].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73127:28: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73127:28: error: (near initialization for ‘_cffi_struct_unions[113].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73129:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_EXTENSION’
- build/temp.linux-x86_64-2.7/_openssl.c:73129:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73129:5: error: (near initialization for ‘_cffi_struct_unions[114].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73129:29: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73129:29: error: (near initialization for ‘_cffi_struct_unions[114].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73137:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_REQ’
- build/temp.linux-x86_64-2.7/_openssl.c:73137:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73137:5: error: (near initialization for ‘_cffi_struct_unions[118].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73137:23: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73137:23: error: (near initialization for ‘_cffi_struct_unions[118].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73141:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_REVOKED’
- build/temp.linux-x86_64-2.7/_openssl.c:73141:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73141:5: error: (near initialization for ‘_cffi_struct_unions[120].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73141:27: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73141:27: error: (near initialization for ‘_cffi_struct_unions[120].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73155:12: error: invalid application of ‘sizeof’ to incomplete type ‘BIO_METHOD’
- build/temp.linux-x86_64-2.7/_openssl.c:73155:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73155:5: error: (near initialization for ‘_cffi_struct_unions[127].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73155:25: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73155:25: error: (near initialization for ‘_cffi_struct_unions[127].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73157:12: error: invalid application of ‘sizeof’ to incomplete type ‘BIO’
- build/temp.linux-x86_64-2.7/_openssl.c:73157:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73157:5: error: (near initialization for ‘_cffi_struct_unions[128].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73157:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73157:18: error: (near initialization for ‘_cffi_struct_unions[128].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73159:12: error: invalid application of ‘sizeof’ to incomplete type ‘DH’
- build/temp.linux-x86_64-2.7/_openssl.c:73159:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73159:5: error: (near initialization for ‘_cffi_struct_unions[129].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73159:17: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73159:17: error: (near initialization for ‘_cffi_struct_unions[129].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73161:12: error: invalid application of ‘sizeof’ to incomplete type ‘DSA’
- build/temp.linux-x86_64-2.7/_openssl.c:73161:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73161:5: error: (near initialization for ‘_cffi_struct_unions[130].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73161:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73161:18: error: (near initialization for ‘_cffi_struct_unions[130].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73163:12: error: invalid application of ‘sizeof’ to incomplete type ‘RSA’
- build/temp.linux-x86_64-2.7/_openssl.c:73163:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73163:5: error: (near initialization for ‘_cffi_struct_unions[131].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73163:18: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73163:18: error: (near initialization for ‘_cffi_struct_unions[131].alignment’)
- build/temp.linux-x86_64-2.7/_openssl.c:73167:12: error: invalid application of ‘sizeof’ to incomplete type ‘X509_STORE_CTX’
- build/temp.linux-x86_64-2.7/_openssl.c:73167:5: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73167:5: error: (near initialization for ‘_cffi_struct_unions[133].size’)
- build/temp.linux-x86_64-2.7/_openssl.c:73167:29: error: initializer element is not constant
- build/temp.linux-x86_64-2.7/_openssl.c:73167:29: error: (near initialization for ‘_cffi_struct_unions[133].alignment’)
- error: command 'gcc' failed with exit status 1
- ----------------------------------------
- Command "/home/JohnDoe/.local/share/letsencrypt/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6FOIus/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('
- ', '
- '), __file__, 'exec'))" install --record /tmp/pip-1izwtp-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/JohnDoe/.local/share/letsencrypt/include/site/python2.7/cryptography" failed with error code 1 in /tmp/pip-build-6FOIus/cryptography
- /home/JohnDoe/.local/share/letsencrypt/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
- InsecurePlatformWarning
- You are using pip version 8.0.3, however version 9.0.1 is available.
- You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement