* construct "struct {} list [] = {}" confuses pgindent - split those.
Neil Conway <neilc@samurai.com>
* 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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/crypt-blowfish.c | modified | +0 −11 |
| contrib/pgcrypto/crypt-gensalt.c | modified | +0 −9 |
| contrib/pgcrypto/internal.c | modified | +19 −33 |
| contrib/pgcrypto/openssl.c | modified | +23 −48 |
| contrib/pgcrypto/pgcrypto.c | modified | +8 −9 |
| contrib/pgcrypto/px-crypt.c | modified | +18 −29 |
| contrib/pgcrypto/px.h | modified | +6 −9 |