Let the user know we're creating crypto data in bongo-config.

This commit is contained in:
alexhudson
2010-08-22 18:33:33 +00:00
parent 4c7b737d60
commit c4c9549447
+3
View File
@@ -340,6 +340,7 @@ GenerateCryptoData() {
// TODO: check that the directory doesn't already exist.
// XplConsolePrintf(_("Couldn't create data directory!\n"));
}
XplConsolePrintf(_("Generating crypto data. THIS MAY TAKE SOME TIME.\n"));
// save a random seed for faster Xpl startup in future.
XplSaveRandomSeed();
@@ -490,6 +491,8 @@ GenerateCryptoData() {
gnutls_rsa_params_deinit(rsa_params);
gnutls_global_deinit();
XplConsolePrintf(_("Crypto data generated.\n"));
return TRUE;
}