don't break make depend in lib/crypto on k5-int.h ordering
authorTom Yu <tlyu@mit.edu>
Tue, 29 Nov 2005 00:15:24 +0000 (00:15 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 29 Nov 2005 00:15:24 +0000 (00:15 +0000)
* 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

src/lib/crypto/ChangeLog
src/lib/crypto/t_cts.c
src/lib/crypto/vectors.c

index f950f662f9ba72f027331667102483e6be6c9878..590d94e1083fd68dd4b4fb2fbe9b2d4488c27c9f 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-28  Tom Yu  <tlyu@mit.edu>
+
+       * t_cts.c, vectors.c: Don't include krb5.h.
+
 2005-11-17  Ken Raeburn  <raeburn@mit.edu>
 
        * t_hmac.c, t_pkcs5.c: Don't include krb5.h.
index b105bd2752f69768b0e84aa58be4b603902044cd..5066a26df6688e2c04ac7670fe4d879e538b81f1 100644 (file)
@@ -36,7 +36,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
-#include <krb5.h>
+#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];
index 20c5d7cc7b8bc9cf62f7ad453182756fb39f4e7a..27b6206c964cb11e0314513f2aad548267a8ea44 100644 (file)
@@ -36,7 +36,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
-#include <krb5.h>
+#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];