summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-20 12:49:31 +1000
committerDamien Miller <djm@mindrot.org>2000-05-20 12:49:31 +1000
commitd999ae26b7bad888b7a9b375faa38c1d6a8db1ce (patch)
tree30fe70eadced6dc89b2a37848015de9e3958926f /sshd.c
parentef7df540735d5ee8889f7f87cc74fc4ec5f4e260 (diff)
- Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 256018f61..39fbcba40 100644
--- a/sshd.c
+++ b/sshd.c
@@ -14,7 +14,7 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: sshd.c,v 1.116 2000/05/17 08:20:16 markus Exp $"); 17RCSID("$OpenBSD: sshd.c,v 1.117 2000/05/18 13:27:36 djm Exp $");
18 18
19#include "xmalloc.h" 19#include "xmalloc.h"
20#include "rsa.h" 20#include "rsa.h"