pgcrypto uses non-standard type uint, which causes compile

Bruce Momjian <bruce@momjian.us>

Commit: 540155b777b3f4143fb2a1db36f029856f15a070
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-11-20T15:50:53Z
Releases: 7.2.1
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

Files

PathChange+/−
contrib/pgcrypto/internal.c modified +10 −10
contrib/pgcrypto/mhash.c modified +6 −6
contrib/pgcrypto/openssl.c modified +22 −22
contrib/pgcrypto/pgcrypto.c modified +12 −12
contrib/pgcrypto/px.c modified +13 −13
contrib/pgcrypto/px.h modified +24 −24
contrib/pgcrypto/px-hmac.c modified +8 −8
contrib/pgcrypto/rijndael.c modified +1 −1
contrib/pgcrypto/rijndael.h modified +1 −1