diff options
author | Werner Koch <[email protected]> | 2005-06-29 14:12:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-06-29 14:12:18 +0000 |
commit | f1ce96e40435b7d7d12855de76d8956b807ccb3d (patch) | |
tree | bb2c9d62d619049b62fff166bfeaebe908be7b01 /agent/command-ssh.c | |
parent | post release version number update (diff) | |
download | gnupg-f1ce96e40435b7d7d12855de76d8956b807ccb3d.tar.gz gnupg-f1ce96e40435b7d7d12855de76d8956b807ccb3d.zip |
(data_sign): Removed empty statement.
Diffstat (limited to 'agent/command-ssh.c')
-rw-r--r-- | agent/command-ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index a43fee24f..642bcbbba 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -1988,7 +1988,7 @@ data_sign (ctrl_t ctrl, ssh_signature_encoder_t sig_encoder, gcry_sexp_t valuelist = NULL; gcry_sexp_t sublist = NULL; gcry_mpi_t sig_value = NULL; - unsigned char *sig_blob = NULL;; + unsigned char *sig_blob = NULL; size_t sig_blob_n = 0; char *identifier = NULL; const char *identifier_raw; |