aboutsummaryrefslogtreecommitdiffstats
path: root/agent/t-protect.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/t-protect.c')
-rw-r--r--agent/t-protect.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/agent/t-protect.c b/agent/t-protect.c
index 0e29cafe2..7b80bcbbb 100644
--- a/agent/t-protect.c
+++ b/agent/t-protect.c
@@ -289,6 +289,13 @@ test_agent_get_shadow_info (void)
}
+static void
+test_agent_protect_shared_secret (void)
+{
+
+}
+
+
int
@@ -305,6 +312,7 @@ main (int argc, char **argv)
test_make_shadow_info ();
test_agent_shadow_key ();
test_agent_get_shadow_info ();
+ test_agent_protect_shared_secret ();
return 0;
}