mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
This allows querying the SSL implementation used on the server side. It's analogous to using PQsslAttribute(conn, "library") in libpq. Reviewed-by: Daniel Gustafsson <daniel@yesql.se>