Yeah I already tried removing the ifdef's...oh BOY was it not happy :'(
Tom Lane wrote:
>"T.J." <tjtoocool@phreaker.net> writes:
>
>
>>Which leads me to my next question; that function client_cert_cb, does
>>it ever get executed on windows? :)
>>
>>
>
>Um. Looks like someone ifdef'd it out :-(. In fact, if you look
>through fe-secure.c, you'll see that just about all the SSL code is
>ifdef'd out on Windows.
>
>Try removing the #ifs and see if it compiles.
>
>win32 hackers, anyone know why it's like this?
>
> regards, tom lane
>
>