Reorganize functions in be-secure-openssl.c
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 18 Aug 2014 10:04:47 +0000 (13:04 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 18 Aug 2014 10:12:40 +0000 (13:12 +0300)
commit48d50840d53eb62842c0d9b54eab9cd7c9a3a46d
treee28deb52b238d509c42eecb25c57634a209b1ed4
parent2b475c5946bc8a9beaff3f57b45cc440a78561a1
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.
src/backend/libpq/be-secure-openssl.c