commit | 31be2daa06d19dc5d24daf0376e47e4b820607b3 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Nov 26 10:09:36 2002 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Tue Nov 26 10:09:36 2002 +0000 |
tree | 06d640d2dfe5fb7152ba9df2a7825ad467ed3c4e | |
parent | de868e0b94c4f2ae9cfbe6bfd2fa0d70f62be217 [diff] [blame] |
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);