We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8227c68 commit a1fb660Copy full SHA for a1fb660
osslsigncode.c
@@ -5356,14 +5356,12 @@ int main(int argc, char **argv)
5356
|| !OBJ_create(PKCS9_SEQUENCE_NUMBER, NULL, NULL))
5357
DO_EXIT_0("Failed to create objects\n");
5358
5359
- ui_method = ui_osslsigncode();
5360
-
5361
/* perform the requested operation */
+ ui_method = ui_osslsigncode();
5362
ret = main_execute(argc, argv);
5363
5364
-err_cleanup:
5365
UI_destroy_method(ui_method);
5366
+err_cleanup:
5367
return ret;
5368
}
5369
0 commit comments