summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 2751db345..c6d6f67db 100644
--- a/readconf.c
+++ b/readconf.c
@@ -14,7 +14,7 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$Id: readconf.c,v 1.16 2000/06/07 09:55:44 djm Exp $"); 17RCSID("$Id: readconf.c,v 1.17 2000/06/18 04:50:44 djm Exp $");
18 18
19#include "ssh.h" 19#include "ssh.h"
20#include "cipher.h" 20#include "cipher.h"
@@ -165,7 +165,7 @@ static struct {
165}; 165};
166 166
167/* Characters considered whitespace in strtok calls. */ 167/* Characters considered whitespace in strtok calls. */
168#define WHITESPACE " \t\r\n" 168#define WHITESPACE " \t\r\n="
169 169
170 170
171/* 171/*