X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssltest.c;h=fbdd2a9c41ec2641f8810b2af1d18e4efc72f255;hp=c60a8acddbc628a7868e863890d483d1a9026df1;hb=31be2daa06d19dc5d24daf0376e47e4b820607b3;hpb=de868e0b94c4f2ae9cfbe6bfd2fa0d70f62be217 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);