Correct header file inclusion protection.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18331 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef GSSAPI_H_
|
||||
#define GSSAPI_H_
|
||||
#ifndef GSSAPI_GSSAPI_H_
|
||||
#define GSSAPI_GSSAPI_H_
|
||||
|
||||
/*
|
||||
* First, include stddef.h to get size_t defined.
|
||||
@@ -905,4 +905,4 @@ gss_decapsulate_token(gss_buffer_t /* input_token */,
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* GSSAPI_H_ */
|
||||
#endif /* GSSAPI_GSSAPI_H_ */
|
||||
|
Reference in New Issue
Block a user