diff options
author | 2005-10-30 08:52:17 +0000 | |
---|---|---|
committer | 2005-10-30 08:52:17 +0000 | |
commit | 14ef0d14f05ec1bcc9342c4cc662695b9d2ed893 (patch) | |
tree | 5e08922f3452c621a0f0207b5e5d227e229fa237 /usr.bin/ssh/ssh-agent.c | |
parent | remove trailing spaces; (diff) | |
download | wireguard-openbsd-14ef0d14f05ec1bcc9342c4cc662695b9d2ed893.tar.xz wireguard-openbsd-14ef0d14f05ec1bcc9342c4cc662695b9d2ed893.zip |
no need to escape single quotes in comments, no binary change
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r-- | usr.bin/ssh/ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c index 912f3996bd9..ba7e216ef41 100644 --- a/usr.bin/ssh/ssh-agent.c +++ b/usr.bin/ssh/ssh-agent.c @@ -35,7 +35,7 @@ #include "includes.h" #include <sys/queue.h> -RCSID("$OpenBSD: ssh-agent.c,v 1.123 2005/09/13 23:40:07 djm Exp $"); +RCSID("$OpenBSD: ssh-agent.c,v 1.124 2005/10/30 08:52:18 djm Exp $"); #include <openssl/evp.h> #include <openssl/md5.h> @@ -351,7 +351,7 @@ process_remove_identity(SocketEntry *e, int version) if (id != NULL) { /* * We have this key. Free the old key. Since we - * don\'t want to leave empty slots in the middle of + * don't want to leave empty slots in the middle of * the array, we actually free the key there and move * all the entries between the empty slot and the end * of the array. |