diff options
author | 2004-05-09 01:19:27 +0000 | |
---|---|---|
committer | 2004-05-09 01:19:27 +0000 | |
commit | 89b54d615a4525f6a61daa718a59e61752738bb7 (patch) | |
tree | 9d3a801530511279075f5cb669821b4a573d93e2 /usr.bin/ssh/auth1.c | |
parent | Don't dereference scrub pointer when it's NULL, fix PR 3775, from (diff) | |
download | wireguard-openbsd-89b54d615a4525f6a61daa718a59e61752738bb7.tar.xz wireguard-openbsd-89b54d615a4525f6a61daa718a59e61752738bb7.zip |
kill some more tiny files; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/auth1.c')
-rw-r--r-- | usr.bin/ssh/auth1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c index 0d84e6c9abc..a02acc9b8ca 100644 --- a/usr.bin/ssh/auth1.c +++ b/usr.bin/ssh/auth1.c @@ -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" |