View | Details | Raw Unified | Return to bug 266670 | Differences between
and this patch

Collapse All | Expand All

(-)vendor/openssl-sys-0.9.92/build/main.rs (+1 lines)
Lines 273-278 Link Here
273
            (3, 7, 1) => ('3', '7', '1'),
273
            (3, 7, 1) => ('3', '7', '1'),
274
            (3, 7, _) => ('3', '7', 'x'),
274
            (3, 7, _) => ('3', '7', 'x'),
275
            (3, 8, 0) => ('3', '8', '0'),
275
            (3, 8, 0) => ('3', '8', '0'),
276
            (3, 9, _) => ('3', '9', 'x'),
276
            _ => version_error(),
277
            _ => version_error(),
277
        };
278
        };

Return to bug 266670