]> git.pld-linux.org Git - packages/wvstreams.git/blame - wvstreams-openssl.patch
- more includes on linux
[packages/wvstreams.git] / wvstreams-openssl.patch
CommitLineData
079b9b68
AM
1--- wvstreams-4.6.1/crypto/wvx509.cc 2008-10-23 22:23:49.000000000 +0200
2+++ wvstreams-4.6.1-1/crypto/wvx509.cc 2010-01-27 11:09:06.000000000 +0100
3@@ -1157,7 +1157,11 @@
4
5 if (ext)
6 {
7+#if OPENSSL_VERSION_NUMBER >= 0x10000000L
8+ const X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
9+#else
10 X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
11+#endif
12 if (!method)
13 {
14 WvDynBuf buf;
This page took 0.143952 seconds and 4 git commands to generate.