commit | 7af4816f0e9b624d8c2fcec19768ac14febb1832 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Sun Mar 19 02:06:37 2000 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Sun Mar 19 02:06:37 2000 +0000 |
tree | c67a91f44159becae7ae9f47aad714888520509b | |
parent | 369782ac5027b7e4d46a708eca020d84d97ad034 [diff] |
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