This commit is contained in:
Dr. Stephen Henson 2012-12-07 13:23:49 +00:00
parent 1edf8f1b4e
commit 083bec780d

View File

@ -1071,7 +1071,7 @@ static int ssl_print_cert_request(BIO *bio, int indent, SSL *s,
nm = d2i_X509_NAME(NULL, &p, dlen);
if (!nm)
{
BIO_puts(bio, "<UNPARESABLE DN>\n");
BIO_puts(bio, "<UNPARSEABLE DN>\n");
}
else
{