Incorrect OpenSSL type reference in code comment
Started by Daniel Gustafssonalmost 6 years ago2 messageshackers
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
Attachments:
pem_password_cb.patchapplication/octet-stream; name=pem_password_cb.patch; x-unix-mode=0644Download+1-2
Re: Incorrect OpenSSL type reference in code comment
On 14/05/2020 11:07, Daniel Gustafsson wrote:
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.
Applied, thanks!
- Heikki