+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
* 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"
*/
#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