mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@@ -185,6 +185,7 @@ pg_cryptohash_init(pg_cryptohash_ctx *ctx)
|
||||
{
|
||||
ctx->errreason = SSLerrmessage(ERR_get_error());
|
||||
ctx->error = PG_CRYPTOHASH_ERROR_OPENSSL;
|
||||
|
||||
/*
|
||||
* The OpenSSL error queue should normally be empty since we've
|
||||
* consumed an error, but cipher initialization can in FIPS-enabled
|
||||
|
Reference in New Issue
Block a user