Incorrect OpenSSL type reference in code comment - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Incorrect OpenSSL type reference in code comment
Date
Msg-id 22108CF6-228B-45CF-9CDA-5C5F658DCC22@yesql.se
Whole thread Raw
Responses Re: Incorrect OpenSSL type reference in code comment  (Heikki Linnakangas <hlinnaka@iki.fi>)
List 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

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: Parallel copy
Next
From: Amit Kapila
Date:
Subject: Re: PG compilation error with Visual Studio 2015/2017/2019