aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/krbasn1.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-20 21:57:59 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-20 21:57:59 +0000
commite6066f9632299cf939a0e4ceaea6d65fae94fc6f (patch)
treef8de0c73ae74fb3e072065f6fa62fc30d09540d5 /src/lib/krb5/asn.1/krbasn1.h
parentc6dd5afda4d883e483e3e5e56aa0aebd69a1f850 (diff)
downloadkrb5-e6066f9632299cf939a0e4ceaea6d65fae94fc6f.zip
krb5-e6066f9632299cf939a0e4ceaea6d65fae94fc6f.tar.gz
krb5-e6066f9632299cf939a0e4ceaea6d65fae94fc6f.tar.bz2
Move the define of BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, since
it doesn't #include krbasn1. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5409 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/asn.1/krbasn1.h')
-rw-r--r--src/lib/krb5/asn.1/krbasn1.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/krb5/asn.1/krbasn1.h b/src/lib/krb5/asn.1/krbasn1.h
index ec44baa..a33f23d 100644
--- a/src/lib/krb5/asn.1/krbasn1.h
+++ b/src/lib/krb5/asn.1/krbasn1.h
@@ -19,14 +19,6 @@
*/
#define KRB5_ENCKRB5KDCREPPART_COMPAT
-/*
- * The hand-coded parser used in the Beta 4 distribution didn't
- * reverse the order of the bit string fields. This define allows partial
- * interoperability with the Beta 4 distribution by doing a bit reversal
- * on bitfields which have bits set in the high 16 bits.
- */
-#define BACKWARD_BITMASK_COMPAT
-
/*
* If KRB5_MSGTYPE_STRICT is defined, then be strict about checking
* the msgtype fields. Unfortunately, there old versions of Kerberos