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-31 16:26:38 -0400
commit1919bf9c7a8c0995e4a4bc0483732084b3b5f241 (patch)
tree9e0f0ce6b073ef01874d4af682d8d191c382c2d0 /proxy/tests/cli_srv_comm.c
parent798883aad353add2f9830e6e2c993ac804411639 (diff)
downloadgss-proxy-1919bf9c7a8c0995e4a4bc0483732084b3b5f241.tar.gz
gss-proxy-1919bf9c7a8c0995e4a4bc0483732084b3b5f241.tar.xz
gss-proxy-1919bf9c7a8c0995e4a4bc0483732084b3b5f241.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)