Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8251670c
Commit
8251670c
authored
Feb 23, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build without OpenSSL
This is a fixup for commit
a445cb92
.
parent
d4fb2f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/backend/libpq/be-secure.c
src/backend/libpq/be-secure.c
+5
-5
No files found.
src/backend/libpq/be-secure.c
View file @
8251670c
...
...
@@ -77,11 +77,6 @@
#ifdef USE_SSL
char
*
ssl_cert_file
;
char
*
ssl_key_file
;
char
*
ssl_ca_file
;
char
*
ssl_crl_file
;
static
DH
*
load_dh_file
(
int
keylength
);
static
DH
*
load_dh_buffer
(
const
char
*
,
size_t
);
static
DH
*
tmp_dh_cb
(
SSL
*
s
,
int
is_export
,
int
keylength
);
...
...
@@ -93,6 +88,11 @@ static void close_SSL(Port *);
static
const
char
*
SSLerrmessage
(
void
);
#endif
char
*
ssl_cert_file
;
char
*
ssl_key_file
;
char
*
ssl_ca_file
;
char
*
ssl_crl_file
;
/*
* How much data can be sent across a secure connection
* (total in both directions) before we require renegotiation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment