From 3dc26c30fcc8d56c4b9e5894f2ace66a8f8dc04a Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Fri, 2 Nov 2007 23:01:41 +0000 Subject: I may have introduced a bug in the last change which may cause an infinite loop of trial to use the same (should be lower) version of protocols. Also try to use SSPI service for SSL support when libpq is unavailable. --- loadlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadlib.h') diff --git a/loadlib.h b/loadlib.h index 997bac2..beabb3f 100644 --- a/loadlib.h +++ b/loadlib.h @@ -16,7 +16,7 @@ extern "C" { #endif -BOOL LIBPQ_check(void); +BOOL SSLLIB_check(void); #ifndef NOT_USE_LIBPQ void *CALL_PQconnectdb(const char *conninfo, BOOL *); #endif /* NOT_USE_LIBPQ */ -- cgit v1.2.3