From d93166972447594f3431edfa3ef2db946bfcc24e Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 26 Apr 2012 21:47:02 +0000 Subject: Convert SAM-2 preauth mechanism to a module Move the last real preauth mechanism, SAM-2, from the pa_types table to a built-in module. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25831 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/krb5/krb/Makefile.in') diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in index fe55c24ee8..933edd09aa 100644 --- a/src/lib/krb5/krb/Makefile.in +++ b/src/lib/krb5/krb/Makefile.in @@ -79,6 +79,7 @@ STLIBOBJS= \ preauth2.o \ preauth_ec.o \ preauth_encts.o \ + preauth_sam2.o \ gic_opt_set_pa.o \ princ_comp.o \ privsafe.o \ -- cgit