Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit267cc6e

Browse files
committed
Fix typo in comment on OpenSSL PEM password callback type name.
The type is called "pem_password_cb", not "pem_passwd_cb".Author: Daniel GustafssonDiscussion:https://www.postgresql.org/message-id/22108CF6-228B-45CF-9CDA-5C5F658DCC22@yesql.se
1 parent34dae90 commit267cc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/fe-secure-openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ PQsetSSLKeyPassHook(PQsslKeyPassHook_type hook)
17021702
/*
17031703
* Supply a password to decrypt a client certificate.
17041704
*
1705-
* This must match OpenSSL typepem_passwd_cb.
1705+
* This must match OpenSSL typepem_password_cb.
17061706
*/
17071707
staticint
17081708
PQssl_passwd_cb(char*buf,intsize,intrwflag,void*userdata)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp