diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2005-10-30 08:52:19 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2005-10-30 08:52:19 +0000 |
commit | eeb95f631fff3181322054a01f9192366d577c0c (patch) | |
tree | 9400c01c8ea7a38aff3463ba84f0ed60b192035b /usr.bin/ssh/sshconnect.c | |
parent | 049e8e4c25be1974f7d3bb1523ebde0d57a1b202 (diff) |
no need to escape single quotes in comments, no binary change
Diffstat (limited to 'usr.bin/ssh/sshconnect.c')
-rw-r--r-- | usr.bin/ssh/sshconnect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshconnect.c b/usr.bin/ssh/sshconnect.c index 4bbbc241b1c..a3c1f4b2b8a 100644 --- a/usr.bin/ssh/sshconnect.c +++ b/usr.bin/ssh/sshconnect.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect.c,v 1.169 2005/10/15 15:28:12 stevesk Exp $"); +RCSID("$OpenBSD: sshconnect.c,v 1.170 2005/10/30 08:52:18 djm Exp $"); #include <openssl/bn.h> @@ -595,7 +595,7 @@ check_host_key(char *host, struct sockaddr *hostaddr, Key *host_key, file_key = key_new(host_key->type); /* - * Check if the host key is present in the user\'s list of known + * Check if the host key is present in the user's list of known * hosts or in the systemwide list. */ host_file = user_hostfile; |