Skip to content

Instantly share code, notes, and snippets.

@surma
Created March 21, 2013 12:47
Show Gist options
  • Save surma/5212767 to your computer and use it in GitHub Desktop.
Save surma/5212767 to your computer and use it in GitHub Desktop.
Script started on Thu Mar 21 13:39:13 2013
%
]2;surma@Charlie: ~]1;~
┌[surma@Charlie] [/dev/ttys003]
└[~]> 
bck-i-search: _script log.txtp_./Wineskin.appp_   
CCC=/usr/bin/clang pip install mitmproxy
]2;CC=/usr/bin/clang pip install mitmproxy]1;pipDownloading/unpacking mitmproxy
Using download cache from /Users/surma/.pip/cache/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fm%2Fmitmproxy%2Fmitmproxy-0.8.1.tar.gz
Running setup.py egg_info for package mitmproxy
Downloading/unpacking urwid==1.0.1 (from mitmproxy)
Using download cache from /Users/surma/.pip/cache/http%3A%2F%2Fexcess.org%2Furwid%2Furwid-1.0.1.tar.gz
Running setup.py egg_info for package urwid
Requirement already satisfied (use --upgrade to upgrade): pyasn1 in ./.homebrew/lib/python2.7/site-packages (from mitmproxy)
Downloading/unpacking pyopenssl>=0.12 (from mitmproxy)
Using download cache from /Users/surma/.pip/cache/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2FpyOpenSSL%2FpyOpenSSL-0.13.tar.gz
Running setup.py egg_info for package pyopenssl
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Downloading/unpacking PIL (from mitmproxy)
Using download cache from /Users/surma/.pip/cache/http%3A%2F%2Feffbot.org%2Fmedia%2Fdownloads%2FPIL-1.1.7.tar.gz
Running setup.py egg_info for package PIL
WARNING: '' not a valid package name; please use only.-separated package names in setup.py
Downloading/unpacking lxml (from mitmproxy)
Using download cache from /Users/surma/.pip/cache/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fl%2Flxml%2Flxml-3.1.0.tar.gz
Running setup.py egg_info for package lxml
Building lxml version 3.1.0.
Building without Cython.
Using build configuration of libxslt 1.1.26
warning: no previously-included files found matching '*.py'
warning: no files found matching '*.txt' under directory 'src/lxml/tests'
Installing collected packages: mitmproxy, urwid, pyopenssl, PIL, lxml
Running setup.py install for mitmproxy
changing mode of build/scripts-2.7/mitmproxy from 644 to 755
changing mode of build/scripts-2.7/mitmdump from 644 to 755
changing mode of /Users/surma/.homebrew/share/python/mitmdump to 755
changing mode of /Users/surma/.homebrew/share/python/mitmproxy to 755
Running setup.py install for urwid
building 'urwid.str_util' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/str_util.c -o build/temp.macosx-10.8-x86_64-2.7/source/str_util.o
source/str_util.c:882:5: warning: implicit declaration of function 'Py_SetProgramName' is invalid in C99 [-Wimplicit-function-declaration]
Py_SetProgramName(argv[0]);
^
source/str_util.c:885:5: warning: implicit declaration of function 'Py_Initialize' is invalid in C99 [-Wimplicit-function-declaration]
Py_Initialize();
^
2 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/source/str_util.o -o build/lib.macosx-10.8-x86_64-2.7/urwid/str_util.so
Running setup.py install for pyopenssl
building 'OpenSSL.crypto' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/crypto.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/crypto.o
OpenSSL/crypto/crypto.c:110:11: warning: 'BIO_new_mem_buf' is deprecated [-Wdeprecated-declarations]
bio = BIO_new_mem_buf(buffer, len);
^
/usr/include/openssl/bio.h:617:6: note: 'BIO_new_mem_buf' declared here
BIO *BIO_new_mem_buf(void *buf, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:118:20: warning: 'd2i_PrivateKey_bio' is deprecated [-Wdeprecated-declarations]
pkey = d2i_PrivateKey_bio(bio, NULL);
^
/usr/include/openssl/x509.h:861:11: note: 'd2i_PrivateKey_bio' declared here
EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:123:13: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:126:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:177:18: warning: 'EVP_get_cipherbyname' is deprecated [-Wdeprecated-declarations]
cipher = EVP_get_cipherbyname(cipher_name);
^
/usr/include/openssl/evp.h:848:19: note: 'EVP_get_cipherbyname' declared here
const EVP_CIPHER *EVP_get_cipherbyname(const char *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:200:11: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:200:19: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:207:17: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:213:19: warning: 'i2d_PrivateKey_bio' is deprecated [-Wdeprecated-declarations]
ret = i2d_PrivateKey_bio(bio, pkey->pkey);
^
/usr/include/openssl/x509.h:860:5: note: 'i2d_PrivateKey_bio' declared here
int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:217:19: warning: 'EVP_PKEY_get1_RSA' is deprecated [-Wdeprecated-declarations]
rsa = EVP_PKEY_get1_RSA(pkey->pkey);
^
/usr/include/openssl/evp.h:866:16: note: 'EVP_PKEY_get1_RSA' declared here
struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:218:19: warning: 'RSA_print' is deprecated [-Wdeprecated-declarations]
ret = RSA_print(bio, rsa, 0);
^
/usr/include/openssl/rsa.h:314:5: note: 'RSA_print' declared here
int RSA_print(BIO *bp, const RSA *r,int offset) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:219:13: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
RSA_free(rsa);
^
/usr/include/openssl/rsa.h:282:6: note: 'RSA_free' declared here
void RSA_free (RSA *r) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:224:13: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:230:9: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:235:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
buf_len = BIO_get_mem_data(bio, &temp);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:237:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:262:11: warning: 'BIO_new_mem_buf' is deprecated [-Wdeprecated-declarations]
bio = BIO_new_mem_buf(buffer, len);
^
/usr/include/openssl/bio.h:617:6: note: 'BIO_new_mem_buf' declared here
BIO *BIO_new_mem_buf(void *buf, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:270:20: warning: 'd2i_X509_bio' is deprecated [-Wdeprecated-declarations]
cert = d2i_X509_bio(bio, NULL);
^
/usr/include/openssl/x509.h:828:7: note: 'd2i_X509_bio' declared here
X509 *d2i_X509_bio(BIO *bp,X509 **x509) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:275:13: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:278:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:310:11: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:310:19: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:318:19: warning: 'i2d_X509_bio' is deprecated [-Wdeprecated-declarations]
ret = i2d_X509_bio(bio, cert->x509);
^
/usr/include/openssl/x509.h:829:5: note: 'i2d_X509_bio' declared here
int i2d_X509_bio(BIO *bp,X509 *x509) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:322:19: warning: 'X509_print_ex' is deprecated [-Wdeprecated-declarations]
ret = X509_print_ex(bio, cert->x509, 0, 0);
^
/usr/include/openssl/x509.h:1088:6: note: 'X509_print_ex' declared here
int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:327:13: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:333:9: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:338:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
buf_len = BIO_get_mem_data(bio, &temp);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:340:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:365:11: warning: 'BIO_new_mem_buf' is deprecated [-Wdeprecated-declarations]
bio = BIO_new_mem_buf(buffer, len);
^
/usr/include/openssl/bio.h:617:6: note: 'BIO_new_mem_buf' declared here
BIO *BIO_new_mem_buf(void *buf, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:373:19: warning: 'd2i_X509_REQ_bio' is deprecated [-Wdeprecated-declarations]
req = d2i_X509_REQ_bio(bio, NULL);
^
/usr/include/openssl/x509.h:832:11: note: 'd2i_X509_REQ_bio' declared here
X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:378:13: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:381:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:413:11: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:413:19: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:421:19: warning: 'i2d_X509_REQ_bio' is deprecated [-Wdeprecated-declarations]
ret = i2d_X509_REQ_bio(bio, req->x509_req);
^
/usr/include/openssl/x509.h:833:5: note: 'i2d_X509_REQ_bio' declared here
int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:425:19: warning: 'X509_REQ_print_ex' is deprecated [-Wdeprecated-declarations]
ret = X509_REQ_print_ex(bio, req->x509_req, 0, 0);
^
/usr/include/openssl/x509.h:1093:6: note: 'X509_REQ_print_ex' declared here
int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:430:13: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:436:9: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:441:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
buf_len = BIO_get_mem_data(bio, &temp);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:443:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:468:11: warning: 'BIO_new_mem_buf' is deprecated [-Wdeprecated-declarations]
bio = BIO_new_mem_buf(buffer, len);
^
/usr/include/openssl/bio.h:617:6: note: 'BIO_new_mem_buf' declared here
BIO *BIO_new_mem_buf(void *buf, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:475:19: warning: 'd2i_X509_CRL_bio' is deprecated [-Wdeprecated-declarations]
crl = d2i_X509_CRL_bio(bio, NULL);
^
/usr/include/openssl/x509.h:830:11: note: 'd2i_X509_CRL_bio' declared here
X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:480:13: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:483:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:515:11: warning: 'BIO_new_mem_buf' is deprecated [-Wdeprecated-declarations]
bio = BIO_new_mem_buf(buffer, len);
^
/usr/include/openssl/bio.h:617:6: note: 'BIO_new_mem_buf' declared here
BIO *BIO_new_mem_buf(void *buf, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:523:21: warning: 'd2i_PKCS7_bio' is deprecated [-Wdeprecated-declarations]
pkcs7 = d2i_PKCS7_bio(bio, NULL);
^
/usr/include/openssl/pkcs7.h:294:8: note: 'd2i_PKCS7_bio' declared here
PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:531:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:564:11: warning: 'BIO_new_mem_buf' is deprecated [-Wdeprecated-declarations]
bio = BIO_new_mem_buf(buffer, len);
^
/usr/include/openssl/bio.h:617:6: note: 'BIO_new_mem_buf' declared here
BIO *BIO_new_mem_buf(void *buf, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:565:16: warning: 'd2i_PKCS12_bio' is deprecated [-Wdeprecated-declarations]
if ((p12 = d2i_PKCS12_bio(bio, NULL)) == NULL)
^
/usr/include/openssl/pkcs12.h:265:9: note: 'd2i_PKCS12_bio' declared here
PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:567:7: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:571:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:593:11: warning: 'X509_verify_cert_error_string' is deprecated [-Wdeprecated-declarations]
str = X509_verify_cert_error_string(errnum);
^
/usr/include/openssl/x509.h:752:13: note: 'X509_verify_cert_error_string' declared here
const char *X509_verify_cert_error_string(long n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:635:19: warning: 'EVP_get_digestbyname' is deprecated [-Wdeprecated-declarations]
if ((digest = EVP_get_digestbyname(digest_name)) == NULL) {
^
/usr/include/openssl/evp.h:849:15: note: 'EVP_get_digestbyname' declared here
const EVP_MD *EVP_get_digestbyname(const char *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:640:5: warning: 'EVP_DigestInit' is deprecated [-Wdeprecated-declarations]
EVP_SignInit(&md_ctx, digest);
^
/usr/include/openssl/evp.h:514:28: note: expanded from macro 'EVP_SignInit'
#define EVP_SignInit(a,b) EVP_DigestInit(a,b)
^
/usr/include/openssl/evp.h:563:5: note: 'EVP_DigestInit' declared here
int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:641:5: warning: 'EVP_DigestUpdate' is deprecated [-Wdeprecated-declarations]
EVP_SignUpdate(&md_ctx, data, data_len);
^
/usr/include/openssl/evp.h:515:32: note: expanded from macro 'EVP_SignUpdate'
#define EVP_SignUpdate(a,b,c) EVP_DigestUpdate(a,b,c)
^
/usr/include/openssl/evp.h:556:5: note: 'EVP_DigestUpdate' declared here
int EVP_DigestUpdate(EVP_MD_CTX *ctx,const void *d,
^
OpenSSL/crypto/crypto.c:643:11: warning: 'EVP_SignFinal' is deprecated [-Wdeprecated-declarations]
err = EVP_SignFinal(&md_ctx, sig_buf, &sig_len, pkey->pkey);
^
/usr/include/openssl/evp.h:607:5: note: 'EVP_SignFinal' declared here
int EVP_SignFinal(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s,
^
OpenSSL/crypto/crypto.c:684:19: warning: 'EVP_get_digestbyname' is deprecated [-Wdeprecated-declarations]
if ((digest = EVP_get_digestbyname(digest_name)) == NULL){
^
/usr/include/openssl/evp.h:849:15: note: 'EVP_get_digestbyname' declared here
const EVP_MD *EVP_get_digestbyname(const char *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:689:12: warning: 'X509_get_pubkey' is deprecated [-Wdeprecated-declarations]
pkey = X509_get_pubkey(cert->x509);
^
/usr/include/openssl/x509.h:1017:12: note: 'X509_get_pubkey' declared here
EVP_PKEY * X509_get_pubkey(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:695:5: warning: 'EVP_DigestInit' is deprecated [-Wdeprecated-declarations]
EVP_VerifyInit(&md_ctx, digest);
^
/usr/include/openssl/evp.h:517:30: note: expanded from macro 'EVP_VerifyInit'
#define EVP_VerifyInit(a,b) EVP_DigestInit(a,b)
^
/usr/include/openssl/evp.h:563:5: note: 'EVP_DigestInit' declared here
int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:696:5: warning: 'EVP_DigestUpdate' is deprecated [-Wdeprecated-declarations]
EVP_VerifyUpdate(&md_ctx, data, data_len);
^
/usr/include/openssl/evp.h:518:34: note: expanded from macro 'EVP_VerifyUpdate'
#define EVP_VerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c)
^
/usr/include/openssl/evp.h:556:5: note: 'EVP_DigestUpdate' declared here
int EVP_DigestUpdate(EVP_MD_CTX *ctx,const void *d,
^
OpenSSL/crypto/crypto.c:697:11: warning: 'EVP_VerifyFinal' is deprecated [-Wdeprecated-declarations]
err = EVP_VerifyFinal(&md_ctx, signature, sig_len, pkey);
^
/usr/include/openssl/evp.h:610:5: note: 'EVP_VerifyFinal' declared here
int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
^
OpenSSL/crypto/crypto.c:698:5: warning: 'EVP_PKEY_free' is deprecated [-Wdeprecated-declarations]
EVP_PKEY_free(pkey);
^
/usr/include/openssl/evp.h:885:7: note: 'EVP_PKEY_free' declared here
void EVP_PKEY_free(EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:761:9: warning: 'CRYPTO_num_locks' is deprecated [-Wdeprecated-declarations]
CRYPTO_num_locks() * sizeof(PyThread_type_lock));
^
/usr/include/openssl/crypto.h:415:5: note: 'CRYPTO_num_locks' declared here
int CRYPTO_num_locks(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* return CRYPTO_NUM_LOCKS (shared libs!) */
^
OpenSSL/crypto/crypto.c:765:21: warning: 'CRYPTO_num_locks' is deprecated [-Wdeprecated-declarations]
for (i = 0; i < CRYPTO_num_locks(); ++i) {
^
/usr/include/openssl/crypto.h:415:5: note: 'CRYPTO_num_locks' declared here
int CRYPTO_num_locks(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* return CRYPTO_NUM_LOCKS (shared libs!) */
^
OpenSSL/crypto/crypto.c:768:5: warning: 'CRYPTO_set_id_callback' is deprecated [-Wdeprecated-declarations]
CRYPTO_set_id_callback((unsigned long (*)(void))PyThread_get_thread_ident);
^
/usr/include/openssl/crypto.h:425:6: note: 'CRYPTO_set_id_callback' declared here
void CRYPTO_set_id_callback(unsigned long (*func)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:769:5: warning: 'CRYPTO_set_locking_callback' is deprecated [-Wdeprecated-declarations]
CRYPTO_set_locking_callback(locking_function);
^
/usr/include/openssl/crypto.h:417:6: note: 'CRYPTO_set_locking_callback' declared here
void CRYPTO_set_locking_callback(void (*func)(int mode,int type,
^
OpenSSL/crypto/crypto.c:817:5: warning: 'ERR_load_crypto_strings' is deprecated [-Wdeprecated-declarations]
ERR_load_crypto_strings();
^
/usr/include/openssl/err.h:296:6: note: 'ERR_load_crypto_strings' declared here
void ERR_load_crypto_strings(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crypto.c:818:5: warning: 'OPENSSL_add_all_algorithms_noconf' is deprecated [-Wdeprecated-declarations]
OpenSSL_add_all_algorithms();
^
/usr/include/openssl/evp.h:836:3: note: expanded from macro 'OpenSSL_add_all_algorithms'
OPENSSL_add_all_algorithms_noconf()
^
/usr/include/openssl/evp.h:828:6: note: 'OPENSSL_add_all_algorithms_noconf' declared here
void OPENSSL_add_all_algorithms_noconf(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
68 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/x509.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509.o
OpenSSL/crypto/x509.c:35:34: warning: 'ASN1_INTEGER_get' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)X509_get_version(self->x509));
^
/usr/include/openssl/x509.h:730:30: note: expanded from macro 'X509_get_version'
#define X509_get_version(x) ASN1_INTEGER_get((x)->cert_info->version)
^
/usr/include/openssl/asn1.h:899:6: note: 'ASN1_INTEGER_get' declared here
long ASN1_INTEGER_get(ASN1_INTEGER *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:53:5: warning: 'X509_set_version' is deprecated [-Wdeprecated-declarations]
X509_set_version(self->x509, version);
^
/usr/include/openssl/x509.h:1007:7: note: 'X509_set_version' declared here
int X509_set_version(X509 *x,long version) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:76:14: warning: 'X509_get_serialNumber' is deprecated [-Wdeprecated-declarations]
asn1_i = X509_get_serialNumber(self->x509);
^
/usr/include/openssl/x509.h:1009:16: note: 'X509_get_serialNumber' declared here
ASN1_INTEGER * X509_get_serialNumber(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:77:14: warning: 'ASN1_INTEGER_to_BN' is deprecated [-Wdeprecated-declarations]
bignum = ASN1_INTEGER_to_BN(asn1_i, NULL);
^
/usr/include/openssl/asn1.h:901:9: note: 'ASN1_INTEGER_to_BN' declared here
BIGNUM *ASN1_INTEGER_to_BN(ASN1_INTEGER *ai,BIGNUM *bn) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:78:11: warning: 'BN_bn2hex' is deprecated [-Wdeprecated-declarations]
hex = BN_bn2hex(bignum);
^
/usr/include/openssl/bn.h:505:8: note: 'BN_bn2hex' declared here
char * BN_bn2hex(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:80:5: warning: 'BN_free' is deprecated [-Wdeprecated-declarations]
BN_free(bignum);
^
/usr/include/openssl/bn.h:468:6: note: 'BN_free' declared here
void BN_free(BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:134:20: warning: 'BN_hex2bn' is deprecated [-Wdeprecated-declarations]
small_serial = BN_hex2bn(&bignum, hexstr);
^
/usr/include/openssl/bn.h:507:6: note: 'BN_hex2bn' declared here
int BN_hex2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:140:13: warning: 'ASN1_INTEGER_set' is deprecated [-Wdeprecated-declarations]
if (ASN1_INTEGER_set(X509_get_serialNumber(self->x509), small_serial)) {
^
/usr/include/openssl/asn1.h:898:5: note: 'ASN1_INTEGER_set' declared here
int ASN1_INTEGER_set(ASN1_INTEGER *a, long v) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:140:30: warning: 'X509_get_serialNumber' is deprecated [-Wdeprecated-declarations]
if (ASN1_INTEGER_set(X509_get_serialNumber(self->x509), small_serial)) {
^
/usr/include/openssl/x509.h:1009:16: note: 'X509_get_serialNumber' declared here
ASN1_INTEGER * X509_get_serialNumber(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:145:18: warning: 'BN_to_ASN1_INTEGER' is deprecated [-Wdeprecated-declarations]
asn1_i = BN_to_ASN1_INTEGER(bignum, NULL);
^
/usr/include/openssl/asn1.h:900:15: note: 'BN_to_ASN1_INTEGER' declared here
ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *bn, ASN1_INTEGER *ai) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:146:9: warning: 'BN_free' is deprecated [-Wdeprecated-declarations]
BN_free(bignum);
^
/usr/include/openssl/bn.h:468:6: note: 'BN_free' declared here
void BN_free(BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:152:14: warning: 'X509_set_serialNumber' is deprecated [-Wdeprecated-declarations]
if (!X509_set_serialNumber(self->x509, asn1_i)) {
^
/usr/include/openssl/x509.h:1008:7: note: 'X509_set_serialNumber' declared here
int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:168:9: warning: 'BN_free' is deprecated [-Wdeprecated-declarations]
BN_free(bignum);
^
/usr/include/openssl/bn.h:468:6: note: 'BN_free' declared here
void BN_free(BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:191:12: warning: 'X509_get_issuer_name' is deprecated [-Wdeprecated-declarations]
name = X509_get_issuer_name(self->x509);
^
/usr/include/openssl/x509.h:1011:13: note: 'X509_get_issuer_name' declared here
X509_NAME * X509_get_issuer_name(X509 *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:218:10: warning: 'X509_set_issuer_name' is deprecated [-Wdeprecated-declarations]
if (!X509_set_issuer_name(self->x509, issuer->x509_name))
^
/usr/include/openssl/x509.h:1010:7: note: 'X509_set_issuer_name' declared here
int X509_set_issuer_name(X509 *x, X509_NAME *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:243:12: warning: 'X509_get_subject_name' is deprecated [-Wdeprecated-declarations]
name = X509_get_subject_name(self->x509);
^
/usr/include/openssl/x509.h:1013:13: note: 'X509_get_subject_name' declared here
X509_NAME * X509_get_subject_name(X509 *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:270:10: warning: 'X509_set_subject_name' is deprecated [-Wdeprecated-declarations]
if (!X509_set_subject_name(self->x509, subject->x509_name))
^
/usr/include/openssl/x509.h:1012:7: note: 'X509_set_subject_name' declared here
int X509_set_subject_name(X509 *x, X509_NAME *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:296:17: warning: 'X509_get_pubkey' is deprecated [-Wdeprecated-declarations]
if ((pkey = X509_get_pubkey(self->x509)) == NULL)
^
/usr/include/openssl/x509.h:1017:12: note: 'X509_get_pubkey' declared here
EVP_PKEY * X509_get_pubkey(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:324:10: warning: 'X509_set_pubkey' is deprecated [-Wdeprecated-declarations]
if (!X509_set_pubkey(self->x509, pkey->pkey))
^
/usr/include/openssl/x509.h:1016:7: note: 'X509_set_pubkey' declared here
int X509_set_pubkey(X509 *x, EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:342:6: warning: 'ASN1_GENERALIZEDTIME_set_string' is deprecated [-Wdeprecated-declarations]
if (ASN1_GENERALIZEDTIME_set_string(timestamp, when) == 0) {
^
/usr/include/openssl/asn1.h:843:5: note: 'ASN1_GENERALIZEDTIME_set_string' declared here
int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:347:8: warning: 'ASN1_GENERALIZEDTIME_check' is deprecated [-Wdeprecated-declarations]
if (!ASN1_GENERALIZEDTIME_check(&dummy)) {
^
/usr/include/openssl/asn1.h:841:5: note: 'ASN1_GENERALIZEDTIME_check' declared here
int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:421:3: warning: 'ASN1_TIME_to_generalizedtime' is deprecated [-Wdeprecated-declarations]
ASN1_TIME_to_generalizedtime(timestamp, &gt_timestamp);
^
/usr/include/openssl/asn1.h:875:23: note: 'ASN1_TIME_to_generalizedtime' declared here
ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:494:5: warning: 'X509_gmtime_adj' is deprecated [-Wdeprecated-declarations]
X509_gmtime_adj(X509_get_notBefore(self->x509), amount);
^
/usr/include/openssl/x509.h:884:13: note: 'X509_gmtime_adj' declared here
ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:516:5: warning: 'X509_gmtime_adj' is deprecated [-Wdeprecated-declarations]
X509_gmtime_adj(X509_get_notAfter(self->x509), amount);
^
/usr/include/openssl/x509.h:884:13: note: 'X509_gmtime_adj' declared here
ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:541:11: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
nid = OBJ_obj2nid(alg);
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:546:31: warning: 'OBJ_nid2ln' is deprecated [-Wdeprecated-declarations]
return PyBytes_FromString(OBJ_nid2ln(nid));
^
/usr/include/openssl/objects.h:1007:14: note: 'OBJ_nid2ln' declared here
const char * OBJ_nid2ln(int n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:579:19: warning: 'EVP_get_digestbyname' is deprecated [-Wdeprecated-declarations]
if ((digest = EVP_get_digestbyname(digest_name)) == NULL)
^
/usr/include/openssl/evp.h:849:15: note: 'EVP_get_digestbyname' declared here
const EVP_MD *EVP_get_digestbyname(const char *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:585:10: warning: 'X509_sign' is deprecated [-Wdeprecated-declarations]
if (!X509_sign(self->x509, pkey->pkey, digest))
^
/usr/include/openssl/x509.h:771:5: note: 'X509_sign' declared here
int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:610:9: warning: 'ASN1_UTCTIME_cmp_time_t' is deprecated [-Wdeprecated-declarations]
if (ASN1_UTCTIME_cmp_time_t(X509_get_notAfter(self->x509), tnow) < 0)
^
/usr/include/openssl/asn1.h:836:5: note: 'ASN1_UTCTIME_cmp_time_t' declared here
int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:628:32: warning: 'X509_subject_name_hash' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLongLong(X509_subject_name_hash(self->x509));
^
/usr/include/openssl/x509.h:1070:15: note: 'X509_subject_name_hash' declared here
unsigned long X509_subject_name_hash(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:650:19: warning: 'EVP_get_digestbyname' is deprecated [-Wdeprecated-declarations]
if ((digest = EVP_get_digestbyname(digest_name)) == NULL)
^
/usr/include/openssl/evp.h:849:15: note: 'EVP_get_digestbyname' declared here
const EVP_MD *EVP_get_digestbyname(const char *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:656:10: warning: 'X509_digest' is deprecated [-Wdeprecated-declarations]
if (!X509_digest(self->x509,digest,fp,&len))
^
/usr/include/openssl/x509.h:778:5: note: 'X509_digest' declared here
int X509_digest(const X509 *data,const EVP_MD *type,
^
OpenSSL/crypto/x509.c:705:14: warning: 'X509_add_ext' is deprecated [-Wdeprecated-declarations]
if (!X509_add_ext(self->x509, ext->x509_extension, -1))
^
/usr/include/openssl/x509.h:1150:6: note: 'X509_add_ext' declared here
int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:729:34: warning: 'X509_get_ext_count' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)X509_get_ext_count(self->x509));
^
/usr/include/openssl/x509.h:1144:6: note: 'X509_get_ext_count' declared here
int X509_get_ext_count(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:751:11: warning: 'X509_get_ext' is deprecated [-Wdeprecated-declarations]
ext = X509_get_ext(self->x509, loc);
^
/usr/include/openssl/x509.h:1148:17: note: 'X509_get_ext' declared here
X509_EXTENSION *X509_get_ext(X509 *x, int loc) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509.c:758:30: warning: 'X509_EXTENSION_dup' is deprecated [-Wdeprecated-declarations]
extobj->x509_extension = X509_EXTENSION_dup(ext);
^
/usr/include/openssl/x509.h:868:17: note: 'X509_EXTENSION_dup' declared here
X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
36 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/x509name.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509name.o
OpenSSL/crypto/x509name.c:64:44: warning: 'X509_NAME_dup' is deprecated [-Wdeprecated-declarations]
return (PyObject *)crypto_X509Name_New(X509_NAME_dup(name->x509_name), 1);
^
/usr/include/openssl/x509.h:876:12: note: 'X509_NAME_dup' declared here
X509_NAME *X509_NAME_dup(X509_NAME *xn) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:84:22: warning: 'X509_NAME_get_index_by_NID' is deprecated [-Wdeprecated-declarations]
if ((entry_idx = X509_NAME_get_index_by_NID(name, nid, -1)) == -1)
^
/usr/include/openssl/x509.h:1105:7: note: 'X509_NAME_get_index_by_NID' declared here
int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:88:13: warning: 'X509_NAME_get_entry' is deprecated [-Wdeprecated-declarations]
entry = X509_NAME_get_entry(name, entry_idx);
^
/usr/include/openssl/x509.h:1108:18: note: 'X509_NAME_get_entry' declared here
X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:89:12: warning: 'X509_NAME_ENTRY_get_data' is deprecated [-Wdeprecated-declarations]
data = X509_NAME_ENTRY_get_data(entry);
^
/usr/include/openssl/x509.h:1130:15: note: 'X509_NAME_ENTRY_get_data' declared here
ASN1_STRING * X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:90:16: warning: 'ASN1_STRING_to_UTF8' is deprecated [-Wdeprecated-declarations]
if ((len = ASN1_STRING_to_UTF8((unsigned char **)utf8string, data)) < 0)
^
/usr/include/openssl/asn1.h:981:5: note: 'ASN1_STRING_to_UTF8' declared here
int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:115:19: warning: 'X509_NAME_entry_count' is deprecated [-Wdeprecated-declarations]
entry_count = X509_NAME_entry_count(name);
^
/usr/include/openssl/x509.h:1097:7: note: 'X509_NAME_entry_count' declared here
int X509_NAME_entry_count(X509_NAME *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:118:14: warning: 'X509_NAME_get_entry' is deprecated [-Wdeprecated-declarations]
ne = X509_NAME_get_entry(name, i);
^
/usr/include/openssl/x509.h:1108:18: note: 'X509_NAME_get_entry' declared here
X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:119:20: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
temp_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(ne));
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:119:32: warning: 'X509_NAME_ENTRY_get_object' is deprecated [-Wdeprecated-declarations]
temp_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(ne));
^
/usr/include/openssl/x509.h:1129:15: note: 'X509_NAME_ENTRY_get_object' declared here
ASN1_OBJECT * X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:122:18: warning: 'X509_NAME_delete_entry' is deprecated [-Wdeprecated-declarations]
ne = X509_NAME_delete_entry(name, i);
^
/usr/include/openssl/x509.h:1109:18: note: 'X509_NAME_delete_entry' declared here
X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:129:10: warning: 'X509_NAME_add_entry_by_NID' is deprecated [-Wdeprecated-declarations]
if (!X509_NAME_add_entry_by_NID(name, nid, MBSTRING_UTF8,
^
/usr/include/openssl/x509.h:1114:5: note: 'X509_NAME_add_entry_by_NID' declared here
int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
^
OpenSSL/crypto/x509name.c:163:16: warning: 'OBJ_txt2nid' is deprecated [-Wdeprecated-declarations]
if ((nid = OBJ_txt2nid(name)) == NID_undef) {
^
/usr/include/openssl/objects.h:1012:6: note: 'OBJ_txt2nid' declared here
int OBJ_txt2nid(const char *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:185:6: warning: 'CRYPTO_free' is deprecated [-Wdeprecated-declarations]
OPENSSL_free(utf8string);
^
/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
#define OPENSSL_free(addr) CRYPTO_free(addr)
^
/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:218:16: warning: 'OBJ_txt2nid' is deprecated [-Wdeprecated-declarations]
if ((nid = OBJ_txt2nid(name)) == NID_undef)
^
/usr/include/openssl/objects.h:1012:6: note: 'OBJ_txt2nid' declared here
int OBJ_txt2nid(const char *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:251:14: warning: 'X509_NAME_cmp' is deprecated [-Wdeprecated-declarations]
result = X509_NAME_cmp(
^
/usr/include/openssl/x509.h:1073:6: note: 'X509_NAME_cmp' declared here
int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:307:9: warning: 'X509_NAME_oneline' is deprecated [-Wdeprecated-declarations]
if (X509_NAME_oneline(self->x509_name, tmpbuf, 512) == NULL)
^
/usr/include/openssl/x509.h:984:9: note: 'X509_NAME_oneline' declared here
char * X509_NAME_oneline(X509_NAME *a,char *buf,int size) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:340:12: warning: 'X509_NAME_hash' is deprecated [-Wdeprecated-declarations]
hash = X509_NAME_hash(self->x509_name);
^
/usr/include/openssl/x509.h:1074:15: note: 'X509_NAME_hash' declared here
unsigned long X509_NAME_hash(X509_NAME *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:383:9: warning: 'X509_NAME_entry_count' is deprecated [-Wdeprecated-declarations]
n = X509_NAME_entry_count(name);
^
/usr/include/openssl/x509.h:1097:7: note: 'X509_NAME_entry_count' declared here
int X509_NAME_entry_count(X509_NAME *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:395:8: warning: 'X509_NAME_get_entry' is deprecated [-Wdeprecated-declarations]
ent = X509_NAME_get_entry(name, i);
^
/usr/include/openssl/x509.h:1108:18: note: 'X509_NAME_get_entry' declared here
X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:397:10: warning: 'X509_NAME_ENTRY_get_object' is deprecated [-Wdeprecated-declarations]
fname = X509_NAME_ENTRY_get_object(ent);
^
/usr/include/openssl/x509.h:1129:15: note: 'X509_NAME_ENTRY_get_object' declared here
ASN1_OBJECT * X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:398:9: warning: 'X509_NAME_ENTRY_get_data' is deprecated [-Wdeprecated-declarations]
fval = X509_NAME_ENTRY_get_data(ent);
^
/usr/include/openssl/x509.h:1130:15: note: 'X509_NAME_ENTRY_get_data' declared here
ASN1_STRING * X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:400:6: warning: 'ASN1_STRING_length' is deprecated [-Wdeprecated-declarations]
l = ASN1_STRING_length(fval);
^
/usr/include/openssl/asn1.h:797:5: note: 'ASN1_STRING_length' declared here
int ASN1_STRING_length(ASN1_STRING *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:401:8: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
str = ASN1_STRING_data(fval);
^
/usr/include/openssl/asn1.h:800:17: note: 'ASN1_STRING_data' declared here
unsigned char * ASN1_STRING_data(ASN1_STRING *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:403:8: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
nid = OBJ_obj2nid(fname);
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509name.c:408:47: warning: 'OBJ_nid2sn' is deprecated [-Wdeprecated-declarations]
PyTuple_SetItem(tuple, 0, PyBytes_FromString(OBJ_nid2sn(nid)));
^
/usr/include/openssl/objects.h:1008:14: note: 'OBJ_nid2sn' declared here
const char * OBJ_nid2sn(int n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
25 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/pkey.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/pkey.o
OpenSSL/crypto/pkey.c:55:24: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
if ((rsa = RSA_generate_key(bits, 0x10001, NULL, NULL)) == NULL)
^
/usr/include/openssl/rsa.h:260:7: note: 'RSA_generate_key' declared here
RSA * RSA_generate_key(int bits, unsigned long e,void
^
OpenSSL/crypto/pkey.c:57:18: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
if (!EVP_PKEY_assign_RSA(self->pkey, rsa))
^
/usr/include/openssl/evp.h:442:39: note: expanded from macro 'EVP_PKEY_assign_RSA'
#define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
^
/usr/include/openssl/evp.h:861:7: note: 'EVP_PKEY_assign' declared here
int EVP_PKEY_assign(EVP_PKEY *pkey,int type,char *key) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkey.c:62:24: warning: 'DSA_generate_parameters' is deprecated [-Wdeprecated-declarations]
if ((dsa = DSA_generate_parameters(bits, NULL, 0, NULL, NULL, NULL, NULL)) == NULL)
^
/usr/include/openssl/dsa.h:243:7: note: 'DSA_generate_parameters' declared here
DSA * DSA_generate_parameters(int bits,
^
OpenSSL/crypto/pkey.c:64:18: warning: 'DSA_generate_key' is deprecated [-Wdeprecated-declarations]
if (!DSA_generate_key(dsa))
^
/usr/include/openssl/dsa.h:254:5: note: 'DSA_generate_key' declared here
int DSA_generate_key(DSA *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkey.c:66:18: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
if (!EVP_PKEY_assign_DSA(self->pkey, dsa))
^
/usr/include/openssl/evp.h:447:39: note: expanded from macro 'EVP_PKEY_assign_DSA'
#define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
^
/usr/include/openssl/evp.h:861:7: note: 'EVP_PKEY_assign' declared here
int EVP_PKEY_assign(EVP_PKEY *pkey,int type,char *key) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkey.c:92:28: warning: 'EVP_PKEY_bits' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong(EVP_PKEY_bits(self->pkey));
^
/usr/include/openssl/evp.h:859:6: note: 'EVP_PKEY_bits' declared here
int EVP_PKEY_bits(EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkey.c:129:15: warning: 'EVP_PKEY_get1_RSA' is deprecated [-Wdeprecated-declarations]
rsa = EVP_PKEY_get1_RSA(self->pkey);
^
/usr/include/openssl/evp.h:866:16: note: 'EVP_PKEY_get1_RSA' declared here
struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkey.c:130:13: warning: 'RSA_check_key' is deprecated [-Wdeprecated-declarations]
r = RSA_check_key(rsa);
^
/usr/include/openssl/rsa.h:272:5: note: 'RSA_check_key' declared here
int RSA_check_key(const RSA *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkey.c:207:28: warning: 'EVP_PKEY_new' is deprecated [-Wdeprecated-declarations]
self = crypto_PKey_New(EVP_PKEY_new(), 1);
^
/usr/include/openssl/evp.h:884:12: note: 'EVP_PKEY_new' declared here
EVP_PKEY * EVP_PKEY_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkey.c:227:9: warning: 'EVP_PKEY_free' is deprecated [-Wdeprecated-declarations]
EVP_PKEY_free(self->pkey);
^
/usr/include/openssl/evp.h:885:7: note: 'EVP_PKEY_free' declared here
void EVP_PKEY_free(EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
10 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/x509store.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509store.o
OpenSSL/crypto/x509store.c:29:10: warning: 'X509_STORE_add_cert' is deprecated [-Wdeprecated-declarations]
if (!X509_STORE_add_cert(self->x509_store, cert->x509))
^
/usr/include/openssl/x509_vfy.h:412:5: note: 'X509_STORE_add_cert' declared here
int X509_STORE_add_cert(X509_STORE *ctx, X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509store.c:90:9: warning: 'X509_STORE_free' is deprecated [-Wdeprecated-declarations]
X509_STORE_free(self->x509_store);
^
/usr/include/openssl/x509_vfy.h:390:6: note: 'X509_STORE_free' declared here
void X509_STORE_free(X509_STORE *v) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
2 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/x509req.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509req.o
OpenSSL/crypto/x509req.c:60:17: warning: 'X509_REQ_get_pubkey' is deprecated [-Wdeprecated-declarations]
if ((pkey = X509_REQ_get_pubkey(self->x509_req)) == NULL)
^
/usr/include/openssl/x509.h:1024:12: note: 'X509_REQ_get_pubkey' declared here
EVP_PKEY * X509_REQ_get_pubkey(X509_REQ *req) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:88:10: warning: 'X509_REQ_set_pubkey' is deprecated [-Wdeprecated-declarations]
if (!X509_REQ_set_pubkey(self->x509_req, pkey->pkey))
^
/usr/include/openssl/x509.h:1023:6: note: 'X509_REQ_set_pubkey' declared here
int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:127:19: warning: 'EVP_get_digestbyname' is deprecated [-Wdeprecated-declarations]
if ((digest = EVP_get_digestbyname(digest_name)) == NULL)
^
/usr/include/openssl/evp.h:849:15: note: 'EVP_get_digestbyname' declared here
const EVP_MD *EVP_get_digestbyname(const char *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:133:10: warning: 'X509_REQ_sign' is deprecated [-Wdeprecated-declarations]
if (!X509_REQ_sign(self->x509_req, pkey->pkey, digest))
^
/usr/include/openssl/x509.h:772:5: note: 'X509_REQ_sign' declared here
int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:165:19: warning: 'X509_REQ_verify' is deprecated [-Wdeprecated-declarations]
if ((answer = X509_REQ_verify(self->x509_req, key->pkey)) <= 0) {
^
/usr/include/openssl/x509.h:758:5: note: 'X509_REQ_verify' declared here
int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:198:17: warning: 'sk_new_null' is deprecated [-Wdeprecated-declarations]
if ((exts = sk_X509_EXTENSION_new_null()) == NULL)
^
/usr/include/openssl/safestack.h:1496:38: note: expanded from macro 'sk_X509_EXTENSION_new_null'
#define sk_X509_EXTENSION_new_null() SKM_sk_new_null(X509_EXTENSION)
^
/usr/include/openssl/safestack.h:164:2: note: expanded from macro 'SKM_sk_new_null'
sk_new_null()
^
/usr/include/openssl/stack.h:87:8: note: 'sk_new_null' declared here
STACK *sk_new_null(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:214:6: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_EXTENSION_free(exts);
^
/usr/include/openssl/safestack.h:1497:36: note: expanded from macro 'sk_X509_EXTENSION_free'
#define sk_X509_EXTENSION_free(st) SKM_sk_free(X509_EXTENSION, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:217:9: warning: 'sk_push' is deprecated [-Wdeprecated-declarations]
sk_X509_EXTENSION_push(exts, ext->x509_extension);
^
/usr/include/openssl/safestack.h:1502:41: note: expanded from macro 'sk_X509_EXTENSION_push'
#define sk_X509_EXTENSION_push(st, val) SKM_sk_push(X509_EXTENSION, (st), (val))
^
/usr/include/openssl/safestack.h:176:2: note: expanded from macro 'SKM_sk_push'
sk_push(st, (char *)val)
^
/usr/include/openssl/stack.h:95:5: note: 'sk_push' declared here
int sk_push(STACK *st,char *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:220:10: warning: 'X509_REQ_add_extensions' is deprecated [-Wdeprecated-declarations]
if (!X509_REQ_add_extensions(self->x509_req, exts))
^
/usr/include/openssl/x509.h:1031:5: note: 'X509_REQ_add_extensions' declared here
int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:222:9: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_EXTENSION_free(exts);
^
/usr/include/openssl/safestack.h:1497:36: note: expanded from macro 'sk_X509_EXTENSION_free'
#define sk_X509_EXTENSION_free(st) SKM_sk_free(X509_EXTENSION, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:227:5: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_EXTENSION_free(exts);
^
/usr/include/openssl/safestack.h:1497:36: note: expanded from macro 'sk_X509_EXTENSION_free'
#define sk_X509_EXTENSION_free(st) SKM_sk_free(X509_EXTENSION, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:250:10: warning: 'X509_REQ_set_version' is deprecated [-Wdeprecated-declarations]
if (!X509_REQ_set_version(self->x509_req, version)) {
^
/usr/include/openssl/x509.h:1021:6: note: 'X509_REQ_set_version' declared here
int X509_REQ_set_version(X509_REQ *x,long version) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509req.c:274:15: warning: 'ASN1_INTEGER_get' is deprecated [-Wdeprecated-declarations]
version = X509_REQ_get_version(self->x509_req);
^
/usr/include/openssl/x509.h:735:34: note: expanded from macro 'X509_REQ_get_version'
#define X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
^
/usr/include/openssl/asn1.h:899:6: note: 'ASN1_INTEGER_get' declared here
long ASN1_INTEGER_get(ASN1_INTEGER *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
13 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/x509ext.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509ext.o
OpenSSL/crypto/x509ext.c:28:28: warning: 'X509_EXTENSION_get_critical' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong(X509_EXTENSION_get_critical(self->x509_extension));
^
/usr/include/openssl/x509.h:1187:6: note: 'X509_EXTENSION_get_critical' declared here
int X509_EXTENSION_get_critical(X509_EXTENSION *ex) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:47:8: warning: 'X509_EXTENSION_get_object' is deprecated [-Wdeprecated-declarations]
obj = X509_EXTENSION_get_object(self->x509_extension);
^
/usr/include/openssl/x509.h:1185:15: note: 'X509_EXTENSION_get_object' declared here
ASN1_OBJECT * X509_EXTENSION_get_object(X509_EXTENSION *ex) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:49:12: warning: 'OBJ_nid2sn' is deprecated [-Wdeprecated-declarations]
extname = OBJ_nid2sn(OBJ_obj2nid(obj));
^
/usr/include/openssl/objects.h:1008:14: note: 'OBJ_nid2sn' declared here
const char * OBJ_nid2sn(int n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:49:23: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
extname = OBJ_nid2sn(OBJ_obj2nid(obj));
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:69:12: warning: 'X509_EXTENSION_get_data' is deprecated [-Wdeprecated-declarations]
data = X509_EXTENSION_get_data(self->x509_extension);
^
/usr/include/openssl/x509.h:1186:20: note: 'X509_EXTENSION_get_data' declared here
ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ne) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:113:5: warning: 'X509V3_set_ctx' is deprecated [-Wdeprecated-declarations]
X509V3_set_ctx(&ctx, NULL, NULL, NULL, NULL, 0);
^
/usr/include/openssl/x509v3.h:561:6: note: 'X509V3_set_ctx' declared here
void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
^
OpenSSL/crypto/x509ext.c:161:28: warning: 'X509V3_EXT_nconf' is deprecated [-Wdeprecated-declarations]
self->x509_extension = X509V3_EXT_nconf(
^
/usr/include/openssl/x509v3.h:537:17: note: 'X509V3_EXT_nconf' declared here
X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:248:16: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
BIO *bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:248:24: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
BIO *bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:250:10: warning: 'X509V3_EXT_print' is deprecated [-Wdeprecated-declarations]
if (!X509V3_EXT_print(bio, self->x509_extension, 0, 0))
^
/usr/include/openssl/x509v3.h:598:5: note: 'X509V3_EXT_print' declared here
int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:252:9: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:257:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
str_len = BIO_get_mem_data(bio, &tmp_str);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/x509ext.c:260:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
13 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/pkcs7.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/pkcs7.o
OpenSSL/crypto/pkcs7.c:27:9: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
if (PKCS7_type_is_signed(self->pkcs7))
^
/usr/include/openssl/pkcs7.h:231:34: note: expanded from macro 'PKCS7_type_is_signed'
#define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs7.c:45:9: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
if (PKCS7_type_is_enveloped(self->pkcs7))
^
/usr/include/openssl/pkcs7.h:233:37: note: expanded from macro 'PKCS7_type_is_enveloped'
#define PKCS7_type_is_enveloped(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_enveloped)
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs7.c:63:9: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
if (PKCS7_type_is_signedAndEnveloped(self->pkcs7))
^
/usr/include/openssl/pkcs7.h:235:4: note: expanded from macro 'PKCS7_type_is_signedAndEnveloped'
(OBJ_obj2nid((a)->type) == NID_pkcs7_signedAndEnveloped)
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs7.c:81:9: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
if (PKCS7_type_is_data(self->pkcs7))
^
/usr/include/openssl/pkcs7.h:236:34: note: expanded from macro 'PKCS7_type_is_data'
#define PKCS7_type_is_data(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_data)
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs7.c:102:31: warning: 'OBJ_nid2sn' is deprecated [-Wdeprecated-declarations]
return PyBytes_FromString(OBJ_nid2sn(OBJ_obj2nid(self->pkcs7->type)));
^
/usr/include/openssl/objects.h:1008:14: note: 'OBJ_nid2sn' declared here
const char * OBJ_nid2sn(int n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs7.c:102:42: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
return PyBytes_FromString(OBJ_nid2sn(OBJ_obj2nid(self->pkcs7->type)));
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
6 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/pkcs12.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/pkcs12.o
OpenSSL/crypto/pkcs12.c:258:19: warning: 'sk_new_null' is deprecated [-Wdeprecated-declarations]
cacerts = sk_X509_new_null();
^
/usr/include/openssl/safestack.h:1386:28: note: expanded from macro 'sk_X509_new_null'
#define sk_X509_new_null() SKM_sk_new_null(X509)
^
/usr/include/openssl/safestack.h:164:2: note: expanded from macro 'SKM_sk_new_null'
sk_new_null()
^
/usr/include/openssl/stack.h:87:8: note: 'sk_new_null' declared here
STACK *sk_new_null(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:262:13: warning: 'sk_push' is deprecated [-Wdeprecated-declarations]
sk_X509_push(cacerts, (( crypto_X509Obj* ) obj)->x509);
^
/usr/include/openssl/safestack.h:1392:31: note: expanded from macro 'sk_X509_push'
#define sk_X509_push(st, val) SKM_sk_push(X509, (st), (val))
^
/usr/include/openssl/safestack.h:176:2: note: expanded from macro 'SKM_sk_push'
sk_push(st, (char *)val)
^
/usr/include/openssl/stack.h:95:5: note: 'sk_push' declared here
int sk_push(STACK *st,char *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:270:11: warning: 'PKCS12_create' is deprecated [-Wdeprecated-declarations]
p12 = PKCS12_create(passphrase, friendly_name, pkey, x509, cacerts,
^
/usr/include/openssl/pkcs12.h:251:9: note: 'PKCS12_create' declared here
PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert,
^
OpenSSL/crypto/pkcs12.c:274:5: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_free(cacerts); /* NULL safe. Free just the container. */
^
/usr/include/openssl/safestack.h:1387:26: note: expanded from macro 'sk_X509_free'
#define sk_X509_free(st) SKM_sk_free(X509, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:279:11: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:279:19: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:280:5: warning: 'i2d_PKCS12_bio' is deprecated [-Wdeprecated-declarations]
i2d_PKCS12_bio(bio, p12);
^
/usr/include/openssl/pkcs12.h:263:5: note: 'i2d_PKCS12_bio' declared here
int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:281:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
buf_len = BIO_get_mem_data(bio, &temp);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:283:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:335:19: warning: 'sk_new_null' is deprecated [-Wdeprecated-declarations]
if((cacerts = sk_X509_new_null()) == NULL) {
^
/usr/include/openssl/safestack.h:1386:28: note: expanded from macro 'sk_X509_new_null'
#define sk_X509_new_null() SKM_sk_new_null(X509)
^
/usr/include/openssl/safestack.h:164:2: note: expanded from macro 'SKM_sk_new_null'
sk_new_null()
^
/usr/include/openssl/stack.h:87:8: note: 'sk_new_null' declared here
STACK *sk_new_null(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:341:14: warning: 'PKCS12_parse' is deprecated [-Wdeprecated-declarations]
if (!PKCS12_parse(p12, passphrase, &pkey, &cert, &cacerts)) {
^
/usr/include/openssl/pkcs12.h:249:5: note: 'PKCS12_parse' declared here
int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
^
OpenSSL/crypto/pkcs12.c:379:21: warning: 'X509_alias_get0' is deprecated [-Wdeprecated-declarations]
alias_str = X509_alias_get0(cert, &alias_len);
^
/usr/include/openssl/x509.h:957:17: note: 'X509_alias_get0' declared here
unsigned char * X509_alias_get0(X509 *x, int *len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:405:20: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
cacert_count = sk_X509_num(cacerts);
^
/usr/include/openssl/safestack.h:1388:25: note: expanded from macro 'sk_X509_num'
#define sk_X509_num(st) SKM_sk_num(X509, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:415:20: warning: 'sk_value' is deprecated [-Wdeprecated-declarations]
cert = sk_X509_value(cacerts, i);
^
/usr/include/openssl/safestack.h:1389:30: note: expanded from macro 'sk_X509_value'
#define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i))
^
/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
((type *)sk_value(st, i))
^
/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:423:5: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_free(cacerts); /* Don't free the certs, just the container. */
^
/usr/include/openssl/safestack.h:1387:26: note: expanded from macro 'sk_X509_free'
#define sk_X509_free(st) SKM_sk_free(X509, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/pkcs12.c:429:5: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_free(cacerts); /* NULL safe. Free just the container. */
^
/usr/include/openssl/safestack.h:1387:26: note: expanded from macro 'sk_X509_free'
#define sk_X509_free(st) SKM_sk_free(X509, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
16 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/netscape_spki.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/netscape_spki.o
OpenSSL/crypto/netscape_spki.c:56:16: warning: 'NETSCAPE_SPKI_b64_decode' is deprecated [-Wdeprecated-declarations]
spki = NETSCAPE_SPKI_b64_decode(enc, enc_len);
^
/usr/include/openssl/x509.h:762:17: note: 'NETSCAPE_SPKI_b64_decode' declared here
NETSCAPE_SPKI * NETSCAPE_SPKI_b64_decode(const char *str, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/netscape_spki.c:113:19: warning: 'EVP_get_digestbyname' is deprecated [-Wdeprecated-declarations]
if ((digest = EVP_get_digestbyname(digest_name)) == NULL)
^
/usr/include/openssl/evp.h:849:15: note: 'EVP_get_digestbyname' declared here
const EVP_MD *EVP_get_digestbyname(const char *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/netscape_spki.c:119:10: warning: 'NETSCAPE_SPKI_sign' is deprecated [-Wdeprecated-declarations]
if (!NETSCAPE_SPKI_sign(self->netscape_spki, pkey->pkey, digest))
^
/usr/include/openssl/x509.h:774:5: note: 'NETSCAPE_SPKI_sign' declared here
int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/netscape_spki.c:148:19: warning: 'NETSCAPE_SPKI_verify' is deprecated [-Wdeprecated-declarations]
if ((answer = NETSCAPE_SPKI_verify(self->netscape_spki, pkey->pkey)) <= 0) {
^
/usr/include/openssl/x509.h:760:5: note: 'NETSCAPE_SPKI_verify' declared here
int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/netscape_spki.c:170:11: warning: 'NETSCAPE_SPKI_b64_encode' is deprecated [-Wdeprecated-declarations]
str = NETSCAPE_SPKI_b64_encode(self->netscape_spki);
^
/usr/include/openssl/x509.h:763:8: note: 'NETSCAPE_SPKI_b64_encode' declared here
char * NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/netscape_spki.c:191:17: warning: 'NETSCAPE_SPKI_get_pubkey' is deprecated [-Wdeprecated-declarations]
if ((pkey = NETSCAPE_SPKI_get_pubkey(self->netscape_spki)) == NULL)
^
/usr/include/openssl/x509.h:764:11: note: 'NETSCAPE_SPKI_get_pubkey' declared here
EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/netscape_spki.c:219:10: warning: 'NETSCAPE_SPKI_set_pubkey' is deprecated [-Wdeprecated-declarations]
if (!NETSCAPE_SPKI_set_pubkey(self->netscape_spki, pkey->pkey))
^
/usr/include/openssl/x509.h:765:5: note: 'NETSCAPE_SPKI_set_pubkey' declared here
int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
7 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/revoked.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/revoked.o
OpenSSL/crypto/revoked.c:55:11: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:55:19: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:61:10: warning: 'X509V3_EXT_print' is deprecated [-Wdeprecated-declarations]
if (!X509V3_EXT_print(bio, ex, 0, 0)) {
^
/usr/include/openssl/x509v3.h:598:5: note: 'X509V3_EXT_print' declared here
int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:62:13: warning: 'ASN1_STRING_print' is deprecated [-Wdeprecated-declarations]
if (M_ASN1_OCTET_STRING_print(bio, ex->value) == 0) {
^
/usr/include/openssl/asn1.h:609:40: note: expanded from macro 'M_ASN1_OCTET_STRING_print'
#define M_ASN1_OCTET_STRING_print(a,b) ASN1_STRING_print(a,(ASN1_STRING *)b)
^
/usr/include/openssl/asn1.h:1009:5: note: 'ASN1_STRING_print' declared here
int ASN1_STRING_print(BIO *bp,ASN1_STRING *v) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:68:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
str_len = BIO_get_mem_data(bio, &tmp_str);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:72:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:77:9: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:90:21: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
for (j = 0; j < sk_X509_EXTENSION_num(sk); j++) {
^
/usr/include/openssl/safestack.h:1498:35: note: expanded from macro 'sk_X509_EXTENSION_num'
#define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:91:16: warning: 'sk_value' is deprecated [-Wdeprecated-declarations]
ext = sk_X509_EXTENSION_value(sk, j);
^
/usr/include/openssl/safestack.h:1499:40: note: expanded from macro 'sk_X509_EXTENSION_value'
#define sk_X509_EXTENSION_value(st, i) SKM_sk_value(X509_EXTENSION, (st), (i))
^
/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
((type *)sk_value(st, i))
^
/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:92:14: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
if (OBJ_obj2nid(ext->object) == NID_crl_reason) {
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:94:21: warning: 'sk_delete' is deprecated [-Wdeprecated-declarations]
(void) sk_X509_EXTENSION_delete(sk, j);
^
/usr/include/openssl/safestack.h:1506:41: note: expanded from macro 'sk_X509_EXTENSION_delete'
#define sk_X509_EXTENSION_delete(st, i) SKM_sk_delete(X509_EXTENSION, (st), (i))
^
/usr/include/openssl/safestack.h:182:11: note: expanded from macro 'SKM_sk_delete'
((type *)sk_delete(st, i))
^
/usr/include/openssl/stack.h:91:7: note: 'sk_delete' declared here
char *sk_delete(STACK *st,int loc) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:158:19: warning: 'ASN1_ENUMERATED_set' is deprecated [-Wdeprecated-declarations]
if (!rtmp || !ASN1_ENUMERATED_set(rtmp, reason_code)) {
^
/usr/include/openssl/asn1.h:903:5: note: 'ASN1_ENUMERATED_set' declared here
int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:162:10: warning: 'X509_REVOKED_add1_ext_i2d' is deprecated [-Wdeprecated-declarations]
if (!X509_REVOKED_add1_ext_i2d(self->revoked, NID_crl_reason, rtmp, 0, 0)) {
^
/usr/include/openssl/x509.h:1174:6: note: 'X509_REVOKED_add1_ext_i2d' declared here
int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
^
OpenSSL/crypto/revoked.c:192:21: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
for (j = 0; j < sk_X509_EXTENSION_num(sk); j++) {
^
/usr/include/openssl/safestack.h:1498:35: note: expanded from macro 'sk_X509_EXTENSION_num'
#define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:193:16: warning: 'sk_value' is deprecated [-Wdeprecated-declarations]
ext = sk_X509_EXTENSION_value(sk, j);
^
/usr/include/openssl/safestack.h:1499:40: note: expanded from macro 'sk_X509_EXTENSION_value'
#define sk_X509_EXTENSION_value(st, i) SKM_sk_value(X509_EXTENSION, (st), (i))
^
/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
((type *)sk_value(st, i))
^
/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:194:14: warning: 'OBJ_obj2nid' is deprecated [-Wdeprecated-declarations]
if (OBJ_obj2nid(ext->object) == NID_crl_reason) {
^
/usr/include/openssl/objects.h:1009:6: note: 'OBJ_obj2nid' declared here
int OBJ_obj2nid(const ASN1_OBJECT *o) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:249:11: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:249:19: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:255:9: warning: 'i2a_ASN1_INTEGER' is deprecated [-Wdeprecated-declarations]
if (i2a_ASN1_INTEGER(bio, asn1_int) < 0) {
^
/usr/include/openssl/asn1.h:884:5: note: 'i2a_ASN1_INTEGER' declared here
int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:260:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
str_len = BIO_get_mem_data(bio, &tmp_str);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:264:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:269:9: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:317:10: warning: 'BN_hex2bn' is deprecated [-Wdeprecated-declarations]
if (!BN_hex2bn(&serial, hex_str) ) {
^
/usr/include/openssl/bn.h:507:6: note: 'BN_hex2bn' declared here
int BN_hex2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:322:14: warning: 'BN_to_ASN1_INTEGER' is deprecated [-Wdeprecated-declarations]
tmpser = BN_to_ASN1_INTEGER(serial, NULL);
^
/usr/include/openssl/asn1.h:900:15: note: 'BN_to_ASN1_INTEGER' declared here
ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *bn, ASN1_INTEGER *ai) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:323:5: warning: 'BN_free' is deprecated [-Wdeprecated-declarations]
BN_free(serial);
^
/usr/include/openssl/bn.h:468:6: note: 'BN_free' declared here
void BN_free(BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/revoked.c:325:5: warning: 'X509_REVOKED_set_serialNumber' is deprecated [-Wdeprecated-declarations]
X509_REVOKED_set_serialNumber(self->revoked, tmpser);
^
/usr/include/openssl/x509.h:1056:5: note: 'X509_REVOKED_set_serialNumber' declared here
int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
26 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/crypto/crl.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/crl.o
OpenSSL/crypto/crl.c:14:30: warning: 'ASN1_STRING_dup' is deprecated [-Wdeprecated-declarations]
dupe->serialNumber = M_ASN1_INTEGER_dup(orig->serialNumber);
^
/usr/include/openssl/asn1.h:590:47: note: expanded from macro 'M_ASN1_INTEGER_dup'
#define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)ASN1_STRING_dup((ASN1_STRING *)a)
^
/usr/include/openssl/asn1.h:790:15: note: 'ASN1_STRING_dup' declared here
ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:17:32: warning: 'ASN1_STRING_dup' is deprecated [-Wdeprecated-declarations]
dupe->revocationDate = M_ASN1_INTEGER_dup(orig->revocationDate);
^
/usr/include/openssl/asn1.h:590:47: note: expanded from macro 'M_ASN1_INTEGER_dup'
#define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)ASN1_STRING_dup((ASN1_STRING *)a)
^
/usr/include/openssl/asn1.h:790:15: note: 'ASN1_STRING_dup' declared here
ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:24:14: warning: 'sk_new_null' is deprecated [-Wdeprecated-declarations]
sk = sk_X509_EXTENSION_new_null();
^
/usr/include/openssl/safestack.h:1496:38: note: expanded from macro 'sk_X509_EXTENSION_new_null'
#define sk_X509_EXTENSION_new_null() SKM_sk_new_null(X509_EXTENSION)
^
/usr/include/openssl/safestack.h:164:2: note: expanded from macro 'SKM_sk_new_null'
sk_new_null()
^
/usr/include/openssl/stack.h:87:8: note: 'sk_new_null' declared here
STACK *sk_new_null(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:25:25: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
for (j = 0; j < sk_X509_EXTENSION_num(orig->extensions); j++) {
^
/usr/include/openssl/safestack.h:1498:35: note: expanded from macro 'sk_X509_EXTENSION_num'
#define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:26:19: warning: 'sk_value' is deprecated [-Wdeprecated-declarations]
ext = sk_X509_EXTENSION_value(orig->extensions, j);
^
/usr/include/openssl/safestack.h:1499:40: note: expanded from macro 'sk_X509_EXTENSION_value'
#define sk_X509_EXTENSION_value(st, i) SKM_sk_value(X509_EXTENSION, (st), (i))
^
/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
((type *)sk_value(st, i))
^
/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:27:19: warning: 'X509_EXTENSION_dup' is deprecated [-Wdeprecated-declarations]
ext = X509_EXTENSION_dup(ext);
^
/usr/include/openssl/x509.h:868:17: note: 'X509_EXTENSION_dup' declared here
X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:28:13: warning: 'sk_push' is deprecated [-Wdeprecated-declarations]
sk_X509_EXTENSION_push(sk, ext);
^
/usr/include/openssl/safestack.h:1502:41: note: expanded from macro 'sk_X509_EXTENSION_push'
#define sk_X509_EXTENSION_push(st, val) SKM_sk_push(X509_EXTENSION, (st), (val))
^
/usr/include/openssl/safestack.h:176:2: note: expanded from macro 'SKM_sk_push'
sk_push(st, (char *)val)
^
/usr/include/openssl/stack.h:95:5: note: 'sk_push' declared here
int sk_push(STACK *st,char *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:52:15: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
num_rev = sk_X509_REVOKED_num(self->crl->crl->revoked);
^
/usr/include/openssl/safestack.h:1718:33: note: expanded from macro 'sk_X509_REVOKED_num'
#define sk_X509_REVOKED_num(st) SKM_sk_num(X509_REVOKED, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:62:13: warning: 'sk_value' is deprecated [-Wdeprecated-declarations]
r = sk_X509_REVOKED_value(self->crl->crl->revoked, j);
^
/usr/include/openssl/safestack.h:1719:38: note: expanded from macro 'sk_X509_REVOKED_value'
#define sk_X509_REVOKED_value(st, i) SKM_sk_value(X509_REVOKED, (st), (i))
^
/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
((type *)sk_value(st, i))
^
/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:106:5: warning: 'X509_CRL_add0_revoked' is deprecated [-Wdeprecated-declarations]
X509_CRL_add0_revoked(self->crl, dup);
^
/usr/include/openssl/x509.h:970:5: note: 'X509_CRL_add0_revoked' declared here
int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:141:11: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:141:19: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
bio = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:146:5: warning: 'X509_gmtime_adj' is deprecated [-Wdeprecated-declarations]
X509_gmtime_adj(tmptm,0);
^
/usr/include/openssl/x509.h:884:13: note: 'X509_gmtime_adj' declared here
ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:147:5: warning: 'X509_CRL_set_lastUpdate' is deprecated [-Wdeprecated-declarations]
X509_CRL_set_lastUpdate(self->crl, tmptm);
^
/usr/include/openssl/x509.h:1052:5: note: 'X509_CRL_set_lastUpdate' declared here
int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:148:5: warning: 'X509_gmtime_adj' is deprecated [-Wdeprecated-declarations]
X509_gmtime_adj(tmptm,days*24*60*60);
^
/usr/include/openssl/x509.h:884:13: note: 'X509_gmtime_adj' declared here
ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:149:5: warning: 'X509_CRL_set_nextUpdate' is deprecated [-Wdeprecated-declarations]
X509_CRL_set_nextUpdate(self->crl, tmptm);
^
/usr/include/openssl/x509.h:1053:5: note: 'X509_CRL_set_nextUpdate' declared here
int X509_CRL_set_nextUpdate(X509_CRL *x, ASN1_TIME *tm) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:151:5: warning: 'X509_CRL_set_issuer_name' is deprecated [-Wdeprecated-declarations]
X509_CRL_set_issuer_name(self->crl, X509_get_subject_name(x509->x509));
^
/usr/include/openssl/x509.h:1051:5: note: 'X509_CRL_set_issuer_name' declared here
int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:151:41: warning: 'X509_get_subject_name' is deprecated [-Wdeprecated-declarations]
X509_CRL_set_issuer_name(self->crl, X509_get_subject_name(x509->x509));
^
/usr/include/openssl/x509.h:1013:13: note: 'X509_get_subject_name' declared here
X509_NAME * X509_get_subject_name(X509 *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:152:5: warning: 'X509_CRL_sign' is deprecated [-Wdeprecated-declarations]
X509_CRL_sign(self->crl, key->pkey, EVP_md5());
^
/usr/include/openssl/x509.h:773:5: note: 'X509_CRL_sign' declared here
int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:152:41: warning: 'EVP_md5' is deprecated [-Wdeprecated-declarations]
X509_CRL_sign(self->crl, key->pkey, EVP_md5());
^
/usr/include/openssl/evp.h:662:15: note: 'EVP_md5' declared here
const EVP_MD *EVP_md5(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:159:25: warning: 'i2d_X509_CRL_bio' is deprecated [-Wdeprecated-declarations]
ret = (int) i2d_X509_CRL_bio(bio, self->crl);
^
/usr/include/openssl/x509.h:831:5: note: 'i2d_X509_CRL_bio' declared here
int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:163:19: warning: 'X509_CRL_print' is deprecated [-Wdeprecated-declarations]
ret = X509_CRL_print(bio, self->crl);
^
/usr/include/openssl/x509.h:1092:6: note: 'X509_CRL_print' declared here
int X509_CRL_print(BIO *bp,X509_CRL *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:174:9: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:177:15: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
buf_len = BIO_get_mem_data(bio, &temp);
^
/usr/include/openssl/bio.h:494:32: note: expanded from macro 'BIO_get_mem_data'
#define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/crypto/crl.c:179:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
25 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/util.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/util.o
OpenSSL/util.c:30:19: warning: 'ERR_get_error' is deprecated [-Wdeprecated-declarations]
while ((err = ERR_get_error()) != 0) {
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' declared here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:31:33: warning: 'ERR_lib_error_string' is deprecated [-Wdeprecated-declarations]
tuple = Py_BuildValue("(sss)", ERR_lib_error_string(err),
^
/usr/include/openssl/err.h:281:13: note: 'ERR_lib_error_string' declared here
const char *ERR_lib_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:32:26: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations]
ERR_func_error_string(err),
^
/usr/include/openssl/err.h:282:13: note: 'ERR_func_error_string' declared here
const char *ERR_func_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:33:12: warning: 'ERR_reason_error_string' is deprecated [-Wdeprecated-declarations]
ERR_reason_error_string(err));
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' declared here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
4 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/crypto.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509name.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/pkey.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509store.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509req.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/x509ext.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/pkcs7.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/pkcs12.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/netscape_spki.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/revoked.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/crypto/crl.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.macosx-10.8-x86_64-2.7/OpenSSL/crypto.so
building 'OpenSSL.rand' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/rand/rand.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/rand/rand.o
OpenSSL/rand/rand.c:51:5: warning: 'RAND_add' is deprecated [-Wdeprecated-declarations]
RAND_add(buf, size, entropy);
^
/usr/include/openssl/rand.h:107:6: note: 'RAND_add' declared here
void RAND_add(const void *buf,int num,double entropy) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:73:5: warning: 'RAND_seed' is deprecated [-Wdeprecated-declarations]
RAND_seed(buf, size);
^
/usr/include/openssl/rand.h:106:6: note: 'RAND_seed' declared here
void RAND_seed(const void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:91:34: warning: 'RAND_status' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)RAND_status());
^
/usr/include/openssl/rand.h:111:5: note: 'RAND_status' declared here
int RAND_status(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:134:34: warning: 'RAND_egd_bytes' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)RAND_egd_bytes(path, bytes));
^
/usr/include/openssl/rand.h:114:5: note: 'RAND_egd_bytes' declared here
int RAND_egd_bytes(const char *path,int bytes) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:149:5: warning: 'RAND_cleanup' is deprecated [-Wdeprecated-declarations]
RAND_cleanup();
^
/usr/include/openssl/rand.h:103:6: note: 'RAND_cleanup' declared here
void RAND_cleanup(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:173:34: warning: 'RAND_load_file' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)RAND_load_file(filename, maxbytes));
^
/usr/include/openssl/rand.h:108:6: note: 'RAND_load_file' declared here
int RAND_load_file(const char *file,long max_bytes) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:191:34: warning: 'RAND_write_file' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)RAND_write_file(filename));
^
/usr/include/openssl/rand.h:109:6: note: 'RAND_write_file' declared here
int RAND_write_file(const char *file) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:228:10: warning: 'RAND_bytes' is deprecated [-Wdeprecated-declarations]
rc = RAND_bytes((unsigned char *) buf, num_bytes);
^
/usr/include/openssl/rand.h:104:6: note: 'RAND_bytes' declared here
int RAND_bytes(unsigned char *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/rand/rand.c:298:5: warning: 'ERR_load_RAND_strings' is deprecated [-Wdeprecated-declarations]
ERR_load_RAND_strings();
^
/usr/include/openssl/rand.h:137:6: note: 'ERR_load_RAND_strings' declared here
void ERR_load_RAND_strings(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
9 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/util.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/util.o
OpenSSL/util.c:30:19: warning: 'ERR_get_error' is deprecated [-Wdeprecated-declarations]
while ((err = ERR_get_error()) != 0) {
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' declared here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:31:33: warning: 'ERR_lib_error_string' is deprecated [-Wdeprecated-declarations]
tuple = Py_BuildValue("(sss)", ERR_lib_error_string(err),
^
/usr/include/openssl/err.h:281:13: note: 'ERR_lib_error_string' declared here
const char *ERR_lib_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:32:26: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations]
ERR_func_error_string(err),
^
/usr/include/openssl/err.h:282:13: note: 'ERR_func_error_string' declared here
const char *ERR_func_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:33:12: warning: 'ERR_reason_error_string' is deprecated [-Wdeprecated-declarations]
ERR_reason_error_string(err));
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' declared here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
4 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/OpenSSL/rand/rand.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.macosx-10.8-x86_64-2.7/OpenSSL/rand.so
building 'OpenSSL.SSL' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/ssl/connection.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/ssl/connection.o
OpenSSL/ssl/connection.c:138:9: warning: 'BIO_test_flags' is deprecated [-Wdeprecated-declarations]
if (BIO_should_retry(bio)) {
^
/usr/include/openssl/bio.h:230:30: note: expanded from macro 'BIO_should_retry'
#define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY)
^
/usr/include/openssl/bio.h:208:6: note: 'BIO_test_flags' declared here
int BIO_test_flags(const BIO *b, int flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:139:13: warning: 'BIO_test_flags' is deprecated [-Wdeprecated-declarations]
if (BIO_should_read(bio)) {
^
/usr/include/openssl/bio.h:226:29: note: expanded from macro 'BIO_should_read'
#define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ)
^
/usr/include/openssl/bio.h:208:6: note: 'BIO_test_flags' declared here
int BIO_test_flags(const BIO *b, int flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:141:20: warning: 'BIO_test_flags' is deprecated [-Wdeprecated-declarations]
} else if (BIO_should_write(bio)) {
^
/usr/include/openssl/bio.h:227:30: note: expanded from macro 'BIO_should_write'
#define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE)
^
/usr/include/openssl/bio.h:208:6: note: 'BIO_test_flags' declared here
int BIO_test_flags(const BIO *b, int flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:143:20: warning: 'BIO_test_flags' is deprecated [-Wdeprecated-declarations]
} else if (BIO_should_io_special(bio)) {
^
/usr/include/openssl/bio.h:228:34: note: expanded from macro 'BIO_should_io_special'
#define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)
^
/usr/include/openssl/bio.h:208:6: note: 'BIO_test_flags' declared here
int BIO_test_flags(const BIO *b, int flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:217:17: warning: 'ERR_peek_error' is deprecated [-Wdeprecated-declarations]
if (ERR_peek_error() == 0)
^
/usr/include/openssl/err.h:270:15: note: 'ERR_peek_error' declared here
unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:289:5: warning: 'SSL_set_SSL_CTX' is deprecated [-Wdeprecated-declarations]
SSL_set_SSL_CTX(self->ssl, ctx->ctx);
^
/usr/include/openssl/ssl.h:1577:10: note: 'SSL_set_SSL_CTX' declared here
SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:346:5: warning: 'SSL_ctrl' is deprecated [-Wdeprecated-declarations]
SSL_set_tlsext_host_name(self->ssl, buf);
^
/usr/include/openssl/tls1.h:133:42: note: expanded from macro 'SSL_set_tlsext_host_name'
#define SSL_set_tlsext_host_name(s,name) \
^
/usr/include/openssl/ssl.h:1496:6: note: 'SSL_ctrl' declared here
long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:367:11: warning: 'SSL_pending' is deprecated [-Wdeprecated-declarations]
ret = SSL_pending(self->ssl);
^
/usr/include/openssl/ssl.h:1368:5: note: 'SSL_pending' declared here
int SSL_pending(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:393:11: warning: 'BIO_write' is deprecated [-Wdeprecated-declarations]
ret = BIO_write(self->into_ssl, buf, len);
^
/usr/include/openssl/bio.h:587:5: note: 'BIO_write' declared here
int BIO_write(BIO *b, const void *data, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:442:11: warning: 'SSL_write' is deprecated [-Wdeprecated-declarations]
ret = SSL_write(self->ssl, buf, len);
^
/usr/include/openssl/ssl.h:1495:6: note: 'SSL_write' declared here
int SSL_write(SSL *ssl,const void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:455:11: warning: 'SSL_get_error' is deprecated [-Wdeprecated-declarations]
err = SSL_get_error(self->ssl, ret);
^
/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:499:15: warning: 'SSL_write' is deprecated [-Wdeprecated-declarations]
ret = SSL_write(self->ssl, buf, len);
^
/usr/include/openssl/ssl.h:1495:6: note: 'SSL_write' declared here
int SSL_write(SSL *ssl,const void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:507:15: warning: 'SSL_get_error' is deprecated [-Wdeprecated-declarations]
err = SSL_get_error(self->ssl, ret);
^
/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:554:11: warning: 'SSL_read' is deprecated [-Wdeprecated-declarations]
ret = SSL_read(self->ssl, PyBytes_AsString(buf), bufsiz);
^
/usr/include/openssl/ssl.h:1493:6: note: 'SSL_read' declared here
int SSL_read(SSL *ssl,void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:564:11: warning: 'SSL_get_error' is deprecated [-Wdeprecated-declarations]
err = SSL_get_error(self->ssl, ret);
^
/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:605:11: warning: 'BIO_read' is deprecated [-Wdeprecated-declarations]
ret = BIO_read(self->from_ssl, PyBytes_AsString(buf), bufsiz);
^
/usr/include/openssl/bio.h:585:5: note: 'BIO_read' declared here
int BIO_read(BIO *b, void *data, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:648:11: warning: 'SSL_renegotiate' is deprecated [-Wdeprecated-declarations]
ret = SSL_renegotiate(self->ssl);
^
/usr/include/openssl/ssl.h:1530:5: note: 'SSL_renegotiate' declared here
int SSL_renegotiate(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:674:11: warning: 'SSL_do_handshake' is deprecated [-Wdeprecated-declarations]
ret = SSL_do_handshake(self->ssl);
^
/usr/include/openssl/ssl.h:1529:5: note: 'SSL_do_handshake' declared here
int SSL_do_handshake(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:683:11: warning: 'SSL_get_error' is deprecated [-Wdeprecated-declarations]
err = SSL_get_error(self->ssl, ret);
^
/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:709:34: warning: 'SSL_renegotiate_pending' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)SSL_renegotiate_pending(self->ssl));
^
/usr/include/openssl/ssl.h:1531:5: note: 'SSL_renegotiate_pending' declared here
int SSL_renegotiate_pending(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:724:28: warning: 'SSL_ctrl' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong(SSL_total_renegotiations(self->ssl));
^
/usr/include/openssl/ssl.h:1312:2: note: expanded from macro 'SSL_total_renegotiations'
SSL_ctrl((ssl),SSL_CTRL_GET_TOTAL_RENEGOTIATIONS,0,NULL)
^
/usr/include/openssl/ssl.h:1496:6: note: 'SSL_ctrl' declared here
long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:739:5: warning: 'SSL_set_accept_state' is deprecated [-Wdeprecated-declarations]
SSL_set_accept_state(self->ssl);
^
/usr/include/openssl/ssl.h:1549:6: note: 'SSL_set_accept_state' declared here
void SSL_set_accept_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:757:5: warning: 'SSL_set_connect_state' is deprecated [-Wdeprecated-declarations]
SSL_set_connect_state(self->ssl);
^
/usr/include/openssl/ssl.h:1548:6: note: 'SSL_set_connect_state' declared here
void SSL_set_connect_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:777:5: warning: 'SSL_set_connect_state' is deprecated [-Wdeprecated-declarations]
SSL_set_connect_state(self->ssl);
^
/usr/include/openssl/ssl.h:1548:6: note: 'SSL_set_connect_state' declared here
void SSL_set_connect_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:802:5: warning: 'SSL_set_connect_state' is deprecated [-Wdeprecated-declarations]
SSL_set_connect_state(self->ssl);
^
/usr/include/openssl/ssl.h:1548:6: note: 'SSL_set_connect_state' declared here
void SSL_set_connect_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:842:5: warning: 'SSL_set_accept_state' is deprecated [-Wdeprecated-declarations]
SSL_set_accept_state(conn->ssl);
^
/usr/include/openssl/ssl.h:1549:6: note: 'SSL_set_accept_state' declared here
void SSL_set_accept_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:868:5: warning: 'BIO_ctrl' is deprecated [-Wdeprecated-declarations]
BIO_set_mem_eof_return(self->into_ssl, 0);
^
/usr/include/openssl/bio.h:498:5: note: expanded from macro 'BIO_set_mem_eof_return'
BIO_ctrl(b,BIO_C_SET_BUF_MEM_EOF_RETURN,v,NULL)
^
/usr/include/openssl/bio.h:590:6: note: 'BIO_ctrl' declared here
long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:891:11: warning: 'SSL_shutdown' is deprecated [-Wdeprecated-declarations]
ret = SSL_shutdown(self->ssl);
^
/usr/include/openssl/ssl.h:1532:5: note: 'SSL_shutdown' declared here
int SSL_shutdown(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:933:19: warning: 'SSL_get_cipher_list' is deprecated [-Wdeprecated-declarations]
while ((ret = SSL_get_cipher_list(self->ssl, idx)) != NULL)
^
/usr/include/openssl/ssl.h:1365:15: note: 'SSL_get_cipher_list' declared here
const char * SSL_get_cipher_list(const SSL *s,int n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:962:15: warning: 'SSL_get_client_CA_list' is deprecated [-Wdeprecated-declarations]
CANames = SSL_get_client_CA_list(self->ssl);
^
/usr/include/openssl/ssl.h:1543:22: note: 'SSL_get_client_CA_list' declared here
STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:966:9: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
n = sk_X509_NAME_num(CANames);
^
/usr/include/openssl/safestack.h:1564:30: note: expanded from macro 'sk_X509_NAME_num'
#define sk_X509_NAME_num(st) SKM_sk_num(X509_NAME, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:975:18: warning: 'X509_NAME_dup' is deprecated [-Wdeprecated-declarations]
CAName = X509_NAME_dup(sk_X509_NAME_value(CANames, i));
^
/usr/include/openssl/x509.h:876:12: note: 'X509_NAME_dup' declared here
X509_NAME *X509_NAME_dup(X509_NAME *xn) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:975:32: warning: 'sk_value' is deprecated [-Wdeprecated-declarations]
CAName = X509_NAME_dup(sk_X509_NAME_value(CANames, i));
^
/usr/include/openssl/safestack.h:1565:35: note: expanded from macro 'sk_X509_NAME_value'
#define sk_X509_NAME_value(st, i) SKM_sk_value(X509_NAME, (st), (i))
^
/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
((type *)sk_value(st, i))
^
/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1057:34: warning: 'SSL_get_shutdown' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)SSL_get_shutdown(self->ssl));
^
/usr/include/openssl/ssl.h:1568:5: note: 'SSL_get_shutdown' declared here
int SSL_get_shutdown(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1074:5: warning: 'SSL_set_shutdown' is deprecated [-Wdeprecated-declarations]
SSL_set_shutdown(self->ssl, shutdown);
^
/usr/include/openssl/ssl.h:1567:6: note: 'SSL_set_shutdown' declared here
void SSL_set_shutdown(SSL *ssl,int mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1090:30: warning: 'SSL_state_string_long' is deprecated [-Wdeprecated-declarations]
return PyText_FromString(SSL_state_string_long(self->ssl));
^
/usr/include/openssl/ssl.h:1419:13: note: 'SSL_state_string_long' declared here
const char *SSL_state_string_long(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1177:12: warning: 'SSL_get_peer_certificate' is deprecated [-Wdeprecated-declarations]
cert = SSL_get_peer_certificate(self->ssl);
^
/usr/include/openssl/ssl.h:1450:8: note: 'SSL_get_peer_certificate' declared here
X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1208:28: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
chain = PyList_New(sk_X509_num(sk));
^
/usr/include/openssl/safestack.h:1388:25: note: expanded from macro 'sk_X509_num'
#define sk_X509_num(st) SKM_sk_num(X509, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1209:25: warning: 'sk_num' is deprecated [-Wdeprecated-declarations]
for (i = 0; i < sk_X509_num(sk); i++) {
^
/usr/include/openssl/safestack.h:1388:25: note: expanded from macro 'sk_X509_num'
#define sk_X509_num(st) SKM_sk_num(X509, (st))
^
/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
sk_num(st)
^
/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1210:29: warning: 'sk_value' is deprecated [-Wdeprecated-declarations]
cert = new_x509(sk_X509_value(sk, i), 1);
^
/usr/include/openssl/safestack.h:1389:30: note: expanded from macro 'sk_X509_value'
#define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i))
^
/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
((type *)sk_value(st, i))
^
/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1216:13: warning: 'CRYPTO_add_lock' is deprecated [-Wdeprecated-declarations]
CRYPTO_add(&cert->x509->references, 1, CRYPTO_LOCK_X509);
^
/usr/include/openssl/crypto.h:248:2: note: expanded from macro 'CRYPTO_add'
CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
^
/usr/include/openssl/crypto.h:429:5: note: 'CRYPTO_add_lock' declared here
int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
^
OpenSSL/ssl/connection.c:1239:34: warning: 'SSL_want' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)SSL_want_read(self->ssl));
^
/usr/include/openssl/ssl.h:867:27: note: expanded from macro 'SSL_want_read'
#define SSL_want_read(s) (SSL_want(s) == SSL_READING)
^
/usr/include/openssl/ssl.h:1352:5: note: 'SSL_want' declared here
int SSL_want(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1254:34: warning: 'SSL_want' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong((long)SSL_want_write(self->ssl));
^
/usr/include/openssl/ssl.h:868:28: note: expanded from macro 'SSL_want_write'
#define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
^
/usr/include/openssl/ssl.h:1352:5: note: 'SSL_want' declared here
int SSL_want(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1351:17: warning: 'SSL_new' is deprecated [-Wdeprecated-declarations]
self->ssl = SSL_new(self->context->ctx);
^
/usr/include/openssl/ssl.h:1481:7: note: 'SSL_new' declared here
SSL * SSL_new(SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1352:5: warning: 'SSL_set_ex_data' is deprecated [-Wdeprecated-declarations]
SSL_set_app_data(self->ssl, self);
^
/usr/include/openssl/ssl.h:1077:35: note: expanded from macro 'SSL_set_app_data'
#define SSL_set_app_data(s,arg) (SSL_set_ex_data(s,0,(char *)arg))
^
/usr/include/openssl/ssl.h:1586:5: note: 'SSL_set_ex_data' declared here
int SSL_set_ex_data(SSL *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1358:26: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
self->into_ssl = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1358:34: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
self->into_ssl = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1359:26: warning: 'BIO_new' is deprecated [-Wdeprecated-declarations]
self->from_ssl = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:581:7: note: 'BIO_new' declared here
BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1359:34: warning: 'BIO_s_mem' is deprecated [-Wdeprecated-declarations]
self->from_ssl = BIO_new(BIO_s_mem());
^
/usr/include/openssl/bio.h:616:13: note: 'BIO_s_mem' declared here
BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1362:9: warning: 'SSL_set_bio' is deprecated [-Wdeprecated-declarations]
SSL_set_bio(self->ssl, self->into_ssl, self->from_ssl);
^
/usr/include/openssl/ssl.h:1375:6: note: 'SSL_set_bio' declared here
void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1374:13: warning: 'SSL_set_fd' is deprecated [-Wdeprecated-declarations]
SSL_set_fd(self->ssl, (SOCKET_T)fd);
^
/usr/include/openssl/ssl.h:1370:5: note: 'SSL_set_fd' declared here
int SSL_set_fd(SSL *s, int fd) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1380:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(self->into_ssl); /* NULL safe */
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1381:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(self->from_ssl); /* NULL safe */
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/connection.c:1505:9: warning: 'SSL_free' is deprecated [-Wdeprecated-declarations]
SSL_free(self->ssl);
^
/usr/include/openssl/ssl.h:1490:6: note: 'SSL_free' declared here
void SSL_free(SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
54 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/ssl/context.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/ssl/context.o
OpenSSL/ssl/context.c:170:18: warning: 'X509_STORE_CTX_get_ex_data' is deprecated [-Wdeprecated-declarations]
ssl = (SSL *)X509_STORE_CTX_get_app_data(x509_ctx);
^
/usr/include/openssl/x509_vfy.h:276:2: note: expanded from macro 'X509_STORE_CTX_get_app_data'
X509_STORE_CTX_get_ex_data(ctx,0)
^
/usr/include/openssl/x509_vfy.h:450:8: note: 'X509_STORE_CTX_get_ex_data' declared here
void * X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:171:33: warning: 'SSL_get_ex_data' is deprecated [-Wdeprecated-declarations]
conn = (ssl_ConnectionObj *)SSL_get_app_data(ssl);
^
/usr/include/openssl/ssl.h:1078:31: note: expanded from macro 'SSL_get_app_data'
#define SSL_get_app_data(s) (SSL_get_ex_data(s,0))
^
/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:175:21: warning: 'X509_STORE_CTX_get_current_cert' is deprecated [-Wdeprecated-declarations]
cert = new_x509(X509_STORE_CTX_get_current_cert(x509_ctx), 0);
^
/usr/include/openssl/x509_vfy.h:454:8: note: 'X509_STORE_CTX_get_current_cert' declared here
X509 * X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:176:14: warning: 'X509_STORE_CTX_get_error' is deprecated [-Wdeprecated-declarations]
errnum = X509_STORE_CTX_get_error(x509_ctx);
^
/usr/include/openssl/x509_vfy.h:451:5: note: 'X509_STORE_CTX_get_error' declared here
int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:177:16: warning: 'X509_STORE_CTX_get_error_depth' is deprecated [-Wdeprecated-declarations]
errdepth = X509_STORE_CTX_get_error_depth(x509_ctx);
^
/usr/include/openssl/x509_vfy.h:453:5: note: 'X509_STORE_CTX_get_error_depth' declared here
int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:186:9: warning: 'X509_STORE_CTX_set_error' is deprecated [-Wdeprecated-declarations]
X509_STORE_CTX_set_error(x509_ctx, X509_V_OK);
^
/usr/include/openssl/x509_vfy.h:452:6: note: 'X509_STORE_CTX_set_error' declared here
void X509_STORE_CTX_set_error(X509_STORE_CTX *ctx,int s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:210:52: warning: 'SSL_get_ex_data' is deprecated [-Wdeprecated-declarations]
ssl_ConnectionObj *conn = (ssl_ConnectionObj *)SSL_get_app_data(ssl);
^
/usr/include/openssl/ssl.h:1078:31: note: expanded from macro 'SSL_get_app_data'
#define SSL_get_app_data(s) (SSL_get_ex_data(s,0))
^
/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:258:52: warning: 'SSL_get_ex_data' is deprecated [-Wdeprecated-declarations]
ssl_ConnectionObj *conn = (ssl_ConnectionObj *)SSL_get_app_data(ssl);
^
/usr/include/openssl/ssl.h:1078:31: note: expanded from macro 'SSL_get_app_data'
#define SSL_get_app_data(s) (SSL_get_ex_data(s,0))
^
/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:318:10: warning: 'SSL_CTX_load_verify_locations' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_load_verify_locations(self->ctx, cafile, capath))
^
/usr/include/openssl/ssl.h:1571:5: note: 'SSL_CTX_load_verify_locations' declared here
int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
^
OpenSSL/ssl/context.c:345:10: warning: 'SSL_CTX_set_default_verify_paths' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_set_default_verify_paths(self->ctx)) {
^
/usr/include/openssl/ssl.h:1570:5: note: 'SSL_CTX_set_default_verify_paths' declared here
int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:379:5: warning: 'SSL_CTX_set_default_passwd_cb' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_default_passwd_cb(self->ctx, global_passphrase_callback);
^
/usr/include/openssl/ssl.h:1472:6: note: 'SSL_CTX_set_default_passwd_cb' declared here
void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:384:5: warning: 'SSL_CTX_set_default_passwd_cb_userdata' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_default_passwd_cb_userdata(self->ctx, (void *)self);
^
/usr/include/openssl/ssl.h:1473:6: note: 'SSL_CTX_set_default_passwd_cb_userdata' declared here
void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:476:27: warning: 'X509_dup' is deprecated [-Wdeprecated-declarations]
if (!(cert_original = X509_dup(cert->x509)))
^
/usr/include/openssl/x509.h:866:7: note: 'X509_dup' declared here
X509 *X509_dup(X509 *x509) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:482:10: warning: 'SSL_CTX_ctrl' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_add_extra_chain_cert(self->ctx, cert_original))
^
/usr/include/openssl/ssl.h:1333:2: note: expanded from macro 'SSL_CTX_add_extra_chain_cert'
SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509)
^
/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:510:10: warning: 'SSL_CTX_use_certificate_chain_file' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_use_certificate_chain_file(self->ctx, certfile))
^
/usr/include/openssl/ssl.h:1403:5: note: 'SSL_CTX_use_certificate_chain_file' declared here
int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* PEM type */
^
OpenSSL/ssl/context.c:539:10: warning: 'SSL_CTX_use_certificate_file' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_use_certificate_file(self->ctx, certfile, filetype))
^
/usr/include/openssl/ssl.h:1402:5: note: 'SSL_CTX_use_certificate_file' declared here
int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:566:10: warning: 'SSL_CTX_use_certificate' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_use_certificate(self->ctx, cert->x509))
^
/usr/include/openssl/ssl.h:1469:5: note: 'SSL_CTX_use_certificate' declared here
int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:595:11: warning: 'SSL_CTX_use_PrivateKey_file' is deprecated [-Wdeprecated-declarations]
ret = SSL_CTX_use_PrivateKey_file(self->ctx, keyfile, filetype);
^
/usr/include/openssl/ssl.h:1401:5: note: 'SSL_CTX_use_PrivateKey_file' declared here
int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:637:10: warning: 'SSL_CTX_use_PrivateKey' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_use_PrivateKey(self->ctx, pkey->pkey)) {
^
/usr/include/openssl/ssl.h:1466:5: note: 'SSL_CTX_use_PrivateKey' declared here
int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:657:10: warning: 'SSL_CTX_check_private_key' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_check_private_key(self->ctx))
^
/usr/include/openssl/ssl.h:1475:5: note: 'SSL_CTX_check_private_key' declared here
int SSL_CTX_check_private_key(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:686:5: warning: 'SSL_CTX_set_client_CA_list' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_client_CA_list(self->ctx, SSL_load_client_CA_file(cafile));
^
/usr/include/openssl/ssl.h:1542:6: note: 'SSL_CTX_set_client_CA_list' declared here
void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:686:43: warning: 'SSL_load_client_CA_file' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_client_CA_list(self->ctx, SSL_load_client_CA_file(cafile));
^
/usr/include/openssl/ssl.h:1404:22: note: 'SSL_load_client_CA_file' declared here
STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:708:10: warning: 'SSL_CTX_set_session_id_context' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_set_session_id_context(self->ctx, buf, len))
^
/usr/include/openssl/ssl.h:1478:5: note: 'SSL_CTX_set_session_id_context' declared here
int SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx,
^
OpenSSL/ssl/context.c:748:5: warning: 'SSL_CTX_set_verify' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_verify(self->ctx, mode, global_verify_callback);
^
/usr/include/openssl/ssl.h:1458:6: note: 'SSL_CTX_set_verify' declared here
void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,
^
OpenSSL/ssl/context.c:768:5: warning: 'SSL_CTX_set_verify_depth' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_verify_depth(self->ctx, depth);
^
/usr/include/openssl/ssl.h:1460:6: note: 'SSL_CTX_set_verify_depth' declared here
void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:786:12: warning: 'SSL_CTX_get_verify_mode' is deprecated [-Wdeprecated-declarations]
mode = SSL_CTX_get_verify_mode(self->ctx);
^
/usr/include/openssl/ssl.h:1455:5: note: 'SSL_CTX_get_verify_mode' declared here
int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:803:13: warning: 'SSL_CTX_get_verify_depth' is deprecated [-Wdeprecated-declarations]
depth = SSL_CTX_get_verify_depth(self->ctx);
^
/usr/include/openssl/ssl.h:1456:5: note: 'SSL_CTX_get_verify_depth' declared here
int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:823:11: warning: 'BIO_new_file' is deprecated [-Wdeprecated-declarations]
bio = BIO_new_file(dhfile, "r");
^
/usr/include/openssl/bio.h:574:6: note: 'BIO_new_file' declared here
BIO *BIO_new_file(const char *filename, const char *mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:830:5: warning: 'SSL_CTX_ctrl' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_tmp_dh(self->ctx, dh);
^
/usr/include/openssl/ssl.h:1319:2: note: expanded from macro 'SSL_CTX_set_tmp_dh'
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
^
/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:831:5: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
DH_free(dh);
^
/usr/include/openssl/dh.h:185:6: note: 'DH_free' declared here
void DH_free(DH *dh) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:832:5: warning: 'BIO_free' is deprecated [-Wdeprecated-declarations]
BIO_free(bio);
^
/usr/include/openssl/bio.h:583:5: note: 'BIO_free' declared here
int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:852:10: warning: 'SSL_CTX_set_cipher_list' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_set_cipher_list(self->ctx, cipher_list))
^
/usr/include/openssl/ssl.h:1345:5: note: 'SSL_CTX_set_cipher_list' declared here
int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:904:15: warning: 'sk_new_null' is deprecated [-Wdeprecated-declarations]
CANames = sk_X509_NAME_new_null();
^
/usr/include/openssl/safestack.h:1562:33: note: expanded from macro 'sk_X509_NAME_new_null'
#define sk_X509_NAME_new_null() SKM_sk_new_null(X509_NAME)
^
/usr/include/openssl/safestack.h:164:2: note: expanded from macro 'SKM_sk_new_null'
sk_new_null()
^
/usr/include/openssl/stack.h:87:8: note: 'sk_new_null' declared here
STACK *sk_new_null(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:916:13: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_NAME_free(CANames);
^
/usr/include/openssl/safestack.h:1563:31: note: expanded from macro 'sk_X509_NAME_free'
#define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:921:19: warning: 'X509_NAME_dup' is deprecated [-Wdeprecated-declarations]
sslname = X509_NAME_dup(name->x509_name);
^
/usr/include/openssl/x509.h:876:12: note: 'X509_NAME_dup' declared here
X509_NAME *X509_NAME_dup(X509_NAME *xn) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:923:13: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_NAME_free(CANames);
^
/usr/include/openssl/safestack.h:1563:31: note: expanded from macro 'sk_X509_NAME_free'
#define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:928:14: warning: 'sk_push' is deprecated [-Wdeprecated-declarations]
if (!sk_X509_NAME_push(CANames, sslname)) {
^
/usr/include/openssl/safestack.h:1568:36: note: expanded from macro 'sk_X509_NAME_push'
#define sk_X509_NAME_push(st, val) SKM_sk_push(X509_NAME, (st), (val))
^
/usr/include/openssl/safestack.h:176:2: note: expanded from macro 'SKM_sk_push'
sk_push(st, (char *)val)
^
/usr/include/openssl/stack.h:95:5: note: 'sk_push' declared here
int sk_push(STACK *st,char *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:930:13: warning: 'sk_free' is deprecated [-Wdeprecated-declarations]
sk_X509_NAME_free(CANames);
^
/usr/include/openssl/safestack.h:1563:31: note: expanded from macro 'sk_X509_NAME_free'
#define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st))
^
/usr/include/openssl/safestack.h:166:2: note: expanded from macro 'SKM_sk_free'
sk_free(st)
^
/usr/include/openssl/stack.h:88:6: note: 'sk_free' declared here
void sk_free(STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:937:5: warning: 'SSL_CTX_set_client_CA_list' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_client_CA_list(self->ctx, CANames);
^
/usr/include/openssl/ssl.h:1542:6: note: 'SSL_CTX_set_client_CA_list' declared here
void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:961:10: warning: 'SSL_CTX_add_client_CA' is deprecated [-Wdeprecated-declarations]
if (!SSL_CTX_add_client_CA(self->ctx, cert->x509)) {
^
/usr/include/openssl/ssl.h:1546:5: note: 'SSL_CTX_add_client_CA' declared here
int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:983:11: warning: 'SSL_CTX_set_timeout' is deprecated [-Wdeprecated-declarations]
ret = SSL_CTX_set_timeout(self->ctx, t);
^
/usr/include/openssl/ssl.h:1348:6: note: 'SSL_CTX_set_timeout' declared here
long SSL_CTX_set_timeout(SSL_CTX *ctx,long t) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1000:11: warning: 'SSL_CTX_get_timeout' is deprecated [-Wdeprecated-declarations]
ret = SSL_CTX_get_timeout(self->ctx);
^
/usr/include/openssl/ssl.h:1349:6: note: 'SSL_CTX_get_timeout' declared here
long SSL_CTX_get_timeout(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1027:5: warning: 'SSL_CTX_set_info_callback' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_info_callback(self->ctx, global_info_callback);
^
/usr/include/openssl/ssl.h:850:6: note: 'SSL_CTX_set_info_callback' declared here
void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl,int type,int val)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1083:18: warning: 'SSL_CTX_get_cert_store' is deprecated [-Wdeprecated-declarations]
if ((store = SSL_CTX_get_cert_store(self->ctx)) == NULL)
^
/usr/include/openssl/ssl.h:1350:13: note: 'SSL_CTX_get_cert_store' declared here
X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1108:28: warning: 'SSL_CTX_ctrl' is deprecated [-Wdeprecated-declarations]
return PyLong_FromLong(SSL_CTX_set_options(self->ctx, options));
^
/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
^
/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1132:5: warning: 'SSL_CTX_callback_ctrl' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_tlsext_servername_callback(self->ctx, global_tlsext_servername_callback);
^
/usr/include/openssl/tls1.h:163:57: note: expanded from macro 'SSL_CTX_set_tlsext_servername_callback'
#define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \
^
/usr/include/openssl/ssl.h:1499:6: note: 'SSL_CTX_callback_ctrl' declared here
long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1133:5: warning: 'SSL_CTX_ctrl' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_tlsext_servername_arg(self->ctx, NULL);
^
/usr/include/openssl/tls1.h:171:53: note: expanded from macro 'SSL_CTX_set_tlsext_servername_arg'
#define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \
^
/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1200:22: warning: 'SSLv2_method' is deprecated [-Wdeprecated-declarations]
method = SSLv2_method();
^
/usr/include/openssl/ssl.h:1507:13: note: 'SSLv2_method' declared here
SSL_METHOD *SSLv2_method(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* SSLv2 */
^
OpenSSL/ssl/context.c:1204:22: warning: 'SSLv23_method' is deprecated [-Wdeprecated-declarations]
method = SSLv23_method();
^
/usr/include/openssl/ssl.h:1515:13: note: 'SSLv23_method' declared here
SSL_METHOD *SSLv23_method(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* SSLv3 but can rollback to v2 */
^
OpenSSL/ssl/context.c:1207:22: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations]
method = SSLv3_method();
^
/usr/include/openssl/ssl.h:1511:13: note: 'SSLv3_method' declared here
SSL_METHOD *SSLv3_method(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* SSLv3 */
^
OpenSSL/ssl/context.c:1210:22: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_method();
^
/usr/include/openssl/ssl.h:1519:13: note: 'TLSv1_method' declared here
SSL_METHOD *TLSv1_method(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* TLSv1.0 */
^
OpenSSL/ssl/context.c:1217:17: warning: 'SSL_CTX_new' is deprecated [-Wdeprecated-declarations]
self->ctx = SSL_CTX_new(method);
^
/usr/include/openssl/ssl.h:1346:10: note: 'SSL_CTX_new' declared here
SSL_CTX *SSL_CTX_new(SSL_METHOD *meth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1235:5: warning: 'SSL_CTX_set_ex_data' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_app_data(self->ctx, self);
^
/usr/include/openssl/ssl.h:1082:40: note: expanded from macro 'SSL_CTX_set_app_data'
#define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg))
^
/usr/include/openssl/ssl.h:1596:5: note: 'SSL_CTX_set_ex_data' declared here
int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1236:5: warning: 'SSL_CTX_ctrl' is deprecated [-Wdeprecated-declarations]
SSL_CTX_set_mode(self->ctx, SSL_MODE_ENABLE_PARTIAL_WRITE |
^
/usr/include/openssl/ssl.h:584:2: note: expanded from macro 'SSL_CTX_set_mode'
SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
^
/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/context.c:1342:5: warning: 'SSL_CTX_free' is deprecated [-Wdeprecated-declarations]
SSL_CTX_free(self->ctx);
^
/usr/include/openssl/ssl.h:1347:6: note: 'SSL_CTX_free' declared here
void SSL_CTX_free(SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
55 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/ssl/ssl.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/ssl/ssl.o
OpenSSL/ssl/ssl.c:68:15: warning: 'SSLeay_version' is deprecated [-Wdeprecated-declarations]
version = SSLeay_version(t);
^
/usr/include/openssl/crypto.h:382:13: note: 'SSLeay_version' declared here
const char *SSLeay_version(int type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/ssl.c:125:5: warning: 'SSL_library_init' is deprecated [-Wdeprecated-declarations]
SSL_library_init();
^
/usr/include/openssl/ssl.h:1553:5: note: 'SSL_library_init' declared here
int SSL_library_init(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/ssl/ssl.c:126:5: warning: 'ERR_load_SSL_strings' is deprecated [-Wdeprecated-declarations]
ERR_load_SSL_strings();
^
/usr/include/openssl/ssl.h:1672:6: note: 'ERR_load_SSL_strings' declared here
void ERR_load_SSL_strings(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
3 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c OpenSSL/util.c -o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/util.o
OpenSSL/util.c:30:19: warning: 'ERR_get_error' is deprecated [-Wdeprecated-declarations]
while ((err = ERR_get_error()) != 0) {
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' declared here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:31:33: warning: 'ERR_lib_error_string' is deprecated [-Wdeprecated-declarations]
tuple = Py_BuildValue("(sss)", ERR_lib_error_string(err),
^
/usr/include/openssl/err.h:281:13: note: 'ERR_lib_error_string' declared here
const char *ERR_lib_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:32:26: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations]
ERR_func_error_string(err),
^
/usr/include/openssl/err.h:282:13: note: 'ERR_func_error_string' declared here
const char *ERR_func_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
OpenSSL/util.c:33:12: warning: 'ERR_reason_error_string' is deprecated [-Wdeprecated-declarations]
ERR_reason_error_string(err));
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' declared here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
4 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/OpenSSL/ssl/connection.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/ssl/context.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/ssl/ssl.o build/temp.macosx-10.8-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.macosx-10.8-x86_64-2.7/OpenSSL/SSL.so
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Running setup.py install for PIL
WARNING: '' not a valid package name; please use only.-separated package names in setup.py
--- using frameworks at /System/Library/Frameworks
building '_imaging' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.8-x86_64-2.7/_imaging.o
_imaging.c:1230:53: warning: incompatible pointer types passing 'PyStringObject *' to parameter of type 'PyObject *' (aka 'struct _object *') [-Wincompatible-pointer-types]
p = (unsigned char*) PyString_AS_STRING((PyStringObject*) data);
^~~~~~~~~~~~~~~~~~~~~~
/Users/surma/.homebrew/include/stringobject.h:11:50: note: expanded from macro 'PyString_AS_STRING'
#define PyString_AS_STRING(op) PyString_AsString(op)
^
/Users/surma/.homebrew/include/pypy_decl.h:364:48: note: passing argument to parameter 'arg0' here
PyAPI_FUNC(char *) PyString_AsString(PyObject *arg0);
^
_imaging.c:3017:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
(inquiry) image_length, /*sq_length*/
^~~~~~~~~~~~~~~~~~~~~~
_imaging.c:3077:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
(inquiry) NULL, /*mp_length*/
^~~~~~~~~~~~~~
3 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c decode.c -o build/temp.macosx-10.8-x86_64-2.7/decode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c encode.c -o build/temp.macosx-10.8-x86_64-2.7/encode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c map.c -o build/temp.macosx-10.8-x86_64-2.7/map.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c display.c -o build/temp.macosx-10.8-x86_64-2.7/display.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c outline.c -o build/temp.macosx-10.8-x86_64-2.7/outline.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c path.c -o build/temp.macosx-10.8-x86_64-2.7/path.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Access.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Access.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Antialias.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Antialias.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Bands.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Bands.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/BitDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/BitDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Blend.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Blend.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Chops.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Chops.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Convert.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Convert.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ConvertYCbCr.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ConvertYCbCr.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Copy.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Copy.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crc32.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crc32.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crop.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crop.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Dib.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Dib.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Draw.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Draw.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Effects.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Effects.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/EpsEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/EpsEncode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/File.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/File.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Fill.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Fill.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Filter.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Filter.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/FliDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/FliDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Geometry.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Geometry.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GetBBox.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/GetBBox.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifEncode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/HexDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/HexDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Histo.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Histo.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegEncode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/LzwDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/LzwDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Matrix.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Matrix.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ModeFilter.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ModeFilter.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/MspDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/MspDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Negative.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Negative.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Offset.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Offset.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Pack.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Pack.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PackDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PackDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Palette.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Palette.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Paste.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Paste.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Quant.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Quant.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHash.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHash.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHeap.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHeap.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcdDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcdDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxEncode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Point.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Point.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RankFilter.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/RankFilter.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawEncode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Storage.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Storage.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/SunRleDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/SunRleDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TgaRleDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/TgaRleDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Unpack.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/Unpack.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnpackYCC.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnpackYCC.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnsharpMask.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnsharpMask.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmEncode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipDecode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipDecode.o
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipEncode.c -o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipEncode.o
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/_imaging.o build/temp.macosx-10.8-x86_64-2.7/decode.o build/temp.macosx-10.8-x86_64-2.7/encode.o build/temp.macosx-10.8-x86_64-2.7/map.o build/temp.macosx-10.8-x86_64-2.7/display.o build/temp.macosx-10.8-x86_64-2.7/outline.o build/temp.macosx-10.8-x86_64-2.7/path.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Access.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Antialias.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Bands.o build/temp.macosx-10.8-x86_64-2.7/libImaging/BitDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Blend.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Chops.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Convert.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ConvertYCbCr.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Copy.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crc32.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Crop.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Dib.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Draw.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Effects.o build/temp.macosx-10.8-x86_64-2.7/libImaging/EpsEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/File.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Fill.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Filter.o build/temp.macosx-10.8-x86_64-2.7/libImaging/FliDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Geometry.o build/temp.macosx-10.8-x86_64-2.7/libImaging/GetBBox.o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/GifEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/HexDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Histo.o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/JpegEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/LzwDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Matrix.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ModeFilter.o build/temp.macosx-10.8-x86_64-2.7/libImaging/MspDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Negative.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Offset.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Pack.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PackDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Palette.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Paste.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Quant.o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHash.o build/temp.macosx-10.8-x86_64-2.7/libImaging/QuantHeap.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcdDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/PcxEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Point.o build/temp.macosx-10.8-x86_64-2.7/libImaging/RankFilter.o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/RawEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Storage.o build/temp.macosx-10.8-x86_64-2.7/libImaging/SunRleDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/TgaRleDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/Unpack.o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnpackYCC.o build/temp.macosx-10.8-x86_64-2.7/libImaging/UnsharpMask.o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/XbmEncode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipDecode.o build/temp.macosx-10.8-x86_64-2.7/libImaging/ZipEncode.o -L/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -lz -o build/lib.macosx-10.8-x86_64-2.7/_imaging.so
building '_imagingtk' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingtk.c -o build/temp.macosx-10.8-x86_64-2.7/_imagingtk.o -framework Tcl -framework Tk
clang: warning: -framework Tcl: 'linker' input unused
clang: warning: -framework Tk: 'linker' input unused
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Tk/tkImaging.c -o build/temp.macosx-10.8-x86_64-2.7/Tk/tkImaging.o -framework Tcl -framework Tk
clang: warning: -framework Tcl: 'linker' input unused
clang: warning: -framework Tk: 'linker' input unused
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/_imagingtk.o build/temp.macosx-10.8-x86_64-2.7/Tk/tkImaging.o -L/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -o build/lib.macosx-10.8-x86_64-2.7/_imagingtk.so -framework Tcl -framework Tk
building '_imagingmath' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include -I/usr/include -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingmath.c -o build/temp.macosx-10.8-x86_64-2.7/_imagingmath.o
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/_imagingmath.o -L/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -o build/lib.macosx-10.8-x86_64-2.7/_imagingmath.so
--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version 1.1.7
platform darwin 2.7.3 (default, Jan 29 2013, 13:58:26)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)]
--------------------------------------------------------------------
--- TKINTER support available
*** JPEG support not available
--- ZLIB (PNG/ZIP) support available
*** FREETYPE2 support not available
*** LITTLECMS support not available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.
To check the build, run the selftest.py script.
changing mode of build/scripts-2.7/pilconvert.py from 644 to 755
changing mode of build/scripts-2.7/pildriver.py from 644 to 755
changing mode of build/scripts-2.7/pilfile.py from 644 to 755
changing mode of build/scripts-2.7/pilfont.py from 644 to 755
changing mode of build/scripts-2.7/pilprint.py from 644 to 755
changing mode of /Users/surma/.homebrew/share/python/pilconvert.py to 755
changing mode of /Users/surma/.homebrew/share/python/pildriver.py to 755
changing mode of /Users/surma/.homebrew/share/python/pilfile.py to 755
changing mode of /Users/surma/.homebrew/share/python/pilfont.py to 755
changing mode of /Users/surma/.homebrew/share/python/pilprint.py to 755
Running setup.py install for lxml
Building lxml version 3.1.0.
Building without Cython.
Using build configuration of libxslt 1.1.26
building 'lxml.etree' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/private/var/folders/k4/4rlzbxl14d9_2k_jwyfv_nzh0000gn/T/pip-build/lxml/src/lxml/includes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.8-x86_64-2.7/src/lxml/lxml.etree.o -flat_namespace
clang: warning: argument unused during compilation: '-flat_namespace'
src/lxml/lxml.etree.c:33767:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:41269:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((__pyx_v_c_ns->prefix == NULL)) {
~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/lxml/lxml.etree.c:41269:33: note: remove extraneous parentheses around the comparison to silence this warning
if ((__pyx_v_c_ns->prefix == NULL)) {
~ ^ ~
src/lxml/lxml.etree.c:41269:33: note: use '=' to turn this equality comparison into an assignment
if ((__pyx_v_c_ns->prefix == NULL)) {
^~
=
src/lxml/lxml.etree.c:41299:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((__pyx_v_c_ns->href == NULL)) {
~~~~~~~~~~~~~~~~~~~^~~~~~~
src/lxml/lxml.etree.c:41299:33: note: remove extraneous parentheses around the comparison to silence this warning
if ((__pyx_v_c_ns->href == NULL)) {
~ ^ ~
src/lxml/lxml.etree.c:41299:33: note: use '=' to turn this equality comparison into an assignment
if ((__pyx_v_c_ns->href == NULL)) {
^~
=
src/lxml/lxml.etree.c:80811:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:80983:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:81645:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:81725:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:82773:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:83189:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:86802:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:87112:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:87415:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:88250:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:90912:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:91051:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:92675:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:93218:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:93615:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:93805:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:93988:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:94173:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:94358:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:94565:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:94758:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:98721:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:99454:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:99864:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:103717:26: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:113216:26: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:117270:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:122279:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((__pyx_v_c_ns_uri == NULL)) {
~~~~~~~~~~~~~~~~~^~~~~~~
src/lxml/lxml.etree.c:122279:25: note: remove extraneous parentheses around the comparison to silence this warning
if ((__pyx_v_c_ns_uri == NULL)) {
~ ^ ~
src/lxml/lxml.etree.c:122279:25: note: use '=' to turn this equality comparison into an assignment
if ((__pyx_v_c_ns_uri == NULL)) {
^~
=
src/lxml/lxml.etree.c:123011:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:128040:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:129961:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:131399:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:131907:26: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:132777:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:133781:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:134247:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:138025:72: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types]
__pyx_t_1 = ((PyObject *)__pyx_f_4lxml_5etree_12_XSLTContext__copy(((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_self->_context))); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 543; __pyx_clineno = __LINE__; goto __pyx_L9;}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lxml/lxml.etree.c:135981:138: note: passing argument to parameter '__pyx_v_self' here
static struct __pyx_obj_4lxml_5etree__BaseContext *__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) {
^
src/lxml/lxml.etree.c:138709:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:138896:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:139419:70: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types]
__pyx_t_1 = ((PyObject *)__pyx_f_4lxml_5etree_12_XSLTContext__copy(((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_stylesheet->_context))); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 680; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lxml/lxml.etree.c:135981:138: note: passing argument to parameter '__pyx_v_self' here
static struct __pyx_obj_4lxml_5etree__BaseContext *__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) {
^
src/lxml/lxml.etree.c:139720:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:142879:20: warning: unused variable '__pyx_gilstate_save' [-Wunused-variable]
PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();
^
src/lxml/lxml.etree.c:150999:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:151601:26: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:152079:22: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:152547:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:153858:24: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:153944:32: warning: unused variable '_save' [-Wunused-variable]
PyThreadState *_save = NULL;
^
src/lxml/lxml.etree.c:12378:13: warning: function '__pyx_f_4lxml_5etree_displayNode' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void __pyx_f_4lxml_5etree_displayNode(xmlNode *__pyx_v_c_node, PyObject *__pyx_v_indent) {
^
src/lxml/lxml.etree.c:37899:13: warning: unused variable '__pyx_doc_4lxml_5etree_8_Element_4__setitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8_Element_4__setitem__[] = "__setitem__(self, x, value)\n\n Replaces the given subelement index or slice.\n ";
^
src/lxml/lxml.etree.c:38228:13: warning: unused variable '__pyx_doc_4lxml_5etree_8_Element_6__delitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8_Element_6__delitem__[] = "__delitem__(self, x)\n\n Deletes the given subelement or a slice.\n ";
^
src/lxml/lxml.etree.c:41621:13: warning: unused variable '__pyx_doc_4lxml_5etree_8_Element_30__repr__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8_Element_30__repr__[] = "__repr__(self)";
^
src/lxml/lxml.etree.c:41702:13: warning: unused variable '__pyx_doc_4lxml_5etree_8_Element_32__getitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8_Element_32__getitem__[] = "Returns the subelement at the given position or the requested\n slice.\n ";
^
src/lxml/lxml.etree.c:42055:13: warning: unused variable '__pyx_doc_4lxml_5etree_8_Element_34__len__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8_Element_34__len__[] = "__len__(self)\n\n Returns the number of subelements.\n ";
^
src/lxml/lxml.etree.c:42224:13: warning: unused variable '__pyx_doc_4lxml_5etree_8_Element_38__contains__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8_Element_38__contains__[] = "__contains__(self, element)";
^
src/lxml/lxml.etree.c:42331:13: warning: unused variable '__pyx_doc_4lxml_5etree_8_Element_40__iter__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8_Element_40__iter__[] = "__iter__(self)";
^
src/lxml/lxml.etree.c:46599:13: warning: unused variable '__pyx_doc_4lxml_5etree_20__ContentOnlyElement_6__setitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_20__ContentOnlyElement_6__setitem__[] = "__setitem__(self, index, value)";
^
src/lxml/lxml.etree.c:46904:13: warning: unused variable '__pyx_doc_4lxml_5etree_20__ContentOnlyElement_8__getitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_20__ContentOnlyElement_8__getitem__[] = "__getitem__(self, x)";
^
src/lxml/lxml.etree.c:46988:13: warning: unused variable '__pyx_doc_4lxml_5etree_20__ContentOnlyElement_10__len__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_20__ContentOnlyElement_10__len__[] = "__len__(self)";
^
src/lxml/lxml.etree.c:65107:13: warning: unused variable '__pyx_doc_4lxml_5etree_14_ReadOnlyProxy_4__getitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_14_ReadOnlyProxy_4__getitem__[] = "Returns the subelement at the given position or the requested\n slice.\n ";
^
src/lxml/lxml.etree.c:65477:13: warning: unused variable '__pyx_doc_4lxml_5etree_14_ReadOnlyProxy_6__len__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_14_ReadOnlyProxy_6__len__[] = "Returns the number of subelements.\n ";
^
src/lxml/lxml.etree.c:69943:13: warning: unused variable '__pyx_doc_4lxml_5etree_11ElementBase___init__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_11ElementBase___init__[] = "ElementBase(*children, attrib=None, nsmap=None, **_extra)\n ";
^
src/lxml/lxml.etree.c:117140:13: warning: unused variable '__pyx_doc_4lxml_5etree_8XInclude_2__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_8XInclude_2__call__[] = "__call__(self, node)";
^
src/lxml/lxml.etree.c:131215:13: warning: unused variable '__pyx_doc_4lxml_5etree_21XPathElementEvaluator_6__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_21XPathElementEvaluator_6__call__[] = "__call__(self, _path, **_variables)\n\n Evaluate an XPath expression on the document.\n\n Variables may be provided as keyword arguments. Note that namespaces\n are currently not supported for variables.\n\n Absolute XPath expressions (starting with '/') will be evaluated\n against the ElementTree as returned by getroottree().\n ";
^
src/lxml/lxml.etree.c:131713:13: warning: unused variable '__pyx_doc_4lxml_5etree_22XPathDocumentEvaluator_2__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_22XPathDocumentEvaluator_2__call__[] = "__call__(self, _path, **_variables)\n\n Evaluate an XPath expression on the document.\n\n Variables may be provided as keyword arguments. Note that namespaces\n are currently not supported for variables.\n ";
^
src/lxml/lxml.etree.c:132592:13: warning: unused variable '__pyx_doc_4lxml_5etree_5XPath_4__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_5XPath_4__call__[] = "__call__(self, _etree_or_element, **_variables)";
^
src/lxml/lxml.etree.c:137654:13: warning: unused variable '__pyx_doc_4lxml_5etree_4XSLT_18__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_4XSLT_18__call__[] = "__call__(self, _input, profile_run=False, **kw)\n\n Execute the XSL transformation on a tree or Element.\n\n Pass the ``profile_run`` option to get profile information\n about the XSLT. The result of the XSLT will have a property\n xslt_profile that holds an XML tree with profiling data.\n ";
^
src/lxml/lxml.etree.c:149179:13: warning: unused variable '__pyx_doc_4lxml_5etree_3DTD_16__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_3DTD_16__call__[] = "__call__(self, etree)\n\n Validate doc using the DTD.\n\n Returns true if the document is valid, false if not.\n ";
^
src/lxml/lxml.etree.c:150827:13: warning: unused variable '__pyx_doc_4lxml_5etree_7RelaxNG_6__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_7RelaxNG_6__call__[] = "__call__(self, etree)\n\n Validate doc using Relax NG.\n\n Returns true if document is valid, false if not.";
^
src/lxml/lxml.etree.c:151886:13: warning: unused variable '__pyx_doc_4lxml_5etree_9XMLSchema_6__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_9XMLSchema_6__call__[] = "__call__(self, etree)\n\n Validate doc using XML Schema.\n\n Returns true if document is valid, false if not.\n ";
^
src/lxml/lxml.etree.c:153610:13: warning: unused variable '__pyx_doc_4lxml_5etree_10Schematron_6__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_5etree_10Schematron_6__call__[] = "__call__(self, etree)\n\n Validate doc using Schematron.\n\n Returns true if document is valid, false if not.";
^
74 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/src/lxml/lxml.etree.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.8-x86_64-2.7/lxml/etree.so
building 'lxml.objectify' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/Users/surma/.homebrew/include -I/Users/surma/.homebrew/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/private/var/folders/k4/4rlzbxl14d9_2k_jwyfv_nzh0000gn/T/pip-build/lxml/src/lxml/includes -I/Users/surma/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.macosx-10.8-x86_64-2.7/src/lxml/lxml.objectify.o -flat_namespace
clang: warning: argument unused during compilation: '-flat_namespace'
src/lxml/lxml.objectify.c:32301:1: warning: unused label 'bad' [-Wunused-label]
bad:
^~~~
src/lxml/lxml.objectify.c:2350:13: warning: unused variable '__pyx_doc_4lxml_9objectify_18ObjectifiedElement___iter__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_18ObjectifiedElement___iter__[] = "Iterate over self and all siblings with the same tag.\n ";
^
src/lxml/lxml.objectify.c:2956:13: warning: unused variable '__pyx_doc_4lxml_9objectify_18ObjectifiedElement_6__len__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_18ObjectifiedElement_6__len__[] = "Count self and siblings with the same tag.\n ";
^
src/lxml/lxml.objectify.c:3366:13: warning: unused variable '__pyx_doc_4lxml_9objectify_18ObjectifiedElement_14__setattr__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_18ObjectifiedElement_14__setattr__[] = "Set the value of the (first) child with the given tag name. If no\n namespace is provided, the child will be looked up in the same one as\n self.\n ";
^
src/lxml/lxml.objectify.c:3843:13: warning: unused variable '__pyx_doc_4lxml_9objectify_18ObjectifiedElement_20__getitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_18ObjectifiedElement_20__getitem__[] = "Return a sibling, counting from the first child of the parent. The\n method behaves like both a dict and a sequence.\n\n * If argument is an integer, returns the sibling at that position.\n\n * If argument is a string, does the same as getattr(). This can be\n used to provide namespaces for element lookup, or to look up\n children with special names (``text`` etc.).\n\n * If argument is a slice object, returns the matching slice.\n ";
^
src/lxml/lxml.objectify.c:4140:13: warning: unused variable '__pyx_doc_4lxml_9objectify_18ObjectifiedElement_22__setitem__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_18ObjectifiedElement_22__setitem__[] = "Set the value of a sibling, counting from the first child of the\n parent. Implements key assignment, item assignment and slice\n assignment.\n\n * If argument is an integer, sets the sibling at that position.\n\n * If argument is a string, does the same as setattr(). This is used\n to provide namespaces for element lookup.\n\n * If argument is a sequence (list, tuple, etc.), assign the contained\n items to the siblings.\n ";
^
src/lxml/lxml.objectify.c:14831:13: warning: unused variable '__pyx_doc_4lxml_9objectify_28_ObjectifyElementMakerCaller___call__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_28_ObjectifyElementMakerCaller___call__[] = "__call__(self, *children, **attrib)";
^
src/lxml/lxml.objectify.c:17402:13: warning: unused variable '__pyx_doc_4lxml_9objectify_27ObjectifyElementClassLookup___init__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_27ObjectifyElementClassLookup___init__[] = "Lookup mechanism for objectify.\n\n The default Element classes can be replaced by passing subclasses of\n ObjectifiedElement and ObjectifiedDataElement as keyword arguments.\n 'tree_class' defines inner tree classes (defaults to\n ObjectifiedElement), 'empty_data_class' defines the default class for\n empty data elements (defauls to StringElement).\n ";
^
src/lxml/lxml.objectify.c:23081:13: warning: unused variable '__pyx_doc_4lxml_9objectify_10ObjectPath_6__call__' [-Wunused-variable]
static char __pyx_doc_4lxml_9objectify_10ObjectPath_6__call__[] = "Follow the attribute path in the object structure and return the\n target attribute value.\n\n If it it not found, either returns a default value (if one was passed\n as second argument) or raises AttributeError.\n ";
^
9 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/Users/surma/.homebrew/lib -L/Users/surma/.homebrew/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/src/lxml/lxml.objectify.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.8-x86_64-2.7/lxml/objectify.so
warning: no previously-included files found matching '*.py'
warning: no files found matching '*.txt' under directory 'src/lxml/tests'
Successfully installed mitmproxy urwid pyopenssl PIL lxml
Cleaning up...
%
]2;surma@Charlie: ~]1;~
┌[surma@Charlie] [/dev/ttys003]
└[~]> eexit
%
]2;surma@Charlie: ~]1;~
┌[surma@Charlie] [/dev/ttys003] [1]
└[~]> CC=/usr/bin/clang pip install mitmproxy eexit
]2;exit]1;exit
Script done on Thu Mar 21 13:46:43 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment