pgsql: Fix typo in comment on OpenSSL PEM password callback type name. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix typo in comment on OpenSSL PEM password callback type name.
Date
Msg-id E1jZBYc-0002UQ-OW@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix amcheck for page checks concurrent to replay of btree page d
Next
From: Michael Paquier
Date:
Subject: pgsql: Doc: Fix some inconsistencies with markups