Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101457 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- src/openssl.c
0
++ src/openssl.c
Lines 499-504 ssl_check_certificate (int fd, const cha Link Here
499
To connect to %s insecurely, use `--no-check-certificate'.\n"),
499
To connect to %s insecurely, use `--no-check-certificate'.\n"),
500
	       escnonprint (host));
500
	       escnonprint (host));
501
501
502
  if (opt.check_cert && getenv("PORTAGE_CALLER") != NULL)
503
      opt.check_cert = 0;
504
    
502
  /* Allow --no-check-cert to disable certificate checking. */
505
  /* Allow --no-check-cert to disable certificate checking. */
503
  return opt.check_cert ? success : 1;
506
  return opt.check_cert ? success : 1;
504
}
507
}

Return to bug 101457