Incorrect OpenSSL type reference in code comment

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Incorrect OpenSSL type reference in code comment
Дата
Msg-id 22108CF6-228B-45CF-9CDA-5C5F658DCC22@yesql.se
обсуждение исходный текст
Ответы Re: Incorrect OpenSSL type reference in code comment  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
The comment which refers to the OpenSSL PEM password callback type has a small
typo, the type is called pem_password_cb and not pem_passwd_cb (which is an
easy typo to make to make since confusingly enough the functions in OpenSSL are
called SSL_*_passwd_cb).  PFA patch to fix this.

cheers ./daniel


Вложения

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

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: Parallel copy
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: PG compilation error with Visual Studio 2015/2017/2019