mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Add ssl_library preset parameter
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>
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include "storage/proc.h"
|
||||
|
||||
|
||||
char *ssl_library;
|
||||
char *ssl_cert_file;
|
||||
char *ssl_key_file;
|
||||
char *ssl_ca_file;
|
||||
|
||||
Reference in New Issue
Block a user