From: John Kohl Date: Sat, 3 Feb 1990 17:17:31 +0000 (+0000) Subject: moved valid_etype() to encryption.h X-Git-Tag: krb5-1.0-alpha2~1126 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5c652dca5f840fbd88f0bc482a77b71b489e5c15;p=krb5.git moved valid_etype() to encryption.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@257 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/macros.h b/src/include/krb5/macros.h index c594114ff..3f50759ac 100644 --- a/src/include/krb5/macros.h +++ b/src/include/krb5/macros.h @@ -16,6 +16,4 @@ #ifndef __KRB5_MACROS__ #define __KRB5_MACROS__ -#define valid_etype(etype) ((etype <= max_cryptosystem) && (etype > 0) && csarray[etype]) - #endif /* __KRB5_MACROS__ */