]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2005/11/12 18:37:59
authordtucker <dtucker>
Tue, 22 Nov 2005 08:37:08 +0000 (08:37 +0000)
committerdtucker <dtucker>
Tue, 22 Nov 2005 08:37:08 +0000 (08:37 +0000)
     [ssh-add.c]
     space

ChangeLog
ssh-add.c

index 6edc05e3d20c80773671bf1bc94820689650b7d0..b2c67ab6677c60267fbc439e03d50fa47aa459de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20051122
+ - (dtucker) OpenBSD CVS Sync
+   - deraadt@cvs.openbsd.org 2005/11/12 18:37:59
+     [ssh-add.c]
+     space
+
 20051120
  - (dtucker) [openbsd-compat/openssl-compat.h] Add comment explaining what
    is going on.
index 749a76829b7dc1e868af7540e06738441aabf8b2..2b01e6f13c91edd145d6ab7c1aba8bcb1b542c4b 100644 (file)
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-add.c,v 1.73 2005/09/13 23:40:07 djm Exp $");
+RCSID("$OpenBSD: ssh-add.c,v 1.74 2005/11/12 18:37:59 deraadt Exp $");
 
 #include <openssl/evp.h>
 
@@ -324,7 +324,8 @@ main(int argc, char **argv)
        /* At first, get a connection to the authentication agent. */
        ac = ssh_get_authentication_connection();
        if (ac == NULL) {
-               fprintf(stderr, "Could not open a connection to your authentication agent.\n");
+               fprintf(stderr,
+                   "Could not open a connection to your authentication agent.\n");
                exit(2);
        }
        while ((ch = getopt(argc, argv, "lLcdDxXe:s:t:")) != -1) {
This page took 0.119504 seconds and 5 git commands to generate.