summaryrefslogtreecommitdiff
path: root/lib/libtls
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2018-02-08 07:55:30 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2018-02-08 07:55:30 +0000
commitbc4d521c3a9bcaa8c4c2b26b0b08c307856b5280 (patch)
tree8a88d9dce677efd0a52e5d22e477081910925147 /lib/libtls
parent44d38c13a1fa034225f57eb3d65707c03f33e2b3 (diff)
Assert tedu's copyright since some of the code moved here is his.
Diffstat (limited to 'lib/libtls')
-rw-r--r--lib/libtls/tls_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtls/tls_util.c b/lib/libtls/tls_util.c
index 06b60597af9..b964f651218 100644
--- a/lib/libtls/tls_util.c
+++ b/lib/libtls/tls_util.c
@@ -1,6 +1,7 @@
-/* $OpenBSD: tls_util.c,v 1.11 2018/02/08 05:56:49 jsing Exp $ */
+/* $OpenBSD: tls_util.c,v 1.12 2018/02/08 07:55:29 jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
+ * Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any