pgsql/contrib/pgcrypto internal.c mhash.c open ...

Started by Bruce Momjianover 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 01/11/20 10:50:53

Modified files:
contrib/pgcrypto: internal.c mhash.c openssl.c pgcrypto.c
px-hmac.c px.c px.h rijndael.c rijndael.h

Log message:
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