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

Commit6741cfa

Browse files
committed
Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"
This reverts commit9e24109.This caused build errors when building without openssl, and it'ssimplest just to revert it.
1 parentf342d7a commit6741cfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/interfaces/libpq/libpq-fe.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,12 +620,10 @@ extern intpg_valid_server_encoding_id(int encoding);
620620
/* == in fe-secure-openssl.c === */
621621

622622
/* Support for overriding sslpassword handling with a callback. */
623-
#ifdefUSE_OPENSSL
624623
typedefint (*PQsslKeyPassHook_type)(char*buf,intsize,PGconn*conn);
625624
externPQsslKeyPassHook_typePQgetSSLKeyPassHook(void);
626625
externvoidPQsetSSLKeyPassHook(PQsslKeyPassHook_typehook);
627626
externintPQdefaultSSLKeyPassHook(char*buf,intsize,PGconn*conn);
628-
#endif
629627

630628
#ifdef__cplusplus
631629
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp