summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/pkinit/pkinit_matching.c
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-03-24 17:24:31 +0000
committerGreg Hudson <ghudson@mit.edu>2009-03-24 17:24:31 +0000
commitf5b7e7bd5a5bfa1eed652ef75cb42118c523a8a4 (patch)
treee57cad190398fd9685cd8484f6c08ad847aad602 /src/plugins/preauth/pkinit/pkinit_matching.c
parent602bc234c7836e33fb0feef608cea79c2d82ea8b (diff)
downloadkrb5-f5b7e7bd5a5bfa1eed652ef75cb42118c523a8a4.tar.gz
krb5-f5b7e7bd5a5bfa1eed652ef75cb42118c523a8a4.tar.xz
krb5-f5b7e7bd5a5bfa1eed652ef75cb42118c523a8a4.zip
Revert r21880 which included k5-int.h in several pkinit source files.
Instead, move the pkinit-specific KRB5_CONF macros to pkinit.h, and add duplicate definitions of the non-pkinit-specific macros used by the pkinit code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22113 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/preauth/pkinit/pkinit_matching.c')
-rw-r--r--src/plugins/preauth/pkinit/pkinit_matching.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/preauth/pkinit/pkinit_matching.c b/src/plugins/preauth/pkinit/pkinit_matching.c
index aa59a7f4ed..d089ab0ddf 100644
--- a/src/plugins/preauth/pkinit/pkinit_matching.c
+++ b/src/plugins/preauth/pkinit/pkinit_matching.c
@@ -34,7 +34,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <regex.h>
-#include "k5-int.h"
#include "pkinit.h"
typedef struct _pkinit_cert_info pkinit_cert_info;