File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 *
1212 *
1313 * IDENTIFICATION
14- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.78 2006/04/27 14:01:46 momjian Exp $
14+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.79 2006/04/27 14:02:36 momjian Exp $
1515 *
1616 * NOTES
1717 * [ Most of these notes are wrong/obsolete, but perhaps not all ]
122122#ifdef USE_SSL
123123
124124#ifndef WIN32
125- #define USER_CERT_FILE ".postgresql/postgresql.crt"
125+ #define USER_CERT_FILE ".postgresql/postgresql.crt"
126126#define USER_KEY_FILE ".postgresql/postgresql.key"
127- #define ROOT_CERT_FILE ".postgresql/root.crt"
127+ #define ROOT_CERT_FILE ".postgresql/root.crt"
128128#else
129129/* On Windows, the "home" directory is already PostgreSQL-specific */
130- #define USER_CERT_FILE "postgresql.crt"
130+ #define USER_CERT_FILE "postgresql.crt"
131131#define USER_KEY_FILE "postgresql.key"
132- #define ROOT_CERT_FILE "root.crt"
132+ #define ROOT_CERT_FILE "root.crt"
133133#endif
134134
135135#ifdef NOT_USED
You can’t perform that action at this time.
0 commit comments