Re: pgsql: Only provide openssl_tls_init_hook if building with openssl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Only provide openssl_tls_init_hook if building with openssl
Дата
Msg-id 30790.1587155539@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Only provide openssl_tls_init_hook if building with openssl  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Only provide openssl_tls_init_hook if building withopenssl  (Daniel Gustafsson <daniel@yesql.se>)
Re: pgsql: Only provide openssl_tls_init_hook if building withopenssl  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Only provide openssl_tls_init_hook if building with openssl

One or the other of these patches broke building without --with-openssl:

fe-secure.c:435: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PQgetSSLKeyPassHook'
fe-secure.c:441: error: expected ')' before 'hook'
fe-secure.c:447: warning: no previous prototype for 'PQdefaultSSLKeyPassHook'
make[3]: *** [fe-secure.o] Error 1

            regards, tom lane



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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabledbuild
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Only provide openssl_tls_init_hook if building withopenssl