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

Commit86029b3

Browse files
committed
Silence compiler warning when SSL not in use
Per Jaime Casanova and Vik Fearing
1 parent7778ddc commit86029b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ char *ssl_crl_file;
101101
*/
102102
intssl_renegotiation_limit;
103103

104+
#ifdefUSE_SSL
104105
/* are we in the middle of a renegotiation? */
105106
staticboolin_ssl_renegotiation= false;
106107

107-
#ifdefUSE_SSL
108108
staticSSL_CTX*SSL_context=NULL;
109109
staticboolssl_loaded_verify_locations= false;
110110
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp