aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/auth.c
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-12-05 02:20:19 +0000
committerBrian Feldman <green@FreeBSD.org>2000-12-05 02:20:19 +0000
commit5b9b2fafd4d6d82af10bf630cbfc9393b8ed1d0a (patch)
treebf0881ca432b88e84b40b65bc72970ba5b2a3120 /crypto/openssh/auth.c
parent4899dde74917db7869e1f39f8a5ac81884c427e2 (diff)
Notes
Diffstat (limited to 'crypto/openssh/auth.c')
-rw-r--r--crypto/openssh/auth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssh/auth.c b/crypto/openssh/auth.c
index 2d4f6d041777..182d64649226 100644
--- a/crypto/openssh/auth.c
+++ b/crypto/openssh/auth.c
@@ -33,7 +33,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.10 2000/09/07 21:13:36 markus Exp $");
+RCSID("$OpenBSD: auth.c,v 1.11 2000/10/11 20:27:23 markus Exp $");
#include "xmalloc.h"
#include "rsa.h"
@@ -41,7 +41,6 @@ RCSID("$OpenBSD: auth.c,v 1.10 2000/09/07 21:13:36 markus Exp $");
#include "pty.h"
#include "packet.h"
#include "buffer.h"
-#include "cipher.h"
#include "mpaux.h"
#include "servconf.h"
#include "compat.h"