diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 16:30:44 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 16:30:44 +1000 |
commit | e14e005f41cf541017ab4e285f0b2ec23a21b7ff (patch) | |
tree | dc39d17aec412258454cf026c2c3e27cf1b45411 /auth-rsa.c | |
parent | 770fc01078ffd4952ceb91f617063b390730499c (diff) | |
download | openssh-git-e14e005f41cf541017ab4e285f0b2ec23a21b7ff.tar.gz |
- 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 'auth-rsa.c')
-rw-r--r-- | auth-rsa.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rsa.c,v 1.58 2003/11/04 08:54:09 djm Exp $"); +RCSID("$OpenBSD: auth-rsa.c,v 1.59 2004/05/09 01:19:27 djm Exp $"); #include <openssl/rsa.h> #include <openssl/md5.h> @@ -23,7 +23,6 @@ RCSID("$OpenBSD: auth-rsa.c,v 1.58 2003/11/04 08:54:09 djm Exp $"); #include "packet.h" #include "xmalloc.h" #include "ssh1.h" -#include "mpaux.h" #include "uidswap.h" #include "match.h" #include "auth-options.h" |