From 52d2a115aa39fe3fe083d27312444070b7aea514 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 18 Nov 2005 01:54:58 +0000 Subject: [PATCH] * t_hmac.c, t_pkcs5.c: Don't include krb5.h ticket: 3236 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17499 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 4 ++++ src/lib/crypto/t_hmac.c | 1 - src/lib/crypto/t_pkcs5.c | 1 - 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 + + * t_hmac.c, t_pkcs5.c: Don't include krb5.h. + 2005-08-20 Ken Raeburn * 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 #include -#include #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 #include #include -#include #include "k5-int.h" -- 2.26.2