diff options
author | 2020-08-03 02:34:31 +0000 | |
---|---|---|
committer | 2020-08-03 02:34:31 +0000 | |
commit | d3425be1b595f829612797540c858ad1f176643f (patch) | |
tree | eee6a023293527d42c6ef171bd3b61a48cda344b /lib/libcbor/src/cbor/internal/stack.h | |
parent | Split some code that gives clang10 heartburn (diff) | |
download | wireguard-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.h | 2 |
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. |