diff options
author | Werner Koch <[email protected]> | 2010-10-01 20:33:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-10-01 20:33:53 +0000 |
commit | bfbd80feb95fba36292cd9dab43016f17b1e6972 (patch) | |
tree | 9afbfd29e8aeb78fa34a1a49d8b8071554d4f593 /agent/t-protect.c | |
parent | * options.skel: Make the example for force-v3-sigs match reality (it (diff) | |
download | gnupg-bfbd80feb95fba36292cd9dab43016f17b1e6972.tar.gz gnupg-bfbd80feb95fba36292cd9dab43016f17b1e6972.zip |
Exporting secret keys via gpg-agent is now basically supported.
A couple of forward ported changes.
Doc updates.
Diffstat (limited to 'agent/t-protect.c')
-rw-r--r-- | agent/t-protect.c | 8 |
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; } |