* 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
+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.
#include <stdio.h>
#include <string.h>
#include <ctype.h>
-#include <krb5.h>
+#include "hash_provider.h"
#define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))
}
}
-#include "hash_provider.h"
-
int main (int argc, char **argv)
{
whoami = argv[0];
#include <stdio.h>
#include <string.h>
#include <ctype.h>
-#include <krb5.h>
+#include "hash_provider.h"
#define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))
}
}
-#include "hash_provider.h"
-
int main (int argc, char **argv)
{
whoami = argv[0];