File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
*
13
13
* 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 $
15
15
*
16
16
* NOTES
17
17
* [ Most of these notes are wrong/obsolete, but perhaps not all ]
122
122
#ifdef USE_SSL
123
123
124
124
#ifndef WIN32
125
- #define USER_CERT_FILE ".postgresql/postgresql.crt"
125
+ #define USER_CERT_FILE ".postgresql/postgresql.crt"
126
126
#define USER_KEY_FILE ".postgresql/postgresql.key"
127
- #define ROOT_CERT_FILE ".postgresql/root.crt"
127
+ #define ROOT_CERT_FILE ".postgresql/root.crt"
128
128
#else
129
129
/* On Windows, the "home" directory is already PostgreSQL-specific */
130
- #define USER_CERT_FILE "postgresql.crt"
130
+ #define USER_CERT_FILE "postgresql.crt"
131
131
#define USER_KEY_FILE "postgresql.key"
132
- #define ROOT_CERT_FILE "root.crt"
132
+ #define ROOT_CERT_FILE "root.crt"
133
133
#endif
134
134
135
135
#ifdef NOT_USED
You can’t perform that action at this time.
0 commit comments