reference all include files using spnego/
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18336 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include <gssapi_spnego.h>
|
||||
#include <gssapi/gssapi_spnego.h>
|
||||
#include <gssapi.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
@@ -58,12 +58,13 @@
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <heim_threads.h>
|
||||
#include "spnego_asn1.h"
|
||||
#include <der.h>
|
||||
#include <asn1_err.h>
|
||||
|
||||
#include <gssapi_mech.h>
|
||||
|
||||
#include "spnego_asn1.h"
|
||||
#include <der.h>
|
||||
|
||||
#define ALLOC(X, N) (X) = calloc((N), sizeof(*(X)))
|
||||
|
||||
typedef struct {
|
||||
@@ -86,6 +87,6 @@ typedef struct {
|
||||
HEIMDAL_MUTEX ctx_id_mutex;
|
||||
} *gssspnego_ctx;
|
||||
|
||||
#include <spnego-private.h>
|
||||
#include <spnego/spnego-private.h>
|
||||
|
||||
#endif /* SPNEGO_LOCL_H */
|
||||
|
Reference in New Issue
Block a user