mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Output validated cert text to stdout, otherwise the QA scripts think there is a failure.
This commit is contained in:
parent
fb398dc74f
commit
9112e674cf
@ -274,7 +274,7 @@ mySSLAuthCertificate(void *arg, PRFileDesc *fd, PRBool checkSig,
|
||||
rv = SSL_AuthCertificate(arg, fd, checkSig, isServer);
|
||||
|
||||
if (rv == SECSuccess) {
|
||||
fputs("selfserv: -- SSL3: Certificate Validated.\n", stderr);
|
||||
PRINTF("selfserv: -- SSL3: Certificate Validated.\n");
|
||||
} else {
|
||||
int err = PR_GetError();
|
||||
FPRINTF(stderr, "selfserv: -- SSL3: Certificate Invalid, err %d.\n%s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user