From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Subject: | SSL option |
Date: | 2003-08-25 11:32:23 |
Message-ID: | 3F49F3C7.4090604@pse-consulting.de |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi Adam,
I've been reviewing SSL code in pgAdmin3 and libpq7.4 for win32 (and got
it running with several patches). I added a compile time option to
reflect SSL availability, it needs the compile time flag -DSSL, which I
added to acinclude.m4.
We should have this configurable, in case a libpq is compiled without
openssl (without -lssl and -lcrypto). Best way would be if it was
possible to examine libpq if it's ssl enabled or not(compiled with
USE_SSL), I don't know if this is possible. Otherwise, we'd need
--with-openssl.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Adam H. Pendleton | 2003-08-25 12:59:23 | Re: SSL option |
Previous Message | Andreas Pflug | 2003-08-25 09:51:45 | Re: dlgOperator_patch |