summaryrefslogtreecommitdiffstats
path: root/proxy/tests/cli_srv_comm.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-07-31 18:15:12 -0400
committerSimo Sorce <simo@redhat.com>2012-08-23 17:11:36 +0200
commit656759ffe1491f1ac69d06a4456b5519155d0db2 (patch)
tree53d258438dc655ea5381b49d25207f3b776f0116 /proxy/tests/cli_srv_comm.c
parent54bec0b2b67e88ca3fd0398c646e24cbc273b14b (diff)
downloadgss-proxy-656759ffe1491f1ac69d06a4456b5519155d0db2.tar.gz
gss-proxy-656759ffe1491f1ac69d06a4456b5519155d0db2.tar.xz
gss-proxy-656759ffe1491f1ac69d06a4456b5519155d0db2.zip
Move client lib files in their own directory
Make space for the actual mechglue plugin interface. The mechglue interface will use the client library to communicate with the gss-proxy but will reimplement all GSSAPI SPI as wrappers in order to properly handle fallbacks to local mechanism and other input/output transformations.
Diffstat (limited to 'proxy/tests/cli_srv_comm.c')
-rw-r--r--proxy/tests/cli_srv_comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/tests/cli_srv_comm.c b/proxy/tests/cli_srv_comm.c
index 2d7d3eb..a866e8a 100644
--- a/proxy/tests/cli_srv_comm.c
+++ b/proxy/tests/cli_srv_comm.c
@@ -40,7 +40,7 @@
#include "src/gp_rpc_process.h"
#include "src/gp_conv.h"
#include "src/gp_debug.h"
-#include "src/mechglue/gssapi_gpm.h"
+#include "src/client/gssapi_gpm.h"
#include "popt.h"
int gp_send_buffer(int fd, char *buf, uint32_t len)