summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-09-02 07:32:05 +0000
committerkris <kris@FreeBSD.org>2000-09-02 07:32:05 +0000
commit868b20c6a8272259ebea281d9e2a02ef98c2bee4 (patch)
treebf3d3111d349940488b2da6619a02cc9afcd33eb /crypto/openssh
parent458b9e5882d4136a11790a1efbacf16115588910 (diff)
downloadFreeBSD-src-868b20c6a8272259ebea281d9e2a02ef98c2bee4.zip
FreeBSD-src-868b20c6a8272259ebea281d9e2a02ef98c2bee4.tar.gz
Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody
was using this feature.
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/auth1.c1
-rw-r--r--crypto/openssh/session.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/auth1.c b/crypto/openssh/auth1.c
index cc949c4..38e807f 100644
--- a/crypto/openssh/auth1.c
+++ b/crypto/openssh/auth1.c
@@ -19,6 +19,7 @@ RCSID("$OpenBSD: auth1.c,v 1.2 2000/04/29 18:11:52 markus Exp $");
#include "compat.h"
#include "auth.h"
#include "session.h"
+#include <login_cap.h>
#ifdef KRB5
extern krb5_context ssh_context;
diff --git a/crypto/openssh/session.c b/crypto/openssh/session.c
index 1cd8e21..f56e629 100644
--- a/crypto/openssh/session.c
+++ b/crypto/openssh/session.c
@@ -30,7 +30,6 @@ RCSID("$OpenBSD: session.c,v 1.15 2000/05/30 17:23:37 markus Exp $");
#include "auth.h"
#ifdef __FreeBSD__
-#define LOGIN_CAP
#define _PATH_CHPASS "/usr/bin/passwd"
#endif /* __FreeBSD__ */
OpenPOWER on IntegriCloud