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

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
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;