Small bugfixes to the KSSL implementation.
PR: 349
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index c60a8ac..fbdd2a9 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -766,7 +766,7 @@
 			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);