]> granicus.if.org Git - postgresql/commit
pgcrypto uses non-standard type uint, which causes compile
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Nov 2001 15:50:53 +0000 (15:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Nov 2001 15:50:53 +0000 (15:50 +0000)
commit540155b777b3f4143fb2a1db36f029856f15a070
tree979601bdf84a55fea22f12e393054aa9a0f4eb86
parent01e0dae6896444b93f26cfe233155bbc7e33c0b8
pgcrypto uses non-standard type uint, which causes compile
failures on FreeBSD.  This patch replaces uint -> unsigned.

This was reported by Daniel Holtzman against 0.4pre3 standalone
package, but it needs fixing in contrib/pgcrypto too.

Marko Kreen
contrib/pgcrypto/internal.c
contrib/pgcrypto/mhash.c
contrib/pgcrypto/openssl.c
contrib/pgcrypto/pgcrypto.c
contrib/pgcrypto/px-hmac.c
contrib/pgcrypto/px.c
contrib/pgcrypto/px.h
contrib/pgcrypto/rijndael.c
contrib/pgcrypto/rijndael.h