From: Tom Yu Date: Tue, 29 Nov 2005 00:15:24 +0000 (+0000) Subject: don't break make depend in lib/crypto on k5-int.h ordering X-Git-Tag: ms-bug-test-20060525~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25654840a888893a7b7994c34a903f74b4d30796;p=thirdparty%2Fkrb5.git don't break make depend in lib/crypto on k5-int.h ordering * t_cts.c, vectors.c: Don't include krb5.h. ticket: new tags: pullup target_version: 1.4.4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17504 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index f950f662f9..590d94e108 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,7 @@ +2005-11-28 Tom Yu + + * t_cts.c, vectors.c: Don't include krb5.h. + 2005-11-17 Ken Raeburn * 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 b105bd2752..5066a26df6 100644 --- a/src/lib/crypto/t_cts.c +++ b/src/lib/crypto/t_cts.c @@ -36,7 +36,7 @@ #include #include #include -#include +#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 20c5d7cc7b..27b6206c96 100644 --- a/src/lib/crypto/vectors.c +++ b/src/lib/crypto/vectors.c @@ -36,7 +36,7 @@ #include #include #include -#include +#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];