moved valid_etype() to encryption.h
authorJohn Kohl <jtkohl@mit.edu>
Sat, 3 Feb 1990 17:17:31 +0000 (17:17 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sat, 3 Feb 1990 17:17:31 +0000 (17:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@257 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/macros.h

index c594114fff58888db3b836f8af6c255bb1984709..3f50759ac04aae64a2a9a606202803888445c58d 100644 (file)
@@ -16,6 +16,4 @@
 #ifndef __KRB5_MACROS__
 #define __KRB5_MACROS__
 
-#define valid_etype(etype)     ((etype <= max_cryptosystem) && (etype > 0) && csarray[etype])
-
 #endif /* __KRB5_MACROS__ */