File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ static const char short_uri_designator[] = "postgres://";
393
393
394
394
static bool connectOptions1 (PGconn * conn , const char * conninfo );
395
395
static bool init_allowed_encryption_methods (PGconn * conn );
396
- #if defined(USE_SSL ) || defined(USE_GSS )
396
+ #if defined(USE_SSL ) || defined(ENABLE_GSS )
397
397
static int encryption_negotiation_failed (PGconn * conn );
398
398
#endif
399
399
static bool connection_failed (PGconn * conn );
@@ -4318,7 +4318,7 @@ init_allowed_encryption_methods(PGconn *conn)
4318
4318
*
4319
4319
* conn->current_enc_method is updated to the next method to try.
4320
4320
*/
4321
- #if defined(USE_SSL ) || defined(USE_GSS )
4321
+ #if defined(USE_SSL ) || defined(ENABLE_GSS )
4322
4322
static int
4323
4323
encryption_negotiation_failed (PGconn * conn )
4324
4324
{
You can’t perform that action at this time.
0 commit comments