--- mysql.c Thu Sep 5 10:46:08 2002 +++ mysql2.c Mon Sep 9 22:21:41 2002 @@ -53,7 +53,7 @@ connect.host[0] != '\0' ? connect.host : NULL, connect.user[0] != '\0' ? connect.user : NULL, connect.password[0] != '\0' ? connect.password : NULL, - connect.db, 0, NULL, 0)) + connect.db, 0, NULL, CLIENT_SSL)) { g_print (_("Connection to database '%s' on host '%s' failed.\n"), connect.db, connect.host);