OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-242-g7e0b9ba
Gerrit Code Review
gerrit@openafs.org
Tue, 12 Oct 2010 08:09:56 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7e0b9ba7fc0bc5161d351c7129a5a23650ea7904
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Oct 11 15:11:52 2010 -0400
Windows: Build hcrypto shared library
Build a single afshcrypto.dll shared library on Windows.
There are no lwp vs pthread differences on Windows due to
the use of the Windows random data sources.
Change-Id: I02e4d7ee437440433a983f3eb361c78ac3cbbca6
Reviewed-on: http://gerrit.openafs.org/2964
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
NTMakefile | 18 +++++-
src/config/NTMakefile | 9 +++
src/crypto/hcrypto/.gitignore | 2 +
src/crypto/hcrypto/NTMakefile | 131 +++++++++++++++++++++++++++++++++++++
src/crypto/hcrypto/afshcrypto.def | 17 +++++
src/crypto/hcrypto/afshcrypto.rc | 18 +++++
src/crypto/hcrypto/config.h | 1 +
src/crypto/hcrypto/roken.h | 43 ++++++++++++
8 files changed, 237 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository