[New-bugs-announce] [issue2973] _ssl compiler warnings

Benjamin Peterson report at bugs.python.org
Mon May 26 19:15:22 CEST 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

When compiling the _ssl extension on MacOS 10.4, I get these warnings:
/users/benjamin/python/trunk/Modules/_ssl.c: In function
'_get_peer_alt_names':
/users/benjamin/python/trunk/Modules/_ssl.c:694 warning: passing
argument 2 of 'ASN1_item_d2i' from incompatible pointer type
/users/benjamin/python/trunk/Modules/_ssl.c:698: warning: passing
argument 2 of 'method->d2i' from incompatible pointer type

----------
components: Extension Modules
messages: 67376
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: _ssl compiler warnings
type: compile error
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2973>
__________________________________


More information about the New-bugs-announce mailing list