Incorrect OpenSSL type reference in code comment

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Incorrect OpenSSL type reference in code comment
Date: 2020-05-14 08:07:47
Message-ID: 22108CF6-228B-45CF-9CDA-5C5F658DCC22@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
pem_password_cb.patch application/octet-stream 878 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-05-14 08:48:58 Re: PG compilation error with Visual Studio 2015/2017/2019
Previous Message Dilip Kumar 2020-05-14 06:52:10 Re: Parallel copy