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

This commit is contained in:
ian.mcgreer%sun.com 2001-11-09 16:40:26 +00:00
Родитель fb398dc74f
Коммит 9112e674cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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