summaryrefslogtreecommitdiffstats
path: root/auth-chall.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-chall.c')
-rw-r--r--auth-chall.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-chall.c b/auth-chall.c
index e02e99d3..e99ddb39 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -23,12 +23,14 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-chall.c,v 1.1 2001/01/18 17:12:43 markus Exp $");
+RCSID("$OpenBSD: auth-chall.c,v 1.2 2001/01/19 12:45:26 markus Exp $");
#include "ssh.h"
#include "auth.h"
#ifdef SKEY
+#include <skey.h>
+
char *
get_challenge(Authctxt *authctxt, char *devs)
{