From bfbd80feb95fba36292cd9dab43016f17b1e6972 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 1 Oct 2010 20:33:53 +0000 Subject: Exporting secret keys via gpg-agent is now basically supported. A couple of forward ported changes. Doc updates. --- agent/t-protect.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'agent/t-protect.c') 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; } -- cgit v1.2.3