]> granicus.if.org Git - postgresql/commit - src/interfaces/libpq/fe-secure.c
Add dummy PQsslAttributes function for non-SSL builds.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 4 Feb 2015 07:13:15 +0000 (09:13 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 4 Feb 2015 07:13:15 +0000 (09:13 +0200)
commit302262d52111ce71dececfe18448792cee415a57
tree1176956e82df21fb9968fea4954d91321f1aaecc
parent3a54f4a4944b849846c5a1494810ea06bd6601b7
Add dummy PQsslAttributes function for non-SSL builds.

All the other new SSL information functions had dummy versions in
be-secure.c, but I missed PQsslAttributes(). Oops. Surprisingly, the linker
did not complain about the missing function on most platforms represented in
the buildfarm, even though it is exported, except for a few Windows systems.
src/interfaces/libpq/fe-secure.c