From 5d4312a387d5a6ec28d2fdc3a7f67503ff61f278 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 29 Nov 2005 00:20:55 +0000 Subject: [PATCH] Pull up r17504 from trunk ticket: 3250 version_fixed: 1.4.4 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@17506 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 4 ++++ src/lib/crypto/t_cts.c | 4 +--- src/lib/crypto/vectors.c | 4 +--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 80f269ea7..b5b1f08a3 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 b105bd275..5066a26df 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 20c5d7cc7..27b6206c9 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]; -- 2.26.2