artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5bf93
)
typo in comment
author
tb
<tb@openbsd.org>
Mon, 16 Aug 2021 13:54:38 +0000
(13:54 +0000)
committer
tb
<tb@openbsd.org>
Mon, 16 Aug 2021 13:54:38 +0000
(13:54 +0000)
lib/libtls/tls_util.c
patch
|
blob
|
history
diff --git
a/lib/libtls/tls_util.c
b/lib/libtls/tls_util.c
index
b144fb1
..
d8103a5
100644
(file)
--- a/
lib/libtls/tls_util.c
+++ b/
lib/libtls/tls_util.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tls_util.c,v 1.1
4 2019/04/13 18:47:5
8 tb Exp $ */
+/* $OpenBSD: tls_util.c,v 1.1
5 2021/08/16 13:54:3
8 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 sep
e
rator. */
+ /* Find the port sep
a
rator. */
if ((p = strchr(p, ':')) == NULL)
goto done;