From 50fa08813b0fa68135e292fa76ce50ee75142884 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 12 Apr 2013 13:02:40 +0100 Subject: [PATCH] Add additional files to import from Heimdal Import more RFC3961 crypto definitions from Heimdal, so we can support a wider variety of encryption algorithms Also pick up the new mkdir, otherwise we get linker errors. Change-Id: I5dfe705d3957b646ae05a0e06da1f0f2cfb60e75 Reviewed-on: http://gerrit.openafs.org/10044 Tested-by: BuildBot Reviewed-by: Simon Wilkinson Reviewed-by: Jeffrey Altman --- src/external/heimdal-files | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/external/heimdal-files b/src/external/heimdal-files index 357148d06..da3549bd9 100644 --- a/src/external/heimdal-files +++ b/src/external/heimdal-files @@ -1,8 +1,15 @@ lib/krb5/config_file.c krb5/config_file.c lib/krb5/crypto.c krb5/crypto.c lib/krb5/crypto.h krb5/crypto.h +lib/krb5/crypto-algs.c krb5/crypto-algs.c +lib/krb5/crypto-arcfour.c krb5/crypto-arcfour.c lib/krb5/crypto-aes.c krb5/crypto-aes.c +lib/krb5/crypto-des-common.c krb5/crypto-des-common.c +lib/krb5/crypto-des.c krb5/crypto-des.c +lib/krb5/crypto-des3.c krb5/crypto-des3.c lib/krb5/crypto-evp.c krb5/crypto-evp.c +lib/krb5/crypto-null.c krb5/crypto-null.c +lib/krb5/crypto-rand.c krb5/crypto-rand.c lib/krb5/data.c krb5/data.c lib/krb5/expand_path.c krb5/expand_path.c lib/krb5/keyblock.c krb5/keyblock.c @@ -76,6 +83,7 @@ lib/roken/hex.c roken/hex.c lib/roken/hex.h roken/hex.h lib/roken/issuid.c roken/issuid.c lib/roken/localtime_r.c roken/localtime_r.c +lib/roken/mkdir.c roken/mkdir.c lib/roken/mkstemp.c roken/mkstemp.c lib/roken/net_read.c roken/net_read.c lib/roken/net_write.c roken/net_write.c -- 2.39.5