FT_general
if (f->type == FT_general || f->type == FT_md || f->type == FT_cipher)
MAYBE_ADD_NL(list_type(FT_general, one));
{FT_general, "ts", ts_main, ts_options, NULL, NULL},
{FT_general, "verify", verify_main, verify_options, NULL, NULL},
{FT_general, "version", version_main, version_options, NULL, NULL},
{FT_general, "x509", x509_main, x509_options, NULL, NULL},
{FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
{FT_general, "ca", ca_main, ca_options, NULL, NULL},
{FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
{FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
{FT_general, "cms", cms_main, cms_options, NULL, NULL},
{FT_general, "crl", crl_main, crl_options, NULL, NULL},
{FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
{FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
{FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
{FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
{FT_general, "dsaparam", dsaparam_main, dsaparam_options, NULL, NULL},
{FT_general, "ec", ec_main, ec_options, NULL, NULL},
{FT_general, "ecparam", ecparam_main, ecparam_options, NULL, NULL},
{FT_general, "enc", enc_main, enc_options, NULL, NULL},
{FT_general, "engine", engine_main, engine_options, NULL, NULL},
{FT_general, "errstr", errstr_main, errstr_options, NULL, NULL},
{FT_general, "fipsinstall", fipsinstall_main, fipsinstall_options, NULL, NULL},
{FT_general, "gendsa", gendsa_main, gendsa_options, NULL, NULL},
{FT_general, "genpkey", genpkey_main, genpkey_options, NULL, NULL},
{FT_general, "genrsa", genrsa_main, genrsa_options, NULL, NULL},
{FT_general, "help", help_main, help_options, NULL, NULL},
{FT_general, "info", info_main, info_options, NULL, NULL},
{FT_general, "kdf", kdf_main, kdf_options, NULL, NULL},
{FT_general, "list", list_main, list_options, NULL, NULL},
{FT_general, "mac", mac_main, mac_options, NULL, NULL},
{FT_general, "nseq", nseq_main, nseq_options, NULL, NULL},
{FT_general, "ocsp", ocsp_main, ocsp_options, NULL, NULL},
{FT_general, "passwd", passwd_main, passwd_options, NULL, NULL},
{FT_general, "pkcs12", pkcs12_main, pkcs12_options, NULL, NULL},
{FT_general, "pkcs7", pkcs7_main, pkcs7_options, NULL, NULL},
{FT_general, "pkcs8", pkcs8_main, pkcs8_options, NULL, NULL},
{FT_general, "pkey", pkey_main, pkey_options, NULL, NULL},
{FT_general, "pkeyparam", pkeyparam_main, pkeyparam_options, NULL, NULL},
{FT_general, "pkeyutl", pkeyutl_main, pkeyutl_options, NULL, NULL},
{FT_general, "prime", prime_main, prime_options, NULL, NULL},
{FT_general, "rand", rand_main, rand_options, NULL, NULL},
{FT_general, "rehash", rehash_main, rehash_options, NULL, NULL},
{FT_general, "req", req_main, req_options, NULL, NULL},
{FT_general, "rsa", rsa_main, rsa_options, NULL, NULL},
{FT_general, "rsautl", rsautl_main, rsautl_options, "pkeyutl", "3.0"},
{FT_general, "s_client", s_client_main, s_client_options, NULL, NULL},
{FT_general, "s_server", s_server_main, s_server_options, NULL, NULL},
{FT_general, "s_time", s_time_main, s_time_options, NULL, NULL},
{FT_general, "sess_id", sess_id_main, sess_id_options, NULL, NULL},
{FT_general, "skeyutl", skeyutl_main, skeyutl_options, NULL, NULL},
{FT_general, "smime", smime_main, smime_options, NULL, NULL},
{FT_general, "speed", speed_main, speed_options, NULL, NULL},
{FT_general, "spkac", spkac_main, spkac_options, NULL, NULL},
{FT_general, "srp", srp_main, srp_options, NULL, NULL},
{FT_general, "storeutl", storeutl_main, storeutl_options, NULL, NULL},