Small bugfixes to the KSSL implementation.

PR: 349
This commit is contained in:
Richard Levitte
2002-11-26 10:09:28 +00:00
parent b81ef84227
commit dc199cfaa2
3 changed files with 3 additions and 4 deletions

View File

@@ -698,7 +698,7 @@ bad:
if(strlen(localhost) == sizeof localhost-1)
{
BIO_printf(bio_err,"localhost name too long\n");
got end;
goto end;
}
kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER,
localhost);