projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c6929
)
moved valid_etype() to encryption.h
author
John Kohl
<jtkohl@mit.edu>
Sat, 3 Feb 1990 17:17:31 +0000
(17:17 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/macros.h
b/src/include/krb5/macros.h
index c594114fff58888db3b836f8af6c255bb1984709..3f50759ac04aae64a2a9a606202803888445c58d 100644
(file)
--- 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__ */