summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-21 16:20:54 +0200
committerFlorian Dold <florian@dold.me>2021-10-21 16:20:54 +0200
commit3536dcdea3d207e03eb656015d6b87b5c883241a (patch)
tree75911d00863f5a94c4ed36aa8461bf98856b03cd /src
parentd38138b69c2f46c0a1fdf6d5971cc2ae0a9447dd (diff)
downloadanastasis-3536dcdea3d207e03eb656015d6b87b5c883241a.tar.gz
anastasis-3536dcdea3d207e03eb656015d6b87b5c883241a.tar.bz2
anastasis-3536dcdea3d207e03eb656015d6b87b5c883241a.zip
docs: make header name match implementation
Diffstat (limited to 'src')
-rw-r--r--src/restclient/anastasis_api_keyshare_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restclient/anastasis_api_keyshare_lookup.c b/src/restclient/anastasis_api_keyshare_lookup.c
index 50e0d67..e681d5a 100644
--- a/src/restclient/anastasis_api_keyshare_lookup.c
+++ b/src/restclient/anastasis_api_keyshare_lookup.c
@@ -411,7 +411,7 @@ ANASTASIS_keyshare_lookup (
char *val;
char *hdr;
- /* Set Truth-Decryption-Key header */
+ /* Set Anastasis-Truth-Decryption-Key header */
val = GNUNET_STRINGS_data_to_string_alloc (truth_key,
sizeof (*truth_key));
GNUNET_asprintf (&hdr,