|
10 | 10 | *
|
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.207 2010/05/26 16:43:13 tgl Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.208 2010/06/03 19:29:38 petere Exp $ |
14 | 14 | *
|
15 | 15 | *-------------------------------------------------------------------------
|
16 | 16 | */
|
@@ -711,7 +711,7 @@ parse_hba_line(List *line, int line_num, HbaLine *parsedline)
|
711 | 711 | ereport(LOG,
|
712 | 712 | (errcode(ERRCODE_CONFIG_FILE_ERROR),
|
713 | 713 | errmsg("hostssl not supported on this platform"),
|
714 |
| -errhint("Compile with --enable-ssl to use SSL connections."), |
| 714 | +errhint("Compile with --with-openssl to use SSL connections."), |
715 | 715 | errcontext("line %d of configuration file \"%s\"",
|
716 | 716 | line_num,HbaFileName)));
|
717 | 717 | return false;
|
|