From: Ken Raeburn Date: Fri, 18 Nov 2005 01:54:58 +0000 (+0000) Subject: * t_hmac.c, t_pkcs5.c: Don't include krb5.h X-Git-Tag: ms-bug-test-20060525~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52d2a115aa39fe3fe083d27312444070b7aea514;p=krb5.git * 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 --- 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"