The following commit has been merged in the master branch:
commit 5b8133deddc0bb32788362a44507d77ec587aef7
Author: Benjamin Kaduk <[email protected]>
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 <[email protected]>
    Tested-by: Benjamin Kaduk <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to