]> git.ipfire.org Git - thirdparty/krb5.git/commit
Merge trunk changes from r22791 to r22815 to enc-perf branch
authorGreg Hudson <ghudson@mit.edu>
Thu, 1 Oct 2009 14:50:04 +0000 (14:50 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 1 Oct 2009 14:50:04 +0000 (14:50 +0000)
commitcd65d24ab942f83fa90f7bb54aa190887450c1e6
tree97324621b1aa490ecb63989278dc3d25d0e34a26
parent8672d5cb51d4744e52e358ef6ae6db523aa84a61
Merge trunk changes from r22791 to r22815 to enc-perf branch

bigredbutton: whitespace

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/enc-perf@22816 dc483132-0cff-0310-8789-dd5450dbe970
34 files changed:
src/Makefile.in
src/configure.in
src/lib/crypto/Makefile.in
src/lib/crypto/builtin/Makefile.in
src/lib/crypto/builtin/arcfour/Makefile.in
src/lib/crypto/builtin/deps
src/lib/crypto/builtin/hash_provider/Makefile.in [moved from src/lib/crypto/krb/hash_provider/Makefile.in with 81% similarity]
src/lib/crypto/builtin/hash_provider/deps [moved from src/lib/crypto/krb/hash_provider/deps with 97% similarity]
src/lib/crypto/builtin/hash_provider/hash_crc32.c [moved from src/lib/crypto/krb/hash_provider/hash_crc32.c with 100% similarity]
src/lib/crypto/builtin/hash_provider/hash_md4.c [moved from src/lib/crypto/krb/hash_provider/hash_md4.c with 100% similarity]
src/lib/crypto/builtin/hash_provider/hash_md5.c [moved from src/lib/crypto/krb/hash_provider/hash_md5.c with 100% similarity]
src/lib/crypto/builtin/hash_provider/hash_provider.h [moved from src/lib/crypto/krb/hash_provider/hash_provider.h with 100% similarity]
src/lib/crypto/builtin/hash_provider/hash_sha1.c [moved from src/lib/crypto/krb/hash_provider/hash_sha1.c with 100% similarity]
src/lib/crypto/builtin/yhash.h [moved from src/lib/crypto/krb/yarrow/yhash.h with 100% similarity]
src/lib/crypto/crypto_tests/Makefile.in
src/lib/crypto/krb/Makefile.in
src/lib/crypto/krb/deps
src/lib/crypto/krb/keyhash_provider/Makefile.in
src/lib/crypto/krb/keyhash_provider/deps
src/lib/crypto/krb/prf/Makefile.in
src/lib/crypto/krb/prf/deps
src/lib/crypto/krb/yarrow/Makefile.in
src/lib/crypto/krb/yarrow/deps
src/lib/crypto/krb/yarrow/yarrow.c
src/lib/crypto/krb/yarrow/yarrow.h
src/lib/crypto/openssl/hash_provider/hash_crc32.c [new file with mode: 0644]
src/lib/crypto/openssl/hash_provider/hash_md4.c [new file with mode: 0644]
src/lib/crypto/openssl/hash_provider/hash_md5.c [new file with mode: 0644]
src/lib/crypto/openssl/hash_provider/hash_provider.h [new file with mode: 0644]
src/lib/crypto/openssl/hash_provider/hash_sha1.c [new file with mode: 0644]
src/lib/crypto/openssl/hmac.c
src/lib/crypto/openssl/sha1/shs.c
src/lib/crypto/openssl/sha1/shs.h
src/lib/crypto/openssl/yhash.h [new file with mode: 0644]