wok-next annotate wvstreams/stuff/patches/openssl-buildfix.patch @ rev 20619

Up / fix build: wvstreams, xalan-c, xerces-c
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 15:29:57 2018 +0300 (2018-04-21)
parents
children
rev   line source
al@20619 1 --- wvstreams-4.6.1/crypto/wvx509.cc 2008-10-23 22:23:49.000000000 +0200
al@20619 2 +++ wvstreams-4.6.1-1/crypto/wvx509.cc 2010-01-27 11:09:06.000000000 +0100
al@20619 3 @@ -1157,7 +1157,11 @@
al@20619 4
al@20619 5 if (ext)
al@20619 6 {
al@20619 7 +#if OPENSSL_VERSION_NUMBER >= 0x10000000L
al@20619 8 + const X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
al@20619 9 +#else
al@20619 10 X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
al@20619 11 +#endif
al@20619 12 if (!method)
al@20619 13 {
al@20619 14 WvDynBuf buf;