]> andersk Git - openssh.git/blobdiff - ssh-agent.c
- (stevesk) OpenBSD CVS updates:
[openssh.git] / ssh-agent.c
index b98d9550101365530ccc466b077f1a19cc1b2b3d..c5e4447c4663339f79c6aa3c396c777fc914cfee 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh-agent.c,v 1.42 2000/12/09 14:06:54 markus Exp $   */
+/*     $OpenBSD: ssh-agent.c,v 1.43 2000/12/13 23:25:44 markus Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -37,7 +37,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-agent.c,v 1.42 2000/12/09 14:06:54 markus Exp $");
+RCSID("$OpenBSD: ssh-agent.c,v 1.43 2000/12/13 23:25:44 markus Exp $");
 
 #include "ssh.h"
 #include "rsa.h"
@@ -242,7 +242,7 @@ process_sign_request2(SocketEntry *e)
        int ok = -1;
 
        datafellows = 0;
-       
+
        blob = buffer_get_string(&e->input, &blen);
        data = buffer_get_string(&e->input, &dlen);
 
This page took 0.303067 seconds and 4 git commands to generate.