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

Commit8251670

Browse files
committed
Fix build without OpenSSL
This is a fixup for commita445cb9.
1 parentd4fb2f9 commit8251670

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/backend/libpq/be-secure.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777

7878
#ifdefUSE_SSL
7979

80-
char*ssl_cert_file;
81-
char*ssl_key_file;
82-
char*ssl_ca_file;
83-
char*ssl_crl_file;
84-
8580
staticDH*load_dh_file(intkeylength);
8681
staticDH*load_dh_buffer(constchar*,size_t);
8782
staticDH*tmp_dh_cb(SSL*s,intis_export,intkeylength);
@@ -93,6 +88,11 @@ static void close_SSL(Port *);
9388
staticconstchar*SSLerrmessage(void);
9489
#endif
9590

91+
char*ssl_cert_file;
92+
char*ssl_key_file;
93+
char*ssl_ca_file;
94+
char*ssl_crl_file;
95+
9696
/*
9797
*How much data can be sent across a secure connection
9898
*(total in both directions) before we require renegotiation.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp