mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Standard pgindent run for 8.1.
This commit is contained in:
@ -520,7 +520,6 @@ extern void _BF_body_r(BF_ctx * ctx);
|
||||
|
||||
#define BF_body() \
|
||||
_BF_body_r(&data.ctx);
|
||||
|
||||
#else
|
||||
|
||||
#define BF_body() \
|
||||
@ -712,7 +711,7 @@ _crypt_blowfish_rn(const char *key, const char *setting,
|
||||
|
||||
memcpy(output, setting, 7 + 22 - 1);
|
||||
output[7 + 22 - 1] = BF_itoa64[(int)
|
||||
BF_atoi64[(int) setting[7 + 22 - 1] - 0x20] & 0x30];
|
||||
BF_atoi64[(int) setting[7 + 22 - 1] - 0x20] & 0x30];
|
||||
|
||||
/* This has to be bug-compatible with the original implementation, so
|
||||
* only encode 23 of the 24 bytes. :-) */
|
||||
|
Reference in New Issue
Block a user