pgcrypto uses non-standard type uint, which causes compile
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |