]> andersk Git - openssh.git/blobdiff - authfd.c
20000905
[openssh.git] / authfd.c
index d9427d3776acce1e1d36d8729124bf76c1ed0f43..6c40afc65e81a30ba06e2c5225f958cdf9dcfe25 100644 (file)
--- a/authfd.c
+++ b/authfd.c
@@ -17,7 +17,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: authfd.c,v 1.25 2000/08/19 21:34:42 markus Exp $");
+RCSID("$OpenBSD: authfd.c,v 1.26 2000/08/31 22:09:34 markus Exp $");
 
 #include "ssh.h"
 #include "rsa.h"
@@ -359,6 +359,7 @@ ssh_agent_sign(AuthenticationConnection *auth,
        buffer_put_char(&msg, SSH2_AGENTC_SIGN_REQUEST);
        buffer_put_string(&msg, blob, blen);
        buffer_put_string(&msg, data, datalen);
+       buffer_put_int(&msg, 0);                                /* flags, unused */
        xfree(blob);
 
        if (ssh_request_reply(auth, &msg, &msg) == 0) {
This page took 0.056478 seconds and 4 git commands to generate.