summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-25 14:21:35 -0500
committerSimo Sorce <simo@redhat.com>2012-01-25 16:36:00 -0500
commiteb11fb691679c13b5e2ee013a9b3affded7c0447 (patch)
treea91363ae4548f09830e3ef82fa14558257c11d80
parent6fe4bb011c5b1fc53f2733083f679bea82593170 (diff)
downloadgss-proxy-eb11fb691679c13b5e2ee013a9b3affded7c0447.tar.gz
gss-proxy-eb11fb691679c13b5e2ee013a9b3affded7c0447.tar.xz
gss-proxy-eb11fb691679c13b5e2ee013a9b3affded7c0447.zip
Use the gp_rpc prefix for files that implement the rpc interface
-rw-r--r--proxy/Makefile.am2
-rw-r--r--proxy/src/gp_rpc_accept_sec_context.c (renamed from proxy/src/gp_accept_sec_context.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 0a91ae4..ca9d7b6 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -97,7 +97,7 @@ gssproxy_SOURCES = \
src/gp_rpc_process.c \
src/gp_conv.c \
src/gp_export.c \
- src/gp_accept_sec_context.c \
+ src/gp_rpc_accept_sec_context.c \
src/gssproxy.c
accept_context_SOURCES = \
diff --git a/proxy/src/gp_accept_sec_context.c b/proxy/src/gp_rpc_accept_sec_context.c
index d7a6821..d7a6821 100644
--- a/proxy/src/gp_accept_sec_context.c
+++ b/proxy/src/gp_rpc_accept_sec_context.c