ETYPE_IS_LOCAL, CKSUMTYPE_IS_LOCAL
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6589
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Aug 25 17:12:37 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * krb5.hin: Removed unused (and misleading) macros
+ KEYTYPE_IS_LOCAL, ETYPE_IS_LOCAL, CKSUMTYPE_IS_LOCAL
+
Thu Aug 24 19:23:10 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Update file list
#define CKSUMTYPE_RSA_MD5 0x0007
#define CKSUMTYPE_RSA_MD5_DES 0x0008
-/* macros to determine if a type is a local type */
-#define KEYTYPE_IS_LOCAL(keytype) (keytype & 0x8000)
-#define ETYPE_IS_LOCAL(etype) (etype & 0x8000)
-#define CKSUMTYPE_IS_LOCAL(cksumtype) (cksumtype & 0x8000)
-
#ifndef krb5_roundup
/* round x up to nearest multiple of y */
#define krb5_roundup(x, y) ((((x) + (y) - 1)/(y))*(y))