We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5f229 commit 084cae5Copy full SHA for 084cae5
src/interfaces/libpq/fe-connect.c
@@ -393,7 +393,7 @@ static const char short_uri_designator[] = "postgres://";
393
394
static bool connectOptions1(PGconn *conn, const char *conninfo);
395
static bool init_allowed_encryption_methods(PGconn *conn);
396
-#if defined(USE_SSL) || defined(USE_GSS)
+#if defined(USE_SSL) || defined(ENABLE_GSS)
397
static int encryption_negotiation_failed(PGconn *conn);
398
#endif
399
static bool connection_failed(PGconn *conn);
@@ -4318,7 +4318,7 @@ init_allowed_encryption_methods(PGconn *conn)
4318
*
4319
* conn->current_enc_method is updated to the next method to try.
4320
*/
4321
4322
static int
4323
encryption_negotiation_failed(PGconn *conn)
4324
{
0 commit comments