Output validated cert text to stdout, otherwise the QA scripts think there is a failure.

git-svn-id: svn://10.0.0.236/trunk@107742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian.mcgreer%sun.com
2001-11-09 16:40:26 +00:00
parent d014371d2d
commit 3a136e2217

View File

@@ -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",