Recast encrypted challenge as linked built-ins
authorGreg Hudson <ghudson@mit.edu>
Fri, 23 Sep 2011 14:35:34 +0000 (14:35 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 23 Sep 2011 14:35:34 +0000 (14:35 +0000)
commitb03f83736fd68369070f2a7600aff8e4e3eed74f
tree8bfecb95b736b5a9b916912ab2f3a63641cfd679
parent260161b4fe2a05b9afa95446eee9096f6c75ceaf
Recast encrypted challenge as linked built-ins

Since it has no external dependencies, split up encrypted preauth into
clpreauth and kdcpreauth chunks and link them directly into the
consumers.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25227 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/Makefile.in
src/configure.in
src/include/fast_factor.h [new file with mode: 0644]
src/kdc/Makefile.in
src/kdc/kdc_preauth.c
src/kdc/kdc_preauth_ec.c [moved from src/plugins/preauth/encrypted_challenge/encrypted_challenge_main.c with 59% similarity]
src/kdc/kdc_util.h
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/int-proto.h
src/lib/krb5/krb/preauth2.c
src/lib/krb5/krb/preauth_ec.c [new file with mode: 0644]
src/plugins/preauth/encrypted_challenge/Makefile.in [deleted file]
src/plugins/preauth/encrypted_challenge/deps [deleted file]
src/plugins/preauth/encrypted_challenge/encrypted_challenge.exports [deleted file]