Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 304283
Collapse All | Expand All

(-)wvstreams-4.6.1/crypto/wvx509.cc (+4 lines)
Lines 1157-1163 Link Here
1157
        
1157
        
1158
        if (ext)
1158
        if (ext)
1159
        {
1159
        {
1160
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
1161
            const X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
1162
#else
1160
            X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
1163
            X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
1164
#endif
1161
            if (!method)
1165
            if (!method)
1162
            {
1166
            {
1163
                WvDynBuf buf;
1167
                WvDynBuf buf;

Return to bug 304283