aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/crypto/ChangeLog4
-rw-r--r--src/lib/crypto/t_cts.c4
-rw-r--r--src/lib/crypto/vectors.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index f950f66..590d94e 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-28 Tom Yu <tlyu@mit.edu>
+
+ * t_cts.c, vectors.c: Don't include krb5.h.
+
2005-11-17 Ken Raeburn <raeburn@mit.edu>
* t_hmac.c, t_pkcs5.c: Don't include krb5.h.
diff --git a/src/lib/crypto/t_cts.c b/src/lib/crypto/t_cts.c
index b105bd2..5066a26 100644
--- a/src/lib/crypto/t_cts.c
+++ b/src/lib/crypto/t_cts.c
@@ -36,7 +36,7 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
-#include <krb5.h>
+#include "hash_provider.h"
#define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))
@@ -169,8 +169,6 @@ static void test_cts()
}
}
-#include "hash_provider.h"
-
int main (int argc, char **argv)
{
whoami = argv[0];
diff --git a/src/lib/crypto/vectors.c b/src/lib/crypto/vectors.c
index 20c5d7c..27b6206 100644
--- a/src/lib/crypto/vectors.c
+++ b/src/lib/crypto/vectors.c
@@ -36,7 +36,7 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
-#include <krb5.h>
+#include "hash_provider.h"
#define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))
@@ -443,8 +443,6 @@ test_pbkdf2()
}
}
-#include "hash_provider.h"
-
int main (int argc, char **argv)
{
whoami = argv[0];