-
- Downloads
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
Showing
- contrib/pgcrypto/internal.c 10 additions, 10 deletionscontrib/pgcrypto/internal.c
- contrib/pgcrypto/mhash.c 6 additions, 6 deletionscontrib/pgcrypto/mhash.c
- contrib/pgcrypto/openssl.c 22 additions, 22 deletionscontrib/pgcrypto/openssl.c
- contrib/pgcrypto/pgcrypto.c 12 additions, 12 deletionscontrib/pgcrypto/pgcrypto.c
- contrib/pgcrypto/px-hmac.c 8 additions, 8 deletionscontrib/pgcrypto/px-hmac.c
- contrib/pgcrypto/px.c 13 additions, 13 deletionscontrib/pgcrypto/px.c
- contrib/pgcrypto/px.h 24 additions, 24 deletionscontrib/pgcrypto/px.h
- contrib/pgcrypto/rijndael.c 1 addition, 1 deletioncontrib/pgcrypto/rijndael.c
- contrib/pgcrypto/rijndael.h 1 addition, 1 deletioncontrib/pgcrypto/rijndael.h
Loading
Please register or sign in to comment