[auth-skey.c]
     Add headers required to build with -DSKEY.  ok djm@
This commit is contained in:
Darren Tucker 2006-08-05 18:48:01 +10:00
parent 1a3d6e7bdd
commit 260cb3519d
2 changed files with 10 additions and 2 deletions

View File

@ -109,6 +109,9 @@
- dtucker@cvs.openbsd.org 2006/08/05 07:52:52
[auth2-none.c sshd.c monitor_wrap.c]
Add headers required to build with KERBEROS5=no. ok djm@
- dtucker@cvs.openbsd.org 2006/08/05 08:00:33
[auth-skey.c]
Add headers required to build with -DSKEY. ok djm@
20060804
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@ -5179,4 +5182,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4466 2006/08/05 08:46:47 dtucker Exp $
$Id: ChangeLog,v 1.4467 2006/08/05 08:48:01 dtucker Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth-skey.c,v 1.24 2006/08/03 03:34:41 deraadt Exp $ */
/* $OpenBSD: auth-skey.c,v 1.25 2006/08/05 08:00:33 dtucker Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@ -29,9 +29,14 @@
#include <sys/types.h>
#include <pwd.h>
#include <stdio.h>
#include <skey.h>
#include "xmalloc.h"
#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "monitor_wrap.h"