From: Simon Wilkinson Date: Mon, 4 Oct 2010 15:01:55 +0000 (+0100) Subject: hcrypto: Build fixes X-Git-Tag: upstream/1.8.0_pre1^2~4714 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=26b61c64b56742cf0c5d59ba3b62b9803bec70c5;p=packages%2Fo%2Fopenafs.git hcrypto: Build fixes Fix the hcrypto build to deal with the changes introduced by the latest import from Heimdal Change-Id: I2effebffb6df2fdb351d070f8ea06ecf01aab46e Reviewed-on: http://gerrit.openafs.org/2899 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/crypto/hcrypto/Makefile.in b/src/crypto/hcrypto/Makefile.in index 64581325c..b83f0d70b 100644 --- a/src/crypto/hcrypto/Makefile.in +++ b/src/crypto/hcrypto/Makefile.in @@ -55,8 +55,9 @@ clean: COMMON_OBJS= aes.o camellia.o camellia-ntt.o des.o engine.o evp.o \ evp-hcrypto.o evp-cc.o hmac.o md2.o md4.o md5.o pkcs5.o \ - rand-egd.o rand-timer.o rand-unix.o rand.o \ - rc2.o rc4.o rijndael-alg-fst.o rnd_keys.o sha.o sha256.o ui.o \ + rand-egd.o rand-timer.o rand-unix.o rand.o rc2.o rc4.o \ + rijndael-alg-fst.o rnd_keys.o sha.o sha256.o sha512.o ui.o \ + validate.o \ cloexec.o ct.o issuid.o net_read.o net_write.o strlcpy.o OBJECTS = $(COMMON_OBJS) rand-fortuna.o @@ -257,9 +258,15 @@ sha.o: ${UPSTREAM}/hcrypto/sha.c sha256.o: ${UPSTREAM}/hcrypto/sha256.c ${CCRULE} +sha512.o: ${UPSTREAM}/hcrypto/sha512.c + ${CCRULE} + ui.o: ${UPSTREAM}/hcrypto/ui.c ${CCRULE} +validate.o: ${UPSTREAM}/hcrypto/validate.c + ${CCRULE} + test_cipher.o: ${UPSTREAM}/hcrypto/test_cipher.c ${CCRULE} -I${UPSTREAM}/roken/