diff options
author | Simo Sorce <simo@redhat.com> | 2012-02-07 18:43:00 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-02-09 01:36:07 -0500 |
commit | 0a7c676f385226089aaf239ab8f6851c089e4d22 (patch) | |
tree | b1be616372d6c5788c2cb51fc598619d187d397a /proxy/Makefile.am | |
parent | e374fe56c600e7e1e559f33c3ea751e0676b689b (diff) | |
download | gss-proxy-0a7c676f385226089aaf239ab8f6851c089e4d22.tar.gz gss-proxy-0a7c676f385226089aaf239ab8f6851c089e4d22.tar.xz gss-proxy-0a7c676f385226089aaf239ab8f6851c089e4d22.zip |
Implement init_sec_context mechglue function
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r-- | proxy/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 82f4568..6c2d212 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -88,6 +88,7 @@ GP_MECHGLUE_OBJ = \ src/mechglue/gpm_acquire_cred.c \ src/mechglue/gpm_indicate_mechs.c \ src/mechglue/gpm_import_and_canon_name.c \ + src/mechglue/gpm_init_sec_context.c \ src/mechglue/gpm_common.c dist_noinst_HEADERS = |