summaryrefslogtreecommitdiffstats
path: root/lib/libcbor/src/cbor/internal/stack.h
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/internal/stack.h
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/internal/stack.h')
-rw-r--r--lib/libcbor/src/cbor/internal/stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcbor/src/cbor/internal/stack.h b/lib/libcbor/src/cbor/internal/stack.h
index 0d92c96a0e8..42ed04429c7 100644
--- a/lib/libcbor/src/cbor/internal/stack.h
+++ b/lib/libcbor/src/cbor/internal/stack.h
@@ -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.