diff options
author | Ezra Peisach <epeisach@mit.edu> | 2009-10-27 00:26:10 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2009-10-27 00:26:10 +0000 |
commit | 20602d4243322cc913cab9c1c13157165715ebbc (patch) | |
tree | 0dc715cf660c730b7d797a747925638d76326d77 | |
parent | 4943eca32b2f5d6dc4786ea18ebe87a85570c5a0 (diff) | |
download | krb5-20602d4243322cc913cab9c1c13157165715ebbc.tar.gz krb5-20602d4243322cc913cab9c1c13157165715ebbc.tar.xz krb5-20602d4243322cc913cab9c1c13157165715ebbc.zip |
Do not include com_err.h - not used here
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23060 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/lib/crypto/builtin/des/destest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/crypto/builtin/des/destest.c b/src/lib/crypto/builtin/des/destest.c index 6dd72cc424..ef87858383 100644 --- a/src/lib/crypto/builtin/des/destest.c +++ b/src/lib/crypto/builtin/des/destest.c @@ -55,8 +55,6 @@ */ #include "des_int.h" -#include "com_err.h" - #include <stdio.h> void convert (char *, unsigned char []); |