make the include protectors more uniq

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12652 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-26 17:30:25 +00:00
parent 99116000bc
commit e7462b402d
2 changed files with 6 additions and 6 deletions

View File

@@ -32,8 +32,8 @@
/* $Id$ */
#ifndef CFX_H_
#define CFX_H_ 1
#ifndef GSSAPI_CFX_H_
#define GSSAPI_CFX_H_ 1
/*
* Implementation of draft-ietf-krb-wg-gssapi-cfx-00.txt
@@ -101,4 +101,4 @@ OM_uint32 verify_mic_cfx(OM_uint32 *minor_status,
gss_qop_t *qop_state,
krb5_keyblock *key);
#endif /* CFX_H_ */
#endif /* GSSAPI_CFX_H_ */

View File

@@ -32,8 +32,8 @@
/* $Id$ */
#ifndef CFX_H_
#define CFX_H_ 1
#ifndef GSSAPI_CFX_H_
#define GSSAPI_CFX_H_ 1
/*
* Implementation of draft-ietf-krb-wg-gssapi-cfx-00.txt
@@ -101,4 +101,4 @@ OM_uint32 verify_mic_cfx(OM_uint32 *minor_status,
gss_qop_t *qop_state,
krb5_keyblock *key);
#endif /* CFX_H_ */
#endif /* GSSAPI_CFX_H_ */