diff options
author | 2018-02-08 07:55:29 +0000 | |
---|---|---|
committer | 2018-02-08 07:55:29 +0000 | |
commit | 15ba8e50b96ecc48a19bca342e70997c029121ee (patch) | |
tree | be480a8ff0c5a0796d97539d1bba01b4f9c3cc0f /lib/libtls | |
parent | Add the order keyword to systat global command interpreter. (diff) | |
download | wireguard-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.c | 3 |
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 |