diff options
author | 2001-02-04 15:32:22 +0000 | |
---|---|---|
committer | 2001-02-04 15:32:22 +0000 | |
commit | c998415248f8dda5010c909b0625fd6fc663ad09 (patch) | |
tree | 28b51d2746b42e74aecd1cc255311ff92e566dc4 /usr.bin/ssh/ssh-add.c | |
parent | make gcc on the alpha even happier (diff) | |
download | wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.tar.xz wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.zip |
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r-- | usr.bin/ssh/ssh-add.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c index 693055a0efb..bb6b667a778 100644 --- a/usr.bin/ssh/ssh-add.c +++ b/usr.bin/ssh/ssh-add.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-add.c,v 1.27 2001/01/21 19:05:56 markus Exp $"); +RCSID("$OpenBSD: ssh-add.c,v 1.28 2001/02/04 15:32:25 stevesk Exp $"); #include <openssl/evp.h> @@ -244,7 +244,7 @@ main(int argc, char **argv) int i; int deleting = 0; - SSLeay_add_all_algorithms(); + SSLeay_add_all_algorithms(); /* At first, get a connection to the authentication agent. */ ac = ssh_get_authentication_connection(); |