This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients christian.heimes, gvanrossum, janssen
Date 2007-11-15.18:42:35
SpamBayes Score 0.0012041597
Marked as misclassified No
Message-id <4b3e516a0711151042ybb8eec4uad4ac8b34d592514@mail.gmail.com>
In-reply-to <4b3e516a0711151040q6e4f6bbfq42efa25471291b94@mail.gmail.com>
Content
Actually, it's some combination of the version of OpenSSL plus the
version of gcc.

Bill

On 11/15/07, Bill Janssen <bill.janssen@gmail.com> wrote:
> I've tried several different times to fix that warning.  It appears on
> some releases of gcc, and not on others.  There seems to be no cast or
> declaration that fixes it everywhere.  More power to you if you can
> find one!
>
> Bill
>
> On 11/15/07, Christian Heimes <report@bugs.python.org> wrote:
> >
> > Christian Heimes added the comment:
> >
> > Ubuntu Linux 7.10, x86, gcc version 4.1.3 20070929 (prerelease) (Ubuntu
> > 4.1.2-16ubuntu2)
> >
> >
> > /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
> >
> > ----------
> > nosy: +tiran
> >
> > __________________________________
> > Tracker <report@bugs.python.org>
> > <http://bugs.python.org/issue1451>
> > __________________________________
> >
>
History
Date User Action Args
2007-11-15 18:42:36janssensetspambayes_score: 0.00120416 -> 0.0012041597
recipients: + janssen, gvanrossum, christian.heimes
2007-11-15 18:42:35janssenlinkissue1451 messages
2007-11-15 18:42:35janssencreate