commit | 7b8f978efd9388f91a13fe765c8dcd0c24c18e66 | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Tue Apr 28 21:31:41 2020 -0700 |
committer | Jim Schaad <ietf@augustcellars.com> | Wed Apr 29 14:41:38 2020 -0700 |
tree | 88f3042089dd67765dcb736eaad6dbd321fe2139 | |
parent | dcf2a59cb4bfd854c0c9ddfa4e6e725b096f43d2 [diff] |
Need to conditionalize
diff --git a/test/CounterSign_test.c b/test/CounterSign_test.c index 3b9d53a..74c164f 100644 --- a/test/CounterSign_test.c +++ b/test/CounterSign_test.c
@@ -9,6 +9,8 @@ #include <cose/cose_configure.h> #include <cn-cbor/cn-cbor.h> +#if INCLUDE_COUNTERSIGNATURE + #include "test.h" #include "cose_int.h" @@ -85,3 +87,4 @@ } +#endif