aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-09-06 15:04:50 +0200
committerjospaeth <spaethj@in.tum.de>2020-09-06 15:04:50 +0200
commit03b7dd8d216b6d14cf0abd66b23f01b2ea94fab1 (patch)
tree1df4db57e573ba300add2d5af8f804c444342268 /src/escrow/plugin_escrow_plaintext.c
parentf05dbd1b35316d10629247f7c0398f8ec2c70d93 (diff)
downloadgnunet-03b7dd8d216b6d14cf0abd66b23f01b2ea94fab1.tar.gz
gnunet-03b7dd8d216b6d14cf0abd66b23f01b2ea94fab1.zip
add escrow REST plugin
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 41523a906..39f605262 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -291,7 +291,7 @@ verify_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h,
291 291
292 292
293static void 293static void
294ego_created (const struct GNUNET_IDENTITY_Ego *ego) 294ego_created (struct GNUNET_IDENTITY_Ego *ego)
295{ 295{
296 struct ESCROW_PluginOperationWrapper *curr; 296 struct ESCROW_PluginOperationWrapper *curr;
297 struct ESCROW_PlaintextPluginOperation *curr_p_op; 297 struct ESCROW_PlaintextPluginOperation *curr_p_op;