anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 0ad5ba49f525b9d112b366aa660c99a31e4fc74d
parent d1d097c5bb69230df6d279e4286e7e6a9f0f49f2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 15 Apr 2022 00:24:39 +0200

-dce

Diffstat:
Msrc/util/anastasis-crypto-tvg.c | 18------------------
1 file changed, 0 insertions(+), 18 deletions(-)

diff --git a/src/util/anastasis-crypto-tvg.c b/src/util/anastasis-crypto-tvg.c @@ -134,24 +134,6 @@ d2j_append (json_t *arr, d, \ sizeof (*d)); -/** - * Add a number to a test vector. - * - * @param vec test vector to add to - * @param label label for the value - * @param data data to add - * @param size size of data - */ -static void -uint2j (json_t *vec, - const char *label, - unsigned int num) -{ - json_t *json = json_integer (num); - - json_object_set_new (vec, label, json); -} - static int expect_data_fixed (json_t *vec,