Fix the amd64 (and presumably ia64) lib32 build by ensuring that the
heimdal GSS-API mechanism uses its own version of gssapi.h, including all the implementation-dependant pollution contained therein. This moves the file off the vendor branch, sadly. Submitted by: bz
This commit is contained in:
parent
29af427b83
commit
17ed18fef3
@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
/* $Id: gssapi_locl.h,v 1.24.2.5 2003/09/18 22:01:52 lha Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef GSSAPI_LOCL_H
|
||||
#define GSSAPI_LOCL_H
|
||||
@ -41,7 +42,7 @@
|
||||
#endif
|
||||
|
||||
#include <krb5_locl.h>
|
||||
#include <gssapi.h>
|
||||
#include "gssapi.h"
|
||||
#include <assert.h>
|
||||
|
||||
#include "arcfour.h"
|
||||
|
Loading…
Reference in New Issue
Block a user