aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-07-24 06:26:20 +0000
committerNIIBE Yutaka <[email protected]>2017-07-24 06:26:20 +0000
commit328fca187253c069e3630bd387a71f6d16e9820a (patch)
tree4512bbebe7c784cec63847618ae446e7213484ae /agent/command-ssh.c
parentg10: Avoid caching passphrase for failed symmetric encryption. (diff)
downloadgnupg-328fca187253c069e3630bd387a71f6d16e9820a.tar.gz
gnupg-328fca187253c069e3630bd387a71f6d16e9820a.zip
agent: Minor fix for Windows.
* agent/command-ssh.c (serve_mmapped_ssh_request): Add const qualifier. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r--agent/command-ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c
index c5897efba..9d45a1864 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -3707,7 +3707,7 @@ serve_mmapped_ssh_request (ctrl_t ctrl,
gpg_error_t err;
int send_err = 0;
int valid_response = 0;
- ssh_request_spec_t *spec;
+ const ssh_request_spec_t *spec;
u32 msglen;
estream_t request_stream, response_stream;