mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 19:02:06 +00:00
- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
This commit is contained in:
parent
90659f8166
commit
8c6fedaf22
@ -97,6 +97,7 @@
|
||||
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
|
||||
includes for Linux in
|
||||
- (dtucker) [cleanup.c] Need defines.h for __dead.
|
||||
- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
|
||||
|
||||
20060804
|
||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
||||
@ -5167,4 +5168,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.4459 2006/08/05 04:46:27 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4460 2006/08/05 05:24:59 dtucker Exp $
|
||||
|
@ -26,6 +26,8 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#ifdef GSSAPI
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
@ -293,3 +295,5 @@ Authmethod method_gssapi = {
|
||||
userauth_gssapi,
|
||||
&options.gss_authentication
|
||||
};
|
||||
|
||||
#endif /* GSSAPI */
|
||||
|
Loading…
Reference in New Issue
Block a user