]> granicus.if.org Git - python/commit
Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 2 Mar 2010 22:44:42 +0000 (22:44 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 2 Mar 2010 22:44:42 +0000 (22:44 +0000)
commit3f75cc5cb59fde350c64f4584966b59038faaa05
treeba9da382bdba5581f1c2148947f14475c7958660
parentc0a9d4152d78da943b1d63727d0f79b9da751eb1
Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and
method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel
Black.
Modules/_ssl.c