Heimdal import: Add hcrypto files

Add the files which we intend to use from Heimdal's hcrypto library
to the list of files which we import from the Heimdal git repo.

Change-Id: I734b77b8fa47617efc05b782eafc00753dce2279
Reviewed-on: http://gerrit.openafs.org/2573
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2010-05-15 22:48:37 +01:00 committed by Derrick Brashear
parent f9498799de
commit 776dbdebc1

View File

@ -1,2 +1,54 @@
lib/krb5/config_file.c krb5/config_file.c
lib/krb5/config_file.c krb5/config_file.c
lib/hcrypto/aes.c hcrypto/aes.c
lib/hcrypto/aes.h hcrypto/aes.h
lib/hcrypto/camellia.c hcrypto/camellia.c
lib/hcrypto/camellia.h hcrypto/camellia.h
lib/hcrypto/camellia-ntt.c hcrypto/camellia-ntt.c
lib/hcrypto/camellia-ntt.h hcrypto/camellia-ntt.h
lib/hcrypto/des.c hcrypto/des.c
lib/hcrypto/des.h hcrypto/des.h
lib/hcrypto/des-tables.h hcrypto/des-tables.h
lib/hcrypto/evp.c hcrypto/evp.c
lib/hcrypto/evp.h hcrypto/evp.h
lib/hcrypto/evp-hcrypto.c hcrypto/evp-hcrypto.c
lib/hcrypto/evp-hcrypto.h hcrypto/evp-hcrypto.h
lib/hcrypto/evp-cc.c hcrypto/evp-cc.c
lib/hcrypto/evp-cc.h hcrypto/evp-cc.h
lib/hcrypto/hash.h hcrypto/hash.h
lib/hcrypto/hmac.c hcrypto/hmac.c
lib/hcrypto/hmac.h hcrypto/hmac.h
lib/hcrypto/md2.c hcrypto/md2.c
lib/hcrypto/md2.h hcrypto/md2.h
lib/hcrypto/md4.c hcrypto/md4.c
lib/hcrypto/md4.h hcrypto/md4.h
lib/hcrypto/md5.c hcrypto/md5.c
lib/hcrypto/md5.h hcrypto/md5.h
lib/hcrypto/pkcs5.c hcrypto/pkcs5.c
lib/hcrypto/rand.h hcrypto/rand.h
lib/hcrypto/randi.h hcrypto/randi.h
lib/hcrypto/rand-egd.c hcrypto/rand-egd.c
lib/hcrypto/rand-fortuna.c hcrypto/rand-fortuna.c
lib/hcrypto/rand-timer.c hcrypto/rand-timer.c
lib/hcrypto/rand-unix.c hcrypto/rand-unix.c
lib/hcrypto/rand.c hcrypto/rand.c
lib/hcrypto/rc2.c hcrypto/rc2.c
lib/hcrypto/rc2.h hcrypto/rc2.h
lib/hcrypto/rc4.c hcrypto/rc4.c
lib/hcrypto/rc4.h hcrypto/rc4.h
lib/hcrypto/rijndael-alg-fst.c hcrypto/rijndael-alg-fst.c
lib/hcrypto/rijndael-alg-fst.h hcrypto/rijndael-alg-fst.h
lib/hcrypto/rnd_keys.c hcrypto/rnd_keys.c
lib/hcrypto/sha.c hcrypto/sha.c
lib/hcrypto/sha.h hcrypto/sha.h
lib/hcrypto/sha256.c hcrypto/sha256.c
lib/hcrypto/test_cipher.c hcrypto/test_cipher.c
lib/hcrypto/ui.c hcrypto/ui.c
lib/hcrypto/ui.h hcrypto/ui.h
lib/roken/cloexec.c roken/cloexec.c
lib/roken/ct.c roken/ct.c
lib/roken/hex.c roken/hex.c
lib/roken/issuid.c roken/issuid.c
lib/roken/net_read.c roken/net_read.c
lib/roken/net_write.c roken/net_write.c
lib/roken/strlcpy.c roken/strlcpy.c