summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-03 17:17:31 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-03 17:17:31 +0000
commit5c652dca5f840fbd88f0bc482a77b71b489e5c15 (patch)
tree796005f314db12c81a02e01e53db6749a69956a9 /src/include
parent29c69290aac2376608c406a2ab7519a1d7018d1c (diff)
downloadkrb5-5c652dca5f840fbd88f0bc482a77b71b489e5c15.tar.gz
krb5-5c652dca5f840fbd88f0bc482a77b71b489e5c15.tar.xz
krb5-5c652dca5f840fbd88f0bc482a77b71b489e5c15.zip
moved valid_etype() to encryption.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@257 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/macros.h2
1 files changed, 0 insertions, 2 deletions
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__ */