diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/port.h b/src/include/port.h index 3d974818344..9f8465e78ad 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -420,6 +420,10 @@ extern void unsetenv(const char *name); extern void srandom(unsigned int seed); #endif +#ifndef HAVE_SSL_GET_CURRENT_COMPRESSION +#define SSL_get_current_compression(x) 0 +#endif + /* thread.h */ extern char *pqStrerror(int errnum, char *strerrbuf, size_t buflen); |