OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4104-gbaf6af8

Gerrit Code Review gerrit@openafs.org
Fri, 17 Jan 2014 10:38:35 -0800 (PST)


The following commit has been merged in the master branch:
commit 5b8133deddc0bb32788362a44507d77ec587aef7
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Thu Jan 9 17:29:04 2014 -0500

    rfc3961: Use enctypes, not keytypes
    
    We previously defined the enctype symbols to be aliases for keytype
    symbols.  The numerical values matched what we wanted (since these
    values are specified in an IANA registry), but the C type is not
    required to be the same for enctypes and keytypes.
    
    Some of our buildslave configurations notice the type mismatch and
    complain, so fix the types by using the enctype enum for enctype symbols
    instead of keytypes.
    
    Change-Id: I56ca634d52954ee44baa34e2d8c876271f171288
    Reviewed-on: http://gerrit.openafs.org/10693
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: Benjamin Kaduk <kaduk@mit.edu>

 src/crypto/rfc3961/krb5_locl.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository