summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/ChangeLog4
-rw-r--r--src/lib/crypto/t_hmac.c1
-rw-r--r--src/lib/crypto/t_pkcs5.c1
3 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index c1c9db9fc..f950f662f 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-17 Ken Raeburn <raeburn@mit.edu>
+
+ * t_hmac.c, t_pkcs5.c: Don't include krb5.h.
+
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.
diff --git a/src/lib/crypto/t_hmac.c b/src/lib/crypto/t_hmac.c
index 8208edded..000e64b85 100644
--- a/src/lib/crypto/t_hmac.c
+++ b/src/lib/crypto/t_hmac.c
@@ -33,7 +33,6 @@
#include <string.h>
#include <ctype.h>
-#include <krb5.h>
#include "hash_provider.h"
#define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))
diff --git a/src/lib/crypto/t_pkcs5.c b/src/lib/crypto/t_pkcs5.c
index db255280a..fa1f43dea 100644
--- a/src/lib/crypto/t_pkcs5.c
+++ b/src/lib/crypto/t_pkcs5.c
@@ -31,7 +31,6 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
-#include <krb5.h>
#include "k5-int.h"