[Python-3000] SSL patch for Py3K

Christian Heimes lists at cheimes.de
Thu Nov 15 19:27:22 CET 2007


Bill Janssen wrote:
> is now on issue 1451.
> 
> http://bugs.python.org/file8756/ssl.patch

I'm getting two warnings on Ubuntu 7.10, x86

gcc -pthread -fPIC -fno-strict-aliasing -g -Wall -Wstrict-prototypes -I.
-I/home/heimes/dev/python/py3k/./Include -I./Include -IInclude -I.
-I/usr/local/include -I/home/heimes/dev/python/py3k/Include
-I/home/heimes/dev/python/py3k -c
/home/heimes/dev/python/py3k/Modules/_ssl.c -o
build/temp.linux-i686-3.0/home/heimes/dev/python/py3k/Modules/_ssl.o
/home/heimes/dev/python/py3k/Modules/_ssl.c: In function
'_get_peer_alt_names':
/home/heimes/dev/python/py3k/Modules/_ssl.c:680: warning: passing
argument 2 of 'ASN1_item_d2i' from incompatible pointer type
/home/heimes/dev/python/py3k/Modules/_ssl.c:684: warning: passing
argument 2 of 'method->d2i' from incompatible pointer type
gcc -pthread -shared
build/temp.linux-i686-3.0/home/heimes/dev/python/py3k/Modules/_ssl.o
-L/usr/local/lib -lssl -lcrypto -o build/lib.linux-i686-3.0/_ssl.so

Christian


More information about the Python-3000 mailing list