]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Include k5-int.h in several pkinit source files, in order to define
authorGreg Hudson <ghudson@mit.edu>
Wed, 4 Feb 2009 19:15:13 +0000 (19:15 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 4 Feb 2009 19:15:13 +0000 (19:15 +0000)
the KRB5_CONFIG symbols now used by those files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21880 dc483132-0cff-0310-8789-dd5450dbe970

src/plugins/preauth/pkinit/pkinit_clnt.c
src/plugins/preauth/pkinit/pkinit_matching.c
src/plugins/preauth/pkinit/pkinit_srv.c

index 13651c57aa73a5d9f592ce4bb23b2f94612f38ab..7e368959214e9a786f5458a6ee96d064d07b8b73 100644 (file)
@@ -38,6 +38,7 @@
 #include <dlfcn.h>
 #include <sys/stat.h>
 
+#include "k5-int.h"
 #include "pkinit.h"
 
 #ifdef LONGHORN_BETA_COMPAT
index 65f35993cf200c8684d5a3cd274cfea29a6856c3..aa59a7f4ed7e88143d764e375d4ed8d4580624fd 100644 (file)
@@ -34,7 +34,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <regex.h>
-#include <krb5.h>
+#include "k5-int.h"
 #include "pkinit.h"
 
 typedef struct _pkinit_cert_info pkinit_cert_info;
index 228815511d3aa1f32a15829c937c0443d3578557..ac39bdb5153a4d569e7bf7f9a9ccbdfdc0f40e6e 100644 (file)
@@ -33,6 +33,7 @@
 #include <errno.h>
 #include <string.h>
 
+#include "k5-int.h"
 #include "pkinit.h"
 
 static krb5_error_code