|
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 | #ifdefUSE_SSL
|
123 | 123 |
|
124 | 124 | #ifndefWIN32
|
125 |
| -#defineUSER_CERT_FILE".postgresql/postgresql.crt" |
| 125 | +#defineUSER_CERT_FILE".postgresql/postgresql.crt" |
126 | 126 | #defineUSER_KEY_FILE".postgresql/postgresql.key"
|
127 |
| -#defineROOT_CERT_FILE".postgresql/root.crt" |
| 127 | +#defineROOT_CERT_FILE".postgresql/root.crt" |
128 | 128 | #else
|
129 | 129 | /* On Windows, the "home" directory is already PostgreSQL-specific */
|
130 |
| -#defineUSER_CERT_FILE"postgresql.crt" |
| 130 | +#defineUSER_CERT_FILE"postgresql.crt" |
131 | 131 | #defineUSER_KEY_FILE"postgresql.key"
|
132 |
| -#defineROOT_CERT_FILE"root.crt" |
| 132 | +#defineROOT_CERT_FILE"root.crt" |
133 | 133 | #endif
|
134 | 134 |
|
135 | 135 | #ifdefNOT_USED
|
|