diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 08:30:44 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 08:30:44 +0200 |
commit | e14e005f41cf541017ab4e285f0b2ec23a21b7ff (patch) | |
tree | dc39d17aec412258454cf026c2c3e27cf1b45411 /auth1.c | |
parent | - djm@cvs.openbsd.org 2004/05/09 00:06:47 (diff) | |
download | openssh-e14e005f41cf541017ab4e285f0b2ec23a21b7ff.tar.xz openssh-e14e005f41cf541017ab4e285f0b2ec23a21b7ff.zip |
- djm@cvs.openbsd.org 2004/05/09 01:19:28
[OVERVIEW auth-rsa.c auth1.c kex.c monitor.c session.c sshconnect1.c
sshd.c] removed: mpaux.c mpaux.h
kill some more tiny files; ok deraadt@
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,14 +10,13 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.55 2003/11/08 16:02:40 jakob Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.56 2004/05/09 01:19:27 djm Exp $"); #include "xmalloc.h" #include "rsa.h" #include "ssh1.h" #include "packet.h" #include "buffer.h" -#include "mpaux.h" #include "log.h" #include "servconf.h" #include "compat.h" |