diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/libpq/libpq-be.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 6171ef3a1ff..caaa8b5f890 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -93,11 +93,6 @@ typedef struct #endif /* - * SSL renegotiations - */ -extern int ssl_renegotiation_limit; - -/* * This is used by the postmaster in its communication with frontends. It * contains all state information needed during this communication before the * backend is run. The Port structure is kept in malloc'd memory and is |