From: Derrick Brashear Date: Fri, 31 Aug 2012 12:09:31 +0000 (-0400) Subject: update libafsdep to include external without being in 3rd party dirs X-Git-Tag: openafs-stable-1_8_0pre1~2066 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=81c172343c17644a496dbe0d2ab48b7925c11cb4 update libafsdep to include external without being in 3rd party dirs everything below src/external is managed out of other trees, put our libafsdep at the top Change-Id: I5f8e37afca30934f2f7befb17d1b19f4e3d12601 Reviewed-on: http://gerrit.openafs.org/8023 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/external/heimdal/hcrypto/libafsdep b/src/external/heimdal/hcrypto/libafsdep deleted file mode 100644 index 73a6e17..0000000 --- a/src/external/heimdal/hcrypto/libafsdep +++ /dev/null @@ -1,14 +0,0 @@ -md5.[ch] -evp.[ch] -aes.[ch] -sha.[ch] -evp-cc.h -rijndael-alg-fst.[ch] -hash.h -crypto-aes.c -crypto.c -crypto-ct.c -crypto-data.c -crypto-evp.c -crypto-keyblock.c -crypto-store-int.c diff --git a/src/external/heimdal/krb5/libafsdep b/src/external/heimdal/krb5/libafsdep deleted file mode 100644 index ccfcb01..0000000 --- a/src/external/heimdal/krb5/libafsdep +++ /dev/null @@ -1,7 +0,0 @@ -n-fold.c -crypto.[ch] -crypto-aes.c -data.c -crypto-evp.c -keyblock.c -store-int.c diff --git a/src/external/heimdal/roken/libafsdep b/src/external/heimdal/roken/libafsdep deleted file mode 100644 index bb22144..0000000 --- a/src/external/heimdal/roken/libafsdep +++ /dev/null @@ -1 +0,0 @@ -ct.c diff --git a/src/external/libafsdep b/src/external/libafsdep new file mode 100644 index 0000000..09059b4 --- /dev/null +++ b/src/external/libafsdep @@ -0,0 +1,22 @@ +heimdal/hcrypto/md5.[ch] +heimdal/hcrypto/evp.[ch] +heimdal/hcrypto/aes.[ch] +heimdal/hcrypto/sha.[ch] +heimdal/hcrypto/evp-cc.h +heimdal/hcrypto/rijndael-alg-fst.[ch] +heimdal/hcrypto/hash.h +heimdal/hcrypto/crypto-aes.c +heimdal/hcrypto/crypto.c +heimdal/hcrypto/crypto-ct.c +heimdal/hcrypto/crypto-data.c +heimdal/hcrypto/crypto-evp.c +heimdal/hcrypto/crypto-keyblock.c +heimdal/hcrypto/crypto-store-int.c +heimdal/krb5/n-fold.c +heimdal/krb5/crypto.[ch] +heimdal/krb5/crypto-aes.c +heimdal/krb5/data.c +heimdal/krb5/crypto-evp.c +heimdal/krb5/keyblock.c +heimdal/krb5/store-int.c +heimdal/roken/ct.c