Re: More SSL questions..

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More SSL questions..
Дата
Msg-id 20359.1104873979@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: More SSL questions..  ("T.J." <tjtoocool@phreaker.net>)
Ответы Re: More SSL questions..  ("T.J." <tjtoocool@phreaker.net>)
Re: More SSL questions..  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
"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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: pg_dump --oids fails when default_with_oids = off
Следующее
От: "T.J."
Дата:
Сообщение: Re: More SSL questions..