summaryrefslogtreecommitdiffstats
path: root/lib/libcbor/src/cbor/ints.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2020-08-03 02:34:31 +0000
committerdjm <djm@openbsd.org>2020-08-03 02:34:31 +0000
commitd3425be1b595f829612797540c858ad1f176643f (patch)
treeeee6a023293527d42c6ef171bd3b61a48cda344b /lib/libcbor/src/cbor/ints.c
parentSplit some code that gives clang10 heartburn (diff)
downloadwireguard-openbsd-d3425be1b595f829612797540c858ad1f176643f.tar.xz
wireguard-openbsd-d3425be1b595f829612797540c858ad1f176643f.zip
sync to upstream libcbor v0.7.0; some minor fixes, but a note major
crank due to ABI change.
Diffstat (limited to 'lib/libcbor/src/cbor/ints.c')
-rw-r--r--lib/libcbor/src/cbor/ints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcbor/src/cbor/ints.c b/lib/libcbor/src/cbor/ints.c
index 328d0bdf9f1..880982e5a3e 100644
--- a/lib/libcbor/src/cbor/ints.c
+++ b/lib/libcbor/src/cbor/ints.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014-2019 Pavel Kalvoda <me@pavelkalvoda.com>
+ * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com>
*
* libcbor is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.