From: Luke Howard Date: Wed, 27 Apr 2011 14:11:21 +0000 (+0200) Subject: include gssspi_authorize_localname X-Git-Tag: tr-beta1~183 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=793d08d6f41819b5f343f2b738fe594b2fb6c1a9 include gssspi_authorize_localname --- diff --git a/moonshot/mech_eap/Makefile.am b/moonshot/mech_eap/Makefile.am index 51f2d84..1381a1e 100644 --- a/moonshot/mech_eap/Makefile.am +++ b/moonshot/mech_eap/Makefile.am @@ -23,6 +23,7 @@ mech_eap_la_LIBADD = @KRB5_LIBS@ ../libeap/libeap.la @RADSEC_LIBS@ \ mech_eap_la_SOURCES = \ accept_sec_context.c \ + authorize_localname.c \ acquire_cred.c \ acquire_cred_with_password.c \ add_cred.c \ @@ -71,7 +72,6 @@ mech_eap_la_SOURCES = \ store_cred.c \ unwrap.c \ unwrap_iov.c \ - userok.c \ util_attr.cpp \ util_base64.c \ util_buffer.c \