anastasis

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

commit f9e0e4f8581703704650fb95144512285203f584
parent 363f9fb341076f5ea66524947ce76ddf3ccce6d4
Author: Florian Dold <florian@dold.me>
Date:   Tue, 19 Oct 2021 22:39:19 +0200

docs: fix field name

Diffstat:
Mdoc/sphinx/rest.rst | 2+-
Msrc/lib/anastasis_recovery.c | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst @@ -340,7 +340,7 @@ In the following, UUID is always defined and used according to `RFC 4122`_. master_key: [32]; //bytearray // List of escrow methods identified by their UUID. - uuid: string[]; + uuids: string[]; } diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c @@ -669,6 +669,9 @@ policy_lookup_cb (void *cls, plaintext, sizeof (uint32_t)); pt_size = ntohl (be_size); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "plaintext size: %llu\n", (unsigned + long long) + pt_size); pt = GNUNET_malloc_large (pt_size); if (NULL == pt) {