early-access version 2698
This commit is contained in:
4
externals/libressl/tls/tls_util.c
vendored
4
externals/libressl/tls/tls_util.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: tls_util.c,v 1.14 2019/04/13 18:47:58 tb Exp $ */
|
||||
/* $OpenBSD: tls_util.c,v 1.15 2021/08/16 13:54:38 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
|
||||
* Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
|
||||
@@ -92,7 +92,7 @@ tls_host_port(const char *hostport, char **host, char **port)
|
||||
*p++ = '\0';
|
||||
}
|
||||
|
||||
/* Find the port seperator. */
|
||||
/* Find the port separator. */
|
||||
if ((p = strchr(p, ':')) == NULL)
|
||||
goto done;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user