aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2009-10-27 00:26:10 +0000
committerEzra Peisach <epeisach@mit.edu>2009-10-27 00:26:10 +0000
commit20602d4243322cc913cab9c1c13157165715ebbc (patch)
tree0dc715cf660c730b7d797a747925638d76326d77 /src/lib/crypto
parent4943eca32b2f5d6dc4786ea18ebe87a85570c5a0 (diff)
downloadkrb5-20602d4243322cc913cab9c1c13157165715ebbc.zip
krb5-20602d4243322cc913cab9c1c13157165715ebbc.tar.gz
krb5-20602d4243322cc913cab9c1c13157165715ebbc.tar.bz2
Do not include com_err.h - not used here
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23060 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/builtin/des/destest.c2
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 6dd72cc..ef87858 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 []);