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

Commitc01ac6d

Browse files
committed
Add dummy versions of new SSL functions for non-SSL builds
This rectifies an oversight in commit4dc6355, which caused certainbuilds to fail, especially on Windows.
1 parentc35b714 commitc01ac6d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,24 @@ PQsslAttributeNames(PGconn *conn)
432432

433433
returnresult;
434434
}
435+
436+
PQsslKeyPassHook_type
437+
PQgetSSLKeyPassHook(void)
438+
{
439+
returnNULL;
440+
}
441+
442+
void
443+
PQsetSSLKeyPassHook(PQsslKeyPassHook_typehook)
444+
{
445+
return;
446+
}
447+
448+
int
449+
PQdefaultSSLKeyPassHook(char*buf,intsize,PGconn*conn)
450+
{
451+
return0;
452+
}
435453
#endif/* USE_SSL */
436454

437455
/* Dummy version of GSSAPI information functions, when built without GSS support */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp