commit | 554ebd54b92711371e27d769a6419ebcc5738d17 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Tue Dec 29 03:26:06 2020 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Tue Dec 29 03:26:06 2020 -0800 |
tree | 9f740a59ef69c8dd14be2de06fc2fa02f981ecd9 | |
parent | 63e68f7f6958790157915f5c82dc45b6186722ec [diff] [blame] |
more tidying
diff --git a/src/qcbor_encode.c b/src/qcbor_encode.c index c0ca257..b791376 100644 --- a/src/qcbor_encode.c +++ b/src/qcbor_encode.c
@@ -654,7 +654,7 @@ */ void QCBOREncode_AddTag(QCBOREncodeContext *me, uint64_t uTag) { - AppendCBORHead(me, CBOR_MAJOR_TYPE_OPTIONAL, uTag, 0); + AppendCBORHead(me, CBOR_MAJOR_TYPE_TAG, uTag, 0); }