summaryrefslogtreecommitdiffstats
path: root/lib/libtls
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2018-02-08 07:55:29 +0000
committerjsing <jsing@openbsd.org>2018-02-08 07:55:29 +0000
commit15ba8e50b96ecc48a19bca342e70997c029121ee (patch)
treebe480a8ff0c5a0796d97539d1bba01b4f9c3cc0f /lib/libtls
parentAdd the order keyword to systat global command interpreter. (diff)
downloadwireguard-openbsd-15ba8e50b96ecc48a19bca342e70997c029121ee.tar.xz
wireguard-openbsd-15ba8e50b96ecc48a19bca342e70997c029121ee.zip
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