> + // PROPOSED: > + // if (check_cert_sendrequest == TRUE) { This is of course a typo, I guess this is sort of pseudo-code at this stage! Of course that should be if (check_cert_sendrequest != TRUE) { check_cert_sendrequest would default to FALSE, to keep the current behaviour as the default. -jim