From e9af2b8cca76dfa15c35a9e66bdec9f6cca5f7cf Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 25 Aug 1995 21:13:58 +0000 Subject: [PATCH] Removed unused (and misleading) macros KEYTYPE_IS_LOCAL, ETYPE_IS_LOCAL, CKSUMTYPE_IS_LOCAL git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6589 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 5 +++++ src/include/krb5.hin | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index d3121bde0..cccaaf38c 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 25 17:12:37 1995 Theodore Y. Ts'o + + * 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 * .Sanitize: Update file list diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 6225ca97c..d1155c7b4 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -401,11 +401,6 @@ typedef struct _krb5_checksum_entry { #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)) -- 2.26.2