From: Simon Wilkinson Date: Mon, 4 Oct 2010 14:18:02 +0000 (+0100) Subject: Add more files from Heimdal X-Git-Tag: openafs-devel-1_7_1~1464 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=b0974636a3ea7de8aa3ce56e76816ae48b7d1180;hp=907521feb1b9c7a6c816866a672c7ab84dac6abd Add more files from Heimdal Add the base64 implementation from libroken, and the n-fold.c file from libkrb5 to the list of source files that we import from Heimdal. It also pulls in the new sha512.c and validate.c files which are now necessary to complete a userspace hcrypto build. This patch will fail to build until the build fixes from the subsequent change are applied. Change-Id: I60a691d0ccebd6d6bfb823856f79b59670eb86ec Reviewed-on: http://gerrit.openafs.org/2897 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/external/heimdal-files b/src/external/heimdal-files index e4c6913..b4a4e8f 100644 --- a/src/external/heimdal-files +++ b/src/external/heimdal-files @@ -1,4 +1,5 @@ lib/krb5/config_file.c krb5/config_file.c +lib/krb5/n-fold.c krb5/n-fold.c lib/hcrypto/aes.c hcrypto/aes.c lib/hcrypto/aes.h hcrypto/aes.h lib/hcrypto/camellia.c hcrypto/camellia.c @@ -41,9 +42,13 @@ 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/sha512.c hcrypto/sha512.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/hcrypto/validate.c hcrypto/validate.c +lib/roken/base64.c roken/base64.c +lib/roken/base64.h roken/base64.h lib/roken/cloexec.c roken/cloexec.c lib/roken/ct.c roken/ct.c lib/roken/hex.c roken/hex.c