diff options
| author | Tom Lane | 2007-02-16 17:07:00 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-02-16 17:07:00 +0000 |
| commit | b6c9165ea0be3008fbb743ca9dfd1b2e3f0616d5 (patch) | |
| tree | efbe170578aee57018e6e86dee0368fde987e87c /src/include | |
| parent | 5ce7599bcd65f4ac8a629cba360c89ef7ba515b8 (diff) | |
Code review for SSLKEY patch.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/postmaster/postmaster.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/postmaster/postmaster.h b/src/include/postmaster/postmaster.h index 811e65af55b..0a963b7a341 100644 --- a/src/include/postmaster/postmaster.h +++ b/src/include/postmaster/postmaster.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.16 2007/02/16 02:59:41 momjian Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.17 2007/02/16 17:07:00 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -15,7 +15,6 @@ /* GUC options */ extern bool EnableSSL; -extern char *SSLCipherSuites; extern bool SilentMode; extern int ReservedBackends; extern int PostPortNumber; |
