Changed the crypto make system to add build flexibility. The update cancels the requi...
authorZhanna Tsitkov <tsitkova@mit.edu>
Fri, 23 Oct 2009 19:45:48 +0000 (19:45 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Fri, 23 Oct 2009 19:45:48 +0000 (19:45 +0000)
commita2fe16f629710862b4a59685ede4af28410ca151
tree7deb9f27d511b48512bce170c27e4a3372bafc60
parente1cbf08accafc58d142d18e7f96f21081ab9f291
Changed the crypto make system to add build flexibility. The update cancels the requirement for the dir structures to be identical in all crypto implementation and supports impl. dependent tests. Also, minor libk5crypto.exports list reduction ( from f_tables)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22995 dc483132-0cff-0310-8789-dd5450dbe970
40 files changed:
src/Makefile.in
src/configure.in
src/lib/crypto/Makefile.in
src/lib/crypto/builtin/Makefile.in
src/lib/crypto/builtin/aes/Makefile.in
src/lib/crypto/builtin/aes/deps
src/lib/crypto/builtin/arcfour/Makefile.in
src/lib/crypto/builtin/arcfour/deps
src/lib/crypto/builtin/deps
src/lib/crypto/builtin/des/Makefile.in
src/lib/crypto/builtin/des/deps
src/lib/crypto/builtin/des/t_afss2k.c [moved from src/lib/crypto/crypto_tests/t_afss2k.c with 100% similarity]
src/lib/crypto/builtin/des/t_verify.c [moved from src/lib/crypto/crypto_tests/t_verify.c with 100% similarity]
src/lib/crypto/builtin/enc_provider/Makefile.in
src/lib/crypto/builtin/enc_provider/deps
src/lib/crypto/builtin/hash_provider/Makefile.in
src/lib/crypto/builtin/hash_provider/deps
src/lib/crypto/builtin/md4/Makefile.in
src/lib/crypto/builtin/md4/deps
src/lib/crypto/builtin/md5/Makefile.in
src/lib/crypto/builtin/md5/deps
src/lib/crypto/builtin/sha1/Makefile.in
src/lib/crypto/builtin/sha1/deps
src/lib/crypto/builtin/t_cf2.c [moved from src/lib/crypto/crypto_tests/t_cf2.c with 100% similarity]
src/lib/crypto/builtin/t_cf2.comments [moved from src/lib/crypto/crypto_tests/t_cf2.comments with 100% similarity]
src/lib/crypto/builtin/t_cf2.expected [moved from src/lib/crypto/crypto_tests/t_cf2.expected with 100% similarity]
src/lib/crypto/builtin/t_cf2.in [moved from src/lib/crypto/crypto_tests/t_cf2.in with 100% similarity]
src/lib/crypto/crypto_tests/Makefile.in
src/lib/crypto/crypto_tests/t_shs.c [deleted file]
src/lib/crypto/crypto_tests/t_shs3.c [deleted file]
src/lib/crypto/libk5crypto.exports
src/lib/crypto/openssl/aes/aes-gen.c
src/lib/crypto/openssl/des/f_tables.c [deleted file]
src/lib/crypto/openssl/des/f_tables.h [deleted file]
src/lib/crypto/openssl/enc_provider/deps
src/lib/crypto/openssl/enc_provider/des3.c
src/lib/crypto/openssl/md4/deps
src/lib/crypto/openssl/md5/deps
src/lib/crypto/openssl/sha1/deps
src/util/collected-client-lib/Makefile.in