OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-216-gd382c52

Gerrit Code Review gerrit@openafs.org
Mon, 4 Oct 2010 12:26:51 -0700 (PDT)


The following commit has been merged in the master branch:
commit d382c520cc67ca67f1d02f7a326fe19fb884cabe
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Oct 4 20:22:50 2010 +0100

    Heimdal: Fix 32bit build problems
    
    The earlier inclusion of sha512 from Heimdal broke the build on
    32bit platforms, because this file doesn't flag 64bit constants as
    being such.
    
    The correct place for this fix is in Heimdal, and it will be replaced
    with a fix from Heimdal as soon as one is available. For now though,
    this gets our build going again.
    
    Change-Id: I0de822a933184078c491a16aafef45519fa2bbd2
    Reviewed-on: http://gerrit.openafs.org/2901
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/external/heimdal/hcrypto/sha512.c |  100 ++++++++++++++++++++-------------
 1 files changed, 60 insertions(+), 40 deletions(-)

-- 
OpenAFS Master Repository