OSDN Git Service

More pgcrypto fixes: avoid bogus alignment assumptions in sha2,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jul 2005 15:07:59 +0000 (15:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jul 2005 15:07:59 +0000 (15:07 +0000)
commite997758cb67526549b56a89658f7a42104716cf0
tree25704e6e929bc209281b1859917be9935e4007b0
parent3c52d17fa66ab1ac447fcc052df9dde470d5b195
More pgcrypto fixes: avoid bogus alignment assumptions in sha2,
be more wary about having a value for BYTE_ORDER, clean up randomly-
chosen ways of including Postgres core headers.
Marko Kreen and Tom Lane
29 files changed:
contrib/pgcrypto/blf.c
contrib/pgcrypto/crypt-md5.c
contrib/pgcrypto/fortuna.c
contrib/pgcrypto/internal.c
contrib/pgcrypto/mbuf.c
contrib/pgcrypto/md5.c
contrib/pgcrypto/openssl.c
contrib/pgcrypto/pgp-armor.c
contrib/pgcrypto/pgp-cfb.c
contrib/pgcrypto/pgp-compress.c
contrib/pgcrypto/pgp-decrypt.c
contrib/pgcrypto/pgp-encrypt.c
contrib/pgcrypto/pgp-info.c
contrib/pgcrypto/pgp-mpi-internal.c
contrib/pgcrypto/pgp-mpi-openssl.c
contrib/pgcrypto/pgp-mpi.c
contrib/pgcrypto/pgp-pgsql.c
contrib/pgcrypto/pgp-pubdec.c
contrib/pgcrypto/pgp-pubenc.c
contrib/pgcrypto/pgp-pubkey.c
contrib/pgcrypto/pgp-s2k.c
contrib/pgcrypto/pgp.c
contrib/pgcrypto/px-crypt.c
contrib/pgcrypto/px-hmac.c
contrib/pgcrypto/px.c
contrib/pgcrypto/random.c
contrib/pgcrypto/rijndael.c
contrib/pgcrypto/sha1.c
contrib/pgcrypto/sha2.c