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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- src/main/version-orig.c     2015-01-22 12:37:38.000000000 -0800
0
++ src/main/version.c  2015-01-22 12:36:14.000000000 -0800
Lines 59-66 Link Here
59
                      "  Built with: %lx\n  Linked: %lx",
59
                      "  Built with: %lx\n  Linked: %lx",
60
                      (unsigned long) ssl_built,
60
                      (unsigned long) ssl_built,
61
                      (unsigned long) ssl_linked);
61
                      (unsigned long) ssl_linked);
62
62
/* Warn only. Give the user the opportunity to rebuild when upgrading OpenSSL */
63
               return -1;
63
/*             return -1; */
64
       };
64
       };
65
65
66
       if (!allow_vulnerable) {
66
       if (!allow_vulnerable) {

Return to bug 517908