OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-9-gf6d1f17
Gerrit Code Review
gerrit@openafs.org
Thu, 19 Aug 2010 09:23:47 -0700 (PDT)
The following commit has been merged in the master branch:
commit f6d1f17f48a06a2781bd3902addb594bf8a91a0c
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Apr 7 21:45:39 2010 +0100
Add OpenAFS build machinery for libhcrypto
Add an OpenAFS build environment for the symmetric algorithms in
libhcrypto.
Change-Id: I0d971433fe0130854a7c50cd9107af02893b1d58
Reviewed-on: http://gerrit.openafs.org/2575
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Makefile.in | 13 ++-
acinclude.m4 | 8 +-
configure.ac | 1 +
src/cf/retsigtype.m4 | 18 +++
src/config/Makefile.config.in | 1 +
src/crypto/hcrypto/.gitignore | 2 +
src/crypto/hcrypto/Makefile.in | 265 ++++++++++++++++++++++++++++++++++
src/crypto/hcrypto/config.h | 63 ++++++++
src/crypto/hcrypto/engine.c | 23 +++
src/crypto/hcrypto/engine.h | 13 ++
src/crypto/hcrypto/getarg.h | 37 +++++
src/crypto/hcrypto/heim_threads.h | 8 +
src/crypto/hcrypto/krb5-types.h | 1 +
src/crypto/hcrypto/libafshcrypto.map | 27 ++++
src/crypto/hcrypto/roken.h | 41 ++++++
15 files changed, 515 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository