From a0390fc0eec49d43af85499c3240c90e72ceda6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 7 Mar 2004 22:30:57 +0000 Subject: [PATCH] drop structures for message formats, no longer used git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13471 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/arcfour.h | 25 ------------------------- lib/gssapi/krb5/arcfour.h | 25 ------------------------- 2 files changed, 50 deletions(-) diff --git a/lib/gssapi/arcfour.h b/lib/gssapi/arcfour.h index 47577cfd7..582359151 100644 --- a/lib/gssapi/arcfour.h +++ b/lib/gssapi/arcfour.h @@ -36,31 +36,6 @@ #ifndef GSSAPI_ARCFOUR_H_ #define GSSAPI_ARCFOUR_H_ 1 -/* - * The arcfour message have the following formats, these are only here - * for reference and is not used. - */ - -#if 0 -typedef struct gss_arcfour_mic_token { - u_char TOK_ID[2]; /* 01 01 */ - u_char SGN_ALG[2]; /* 11 00 */ - u_char Filler[4]; - u_char SND_SEQ[8]; - u_char SGN_CKSUM[8]; -} gss_arcfour_mic_token_desc, *gss_arcfour_mic_token; - -typedef struct gss_arcfour_wrap_token { - u_char TOK_ID[2]; /* 02 01 */ - u_char SGN_ALG[2]; - u_char SEAL_ALG[2]; - u_char Filler[2]; - u_char SND_SEQ[8]; - u_char SGN_CKSUM[8]; - u_char Confounder[8]; -} gss_arcfour_wrap_token_desc, *gss_arcfour_wrap_token; -#endif - #define GSS_ARCFOUR_WRAP_TOKEN_SIZE 32 OM_uint32 _gssapi_wrap_arcfour(OM_uint32 *minor_status, diff --git a/lib/gssapi/krb5/arcfour.h b/lib/gssapi/krb5/arcfour.h index 47577cfd7..582359151 100644 --- a/lib/gssapi/krb5/arcfour.h +++ b/lib/gssapi/krb5/arcfour.h @@ -36,31 +36,6 @@ #ifndef GSSAPI_ARCFOUR_H_ #define GSSAPI_ARCFOUR_H_ 1 -/* - * The arcfour message have the following formats, these are only here - * for reference and is not used. - */ - -#if 0 -typedef struct gss_arcfour_mic_token { - u_char TOK_ID[2]; /* 01 01 */ - u_char SGN_ALG[2]; /* 11 00 */ - u_char Filler[4]; - u_char SND_SEQ[8]; - u_char SGN_CKSUM[8]; -} gss_arcfour_mic_token_desc, *gss_arcfour_mic_token; - -typedef struct gss_arcfour_wrap_token { - u_char TOK_ID[2]; /* 02 01 */ - u_char SGN_ALG[2]; - u_char SEAL_ALG[2]; - u_char Filler[2]; - u_char SND_SEQ[8]; - u_char SGN_CKSUM[8]; - u_char Confounder[8]; -} gss_arcfour_wrap_token_desc, *gss_arcfour_wrap_token; -#endif - #define GSS_ARCFOUR_WRAP_TOKEN_SIZE 32 OM_uint32 _gssapi_wrap_arcfour(OM_uint32 *minor_status,