Ulf Möller 7af4816f0e des_quad_cksum() byte order bug fix.
See http://www.pdc.kth.se/kth-krb/

Their solution for CRAY is somewhat awkward.
I'll assume that a "short" is 32 bits on CRAY to avoid the
#ifdef _CRAY
    typedef struct {
        unsigned int a:32;
        unsigned int b:32;
    } XXX;
#else
    typedef DES_LONG XXX;
#endif
2000-03-19 02:06:37 +00:00
..
2000-03-17 10:02:16 +00:00
2000-03-19 02:06:37 +00:00
2000-02-03 18:22:01 +00:00
2000-02-03 23:23:24 +00:00
2000-02-03 18:22:01 +00:00
2000-03-12 12:49:45 +00:00
2000-03-12 23:27:14 +00:00
2000-02-03 23:23:24 +00:00
2000-03-14 03:29:57 +00:00
2000-02-01 02:21:16 +00:00
2000-01-23 23:41:49 +00:00
2000-02-01 02:21:16 +00:00
2000-02-16 12:09:17 +00:00
2000-03-18 15:18:27 +00:00
1999-05-13 13:29:41 +00:00