* construct "struct {} list [] = {}" confuses pgindent - split those.
authorNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:18:46 +0000 (05:18 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:18:46 +0000 (05:18 +0000)
commit11bcb9c11cfc59973b9a67055c41519c6c56b307
tree6890e66c884a2be31ba114a25ccd4248ce75f9b6
parent662f98df36cb881addc97bc4e36479584c5c97fe
* construct "struct {} list [] = {}" confuses pgindent - split those.
  It was a bad style to begin with, and now several loops can be clearer.
* pgcrypto.c: Fix function comments
* crypt-gensalt.c, crypt-blowfish.c: stop messing with errno
* openssl.c: use px_free instead pfree
* px.h: make redefining px_alloc/px_realloc/px_free easier

Marko Kreen
contrib/pgcrypto/crypt-blowfish.c
contrib/pgcrypto/crypt-gensalt.c
contrib/pgcrypto/internal.c
contrib/pgcrypto/openssl.c
contrib/pgcrypto/pgcrypto.c
contrib/pgcrypto/px-crypt.c
contrib/pgcrypto/px.h