Files
heimdal/lib
Jeffrey Altman 136abf55b7 asn1: code generators that left bit shift .gt. 31 must use 1ULL
The code generators were shifting "1LU" by (<< 32) and (<< 63) which
are undefined operations for a 32-bit integer.  To ensure the integer
is 64-bit use "1ULL".

Change-Id: I062cae5638139a9fe51563f64b1964f87e2f49e3
2020-07-13 15:48:06 -04:00
..
2017-03-10 15:47:43 -05:00
2016-11-08 15:48:40 -05:00
2019-01-02 13:56:04 -05:00
2017-03-19 18:55:51 -04:00
2016-12-15 12:15:56 -06:00