|
@@ -527,10 +527,7 @@ int main(int argc, char **argv)
|
|
|
sa_sigterm.sa_handler = termsig_handler;
|
|
|
sigaction(SIGTERM, &sa_sigterm, NULL);
|
|
|
|
|
|
- if (qcrypto_init(&local_err) < 0) {
|
|
|
- error_reportf_err(local_err, "cannot initialize crypto: ");
|
|
|
- exit(1);
|
|
|
- }
|
|
|
+ qcrypto_init(&error_fatal);
|
|
|
|
|
|
module_call_init(MODULE_INIT_QOM);
|
|
|
qemu_add_opts(&qemu_object_opts);
|