diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-04-26 21:47:02 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-04-26 21:47:02 +0000 |
commit | d93166972447594f3431edfa3ef2db946bfcc24e (patch) | |
tree | dfee94324e678ed2afc04b8290509ca76512ffc6 /src/lib/krb5/krb/Makefile.in | |
parent | 7150b8eab9fb4bf643dd1a7ac4f5be3ca455dfcb (diff) | |
download | krb5-d93166972447594f3431edfa3ef2db946bfcc24e.tar.gz krb5-d93166972447594f3431edfa3ef2db946bfcc24e.tar.xz krb5-d93166972447594f3431edfa3ef2db946bfcc24e.zip |
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
Diffstat (limited to 'src/lib/krb5/krb/Makefile.in')
-rw-r--r-- | src/lib/krb5/krb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |