Re: CVS Commit by dpage: Dynamically link libpq/OpenSSL - Mailing list pgadmin-hackers

From Alexander Borkowski
Subject Re: CVS Commit by dpage: Dynamically link libpq/OpenSSL
Date
Msg-id 4164EEC4.1040706@abri.une.edu.au
Whole thread Raw
In response to Re: CVS Commit by dpage: Dynamically link libpq/OpenSSL for sensible  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Dave Page wrote:

> No, they need to be there - there the import libraries that contain the stubs for the functions in the dlls.

Please correct me if I get this totally confused, but aren't the stubs
for the SSL stuff already in libpq.dll (looking at
postgresql-8.0.0beta3/src/interfaces/libpq/win32.mak with USE_SSL
defined)? And as far as I can tell pgAdmin III is not using any of the
SSL functions directly anyway since they are hidden behind the libpq API
(pgConn.cpp lines 196 to 207), so why link against the SSL libraries
(static or dynamic) in this case?

Regards,

Alex

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Bug in dlgServer
Next
From: cvs@cvs.pgadmin.org
Date:
Subject: CVS Commit by andreas: minor fixes