Files that were not picked up by svn rev #22995 commit:
authorZhanna Tsitkov <tsitkova@mit.edu>
Thu, 29 Oct 2009 18:46:52 +0000 (18:46 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Thu, 29 Oct 2009 18:46:52 +0000 (18:46 +0000)
commit73ee11a0fd1dc90719ca22602dab6b2c28bd9272
treefa6738896bb0af11bf9df4f86523804e40514913
parent25f5ae8bf238a4016c0a2e499b12beebfbb790c3
Files that were not picked up by svn rev #22995 commit:
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.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23089 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/lib/crypto/openssl/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/aes/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/aes/deps [new file with mode: 0644]
src/lib/crypto/openssl/arcfour/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/arcfour/deps [new file with mode: 0644]
src/lib/crypto/openssl/deps [new file with mode: 0644]
src/lib/crypto/openssl/des/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/des/deps [new file with mode: 0644]
src/lib/crypto/openssl/enc_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/hash_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/hash_provider/deps [new file with mode: 0644]
src/lib/crypto/openssl/md4/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/md5/Makefile.in [new file with mode: 0644]
src/lib/crypto/openssl/sha1/Makefile.in [new file with mode: 0644]