From e7462b402df84b2b36a1253f40ef5bb36a47dce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 26 Aug 2003 17:30:25 +0000 Subject: [PATCH] make the include protectors more uniq git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12652 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/cfx.h | 6 +++--- lib/gssapi/krb5/cfx.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/gssapi/cfx.h b/lib/gssapi/cfx.h index 0fe075984..f7c7c3613 100644 --- a/lib/gssapi/cfx.h +++ b/lib/gssapi/cfx.h @@ -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_ */ diff --git a/lib/gssapi/krb5/cfx.h b/lib/gssapi/krb5/cfx.h index 0fe075984..f7c7c3613 100644 --- a/lib/gssapi/krb5/cfx.h +++ b/lib/gssapi/krb5/cfx.h @@ -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_ */