aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-16 18:39:54 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-16 18:39:54 +0200
commit646beac5ca85327b150affa034a5e9d1559382b1 (patch)
tree6c79882f569b14628a73fddce614fced1805d301 /src/escrow/plugin_escrow_plaintext.c
parent557cf25e9dd83441bb3547612e77ce16e6dd0aa0 (diff)
downloadgnunet-646beac5ca85327b150affa034a5e9d1559382b1.tar.gz
gnunet-646beac5ca85327b150affa034a5e9d1559382b1.zip
minor fixes
Diffstat (limited to 'src/escrow/plugin_escrow_plaintext.c')
-rw-r--r--src/escrow/plugin_escrow_plaintext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c
index f36e33c6b..e1df6bf77 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -185,7 +185,7 @@ restore_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h,
185 * @param anchorString the encoded escrow anchor string 185 * @param anchorString the encoded escrow anchor string
186 * @return the deserialized data packed into a GNUNET_ESCROW_Anchor struct 186 * @return the deserialized data packed into a GNUNET_ESCROW_Anchor struct
187 */ 187 */
188const struct GNUNET_ESCROW_Anchor * 188struct GNUNET_ESCROW_Anchor *
189plaintext_anchor_string_to_data (char *anchorString) 189plaintext_anchor_string_to_data (char *anchorString)
190{ 190{
191 struct GNUNET_ESCROW_Anchor *anchor; 191 struct GNUNET_ESCROW_Anchor *anchor;