Hi Adam.
IMHO,
libpq (PostgreSQL) becomes Non SSL if designation (--with-openssl) isn't done.
It isn't used even if it has SSL-Library.
Because libpq is used, pgAdmin3 is thought to be an option.
However,
I think that we will force to use it.
regards,
Hiroshi Saito
From: Adam H. Pendleton
(snip)
> I was about to fix this, when I realized that I was about to add -DSSL to the command-line for *all*
> situations. Is this what we want,
> or is this supposed to be a conditional compile option?
> If it's needed for *all* situations, then why included it at all,
> why not just >remove the #ifdefs and always compile the SSL code?