diff options
author | Matt Johnston <matt@ucc.asn.au> | 2012-04-09 21:29:41 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2012-04-09 21:29:41 +0800 |
commit | 4d009daaa0fc6bfa3e809043b3a410dd17209a09 (patch) | |
tree | 8c6b797ea3f04ed0b5db31a4b7b775f59e9695c1 /cli-authpubkey.c | |
parent | d4a14fcb3dde43e21b0bdf1e244d3b8f7aa488de (diff) |
Slight formatting change for ENABLE_CLI_AGENTFWD if statement
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r-- | cli-authpubkey.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c index cf506b8..49853ed 100644 --- a/cli-authpubkey.c +++ b/cli-authpubkey.c @@ -134,13 +134,11 @@ void cli_buf_put_sign(buffer* buf, sign_key *key, int type, sigblob->len); buf_free(sigblob); - } else { -#endif + } else +#endif /* ENABLE_CLI_AGENTFWD */ + { buf_put_sign(buf, key, type, data, len); -#ifdef ENABLE_CLI_AGENTFWD } -#endif - } /* TODO: make it take an agent reference to use as well */ |