pgsql: Fix typo in comment on OpenSSL PEM password callback type name.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment on OpenSSL PEM password callback type name.
Date: 2020-05-14 10:57:42
Message-ID: E1jZBYc-0002UQ-OW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment on OpenSSL PEM password callback type name.

The type is called "pem_password_cb", not "pem_passwd_cb".

Author: Daniel Gustafsson
Discussion: https://www.postgresql.org/message-id/22108CF6-228B-45CF-9CDA-5C5F658DCC22@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/267cc6ed29668fcf2e527f514f0fbbeaa73c388e

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-14 11:19:10 pgsql: Doc: Fix some inconsistencies with markups
Previous Message Alexander Korotkov 2020-05-14 10:34:29 Re: pgsql: Show opclass and opfamily related information in psql