diff options
author | Werner Koch <[email protected]> | 2005-08-01 16:54:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-08-01 16:54:54 +0000 |
commit | 3919421a4fae940d0575f1e852aef30a26cfcaea (patch) | |
tree | 1cb25711a55bbe2b11ede43011137d2b44705bfc /agent/t-protect.c | |
parent | Fixed Umlaut problem (diff) | |
download | gnupg-3919421a4fae940d0575f1e852aef30a26cfcaea.tar.gz gnupg-3919421a4fae940d0575f1e852aef30a26cfcaea.zip |
About to release 1.9.18V1-9-18
Diffstat (limited to 'agent/t-protect.c')
-rw-r--r-- | agent/t-protect.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/t-protect.c b/agent/t-protect.c index 0cb8265ba..21cbe1160 100644 --- a/agent/t-protect.c +++ b/agent/t-protect.c @@ -72,6 +72,7 @@ test_agent_private_key_type (void) static void test_make_shadow_info (void) { +#if 0 static struct { const char *snstr; @@ -96,6 +97,7 @@ test_make_shadow_info (void) /* fixme: Need to compare the result but also need to check proper S-expression syntax. */ } +#endif } |