diff options
author | jsing <> | 2018-02-08 07:55:29 +0000 |
---|---|---|
committer | jsing <> | 2018-02-08 07:55:29 +0000 |
commit | 20d3f0b613b887234b6a954c2ca54d79098b3cf5 (patch) | |
tree | 8fb59a9c545788172778ecb1474fb21cfb2cf4c3 /src/lib/libtls/tls_util.c | |
parent | 8a01a8361d1add29153f53a3721130f62d3d4389 (diff) | |
download | openbsd-20d3f0b613b887234b6a954c2ca54d79098b3cf5.tar.gz openbsd-20d3f0b613b887234b6a954c2ca54d79098b3cf5.tar.bz2 openbsd-20d3f0b613b887234b6a954c2ca54d79098b3cf5.zip |
Assert tedu's copyright since some of the code moved here is his.
Diffstat (limited to 'src/lib/libtls/tls_util.c')
-rw-r--r-- | src/lib/libtls/tls_util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libtls/tls_util.c b/src/lib/libtls/tls_util.c index 06b60597af..b964f65121 100644 --- a/src/lib/libtls/tls_util.c +++ b/src/lib/libtls/tls_util.c | |||
@@ -1,6 +1,7 @@ | |||
1 | /* $OpenBSD: tls_util.c,v 1.11 2018/02/08 05:56:49 jsing Exp $ */ | 1 | /* $OpenBSD: tls_util.c,v 1.12 2018/02/08 07:55:29 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | ||
4 | * Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> | 5 | * Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> |
5 | * | 6 | * |
6 | * Permission to use, copy, modify, and distribute this software for any | 7 | * Permission to use, copy, modify, and distribute this software for any |