w3m-ssl.patch 405 B

123456789101112131415
  1. --- istream.c.dist Thu Jan 2 16:51:14 2003
  2. +++ istream.c Thu Jan 2 16:44:43 2003
  3. @@ -443,7 +443,11 @@
  4. }
  5. }
  6. method = X509V3_EXT_get(ex);
  7. +#if OPENSSL_VERSION_NUMBER >= 0x00907000L
  8. + if (method->it) ASN1_item_free(alt, ASN1_ITEM_ptr(method->it));
  9. + else
  10. +#endif
  11. method->ext_free(alt);
  12. if (i < n) /* Found a match */
  13. match_ident = TRUE;
  14. else if (seen_dnsname)