summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-26 10:09:36 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-26 10:09:36 +0000
commit31be2daa06d19dc5d24daf0376e47e4b820607b3 (patch)
tree06d640d2dfe5fb7152ba9df2a7825ad467ed3c4e /ssl/ssltest.c
parentde868e0b94c4f2ae9cfbe6bfd2fa0d70f62be217 (diff)
Small bugfixes to the KSSL implementation.
PR: 349
Diffstat (limited to 'ssl/ssltest.c')
-rw-r--r--ssl/ssltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index c60a8acddb..fbdd2a9c41 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -766,7 +766,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);