Move the define of BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, since
authorTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 21:57:59 +0000 (21:57 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 21:57:59 +0000 (21:57 +0000)
it doesn't #include krbasn1.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5409 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/asn1_k_decode.c
src/lib/krb5/asn.1/krbasn1.h

index 87eb0421d27442d61d06d2d8643e4c659dc3ac19..6cbd87aa7aaf163bbdefc24ed3456f5511fe6a46 100644 (file)
@@ -1,3 +1,9 @@
+Thu Apr 20 17:41:24 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * asn1_k_decode.c, krbasn1.h: Move the define of
+               BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, since it
+               doesn't #include krbasn1.h
+
 Tue Apr 18 21:46:30 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * asn1_k_decode.c (asn1_decode_krb5_flags): Make the function
index 2100b4558fbd73352a280af8dbac7b02d84ca918..b25e5e7fc156c3ecbffeeea2710699bbed5e4920 100644 (file)
  * or implied warranty.
  */
 
+/* 
+ * 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
+
 #include "asn1_k_decode.h"
 #include "asn1_decode.h"
 #include "asn1_get.h"
index ec44baae1c8d1c6bd0df4ee8e8748e3fcad97fb2..a33f23d19e0558be7f786faa78609c978ad2d58e 100644 (file)
  */
 #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