]> git.ipfire.org Git - thirdparty/krb5.git/commit
Avoid bit shifting in krb5.h constants
authorGreg Hudson <ghudson@mit.edu>
Tue, 16 Oct 2012 20:23:49 +0000 (16:23 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 16 Oct 2012 20:24:00 +0000 (16:24 -0400)
commitec4b05380dcbc0550da2dcac497ebdd980b815b8
treeb397e20804eea548be0ab601ccf1148a0a4eab38
parente0c43e8a6253019c152569cf110786a615185155
Avoid bit shifting in krb5.h constants

Our traditional practice is to use hex integer literals for flag bits.
Bit shifting can be dangerous because shifting into the sign bit is
undefined.  Convert existing bit shift expressions to hex literals.
src/include/krb5/krb5.hin