dev-libs/pcre++: remove unused patch
[gentoo.git] / dev-libs / poco / files / 1.3.3_p1-openssl-1.patch
1 http://bugs.gentoo.org/327769
2
3 --- NetSSL_OpenSSL/src/SecureSocketImpl.cpp
4 +++ NetSSL_OpenSSL/src/SecureSocketImpl.cpp
5 @@ -430,7 +430,11 @@
6  
7                         if (!strcmp(extstr, "subjectAltName"))
8                         {
9 +                               #if OPENSSL_VERSION_NUMBER >= 0x10000000L
10 +                               const X509V3_EXT_METHOD* meth = X509V3_EXT_get(ext);
11 +                               #else
12                                 X509V3_EXT_METHOD* meth = X509V3_EXT_get(ext);
13 +                               #endif
14                                 if (!meth)
15                                         break;
16