Reorganize functions in be-secure-openssl.c

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 48d50840d53eb62842c0d9b54eab9cd7c9a3a46d
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-08-18T10:12:40Z
Releases: 9.5.0
Reorganize functions in be-secure-openssl.c

Move the functions within the file so that public interface functions come
first, followed by internal functions. Previously, be_tls_write was first,
then internal stuff, and finally the rest of the public interface, which
clearly didn't make much sense.

Per Andres Freund's complaint.

Files

PathChange+/−
src/backend/libpq/be-secure-openssl.c modified +734 −723