summaryrefslogtreecommitdiffstats
path: root/src/plugins/authdata
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-01-27 03:52:52 +0000
committerGreg Hudson <ghudson@mit.edu>2010-01-27 03:52:52 +0000
commitefb93f1098a314a060d850656ae77ffff176730b (patch)
treed9b0e71928d16dc998995fc66073ed814b82e4e3 /src/plugins/authdata
parentb3963547981b74413a6bafe1ae6c9c1c9e28416c (diff)
downloadkrb5-efb93f1098a314a060d850656ae77ffff176730b.tar.gz
krb5-efb93f1098a314a060d850656ae77ffff176730b.tar.xz
krb5-efb93f1098a314a060d850656ae77ffff176730b.zip
Get rid of kdb_ext.h and allow out-of-tree KDB plugins
Move the contents of kdb_ext.h into kdb.h, since there is no meaningful "extensions" category of DB interfaces now that this stuff is in our tree. Allows out-of-tree KDB plugins to be built since we install kdb.h. ticket: 6649 target_version: 1.8 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23674 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/authdata')
-rw-r--r--src/plugins/authdata/greet_server/greet_auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/authdata/greet_server/greet_auth.c b/src/plugins/authdata/greet_server/greet_auth.c
index 0048af4b4..578a4ab8c 100644
--- a/src/plugins/authdata/greet_server/greet_auth.c
+++ b/src/plugins/authdata/greet_server/greet_auth.c
@@ -32,7 +32,6 @@
#include <k5-int.h>
#include <krb5/authdata_plugin.h>
#include <kdb.h>
-#include <kdb_ext.h>
static krb5_error_code
greet_init(krb5_context ctx, void **blob)