- dtucker@cvs.openbsd.org 2006/08/05 08:00:33
[auth-skey.c] Add headers required to build with -DSKEY. ok djm@
This commit is contained in:
parent
1a3d6e7bdd
commit
260cb3519d
|
@ -109,6 +109,9 @@
|
||||||
- dtucker@cvs.openbsd.org 2006/08/05 07:52:52
|
- dtucker@cvs.openbsd.org 2006/08/05 07:52:52
|
||||||
[auth2-none.c sshd.c monitor_wrap.c]
|
[auth2-none.c sshd.c monitor_wrap.c]
|
||||||
Add headers required to build with KERBEROS5=no. ok djm@
|
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
|
20060804
|
||||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
- (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) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (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 $
|
||||||
|
|
|
@ -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.
|
* Copyright (c) 2001 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -29,9 +29,14 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include <pwd.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <skey.h>
|
#include <skey.h>
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
#include "key.h"
|
||||||
|
#include "hostfile.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
#include "monitor_wrap.h"
|
#include "monitor_wrap.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue