commit | 3f75cc5cb59fde350c64f4584966b59038faaa05 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 02 22:44:42 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 02 22:44:42 2010 +0000 |
tree | ba9da382bdba5581f1c2148947f14475c7958660 | |
parent | c0a9d4152d78da943b1d63727d0f79b9da751eb1 [diff] |
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.