2 * WARNING: do not edit!
3 * Generated by apps/progs.pl
5 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
7 * Licensed under the Apache License 2.0 (the "License"). You may not use
8 * this file except in compliance with the License. You can obtain a copy
9 * in the file LICENSE in the source distribution or at
10 * https://www.openssl.org/source/license.html
15 extern int asn1parse_main(int argc
, char *argv
[]);
16 extern int ca_main(int argc
, char *argv
[]);
17 extern int ciphers_main(int argc
, char *argv
[]);
18 extern int cmp_main(int argc
, char *argv
[]);
19 extern int cms_main(int argc
, char *argv
[]);
20 extern int crl_main(int argc
, char *argv
[]);
21 extern int crl2pkcs7_main(int argc
, char *argv
[]);
22 extern int dgst_main(int argc
, char *argv
[]);
23 extern int dhparam_main(int argc
, char *argv
[]);
24 extern int dsa_main(int argc
, char *argv
[]);
25 extern int dsaparam_main(int argc
, char *argv
[]);
26 extern int ec_main(int argc
, char *argv
[]);
27 extern int ecparam_main(int argc
, char *argv
[]);
28 extern int enc_main(int argc
, char *argv
[]);
29 extern int engine_main(int argc
, char *argv
[]);
30 extern int errstr_main(int argc
, char *argv
[]);
31 extern int fipsinstall_main(int argc
, char *argv
[]);
32 extern int gendsa_main(int argc
, char *argv
[]);
33 extern int genpkey_main(int argc
, char *argv
[]);
34 extern int genrsa_main(int argc
, char *argv
[]);
35 extern int help_main(int argc
, char *argv
[]);
36 extern int info_main(int argc
, char *argv
[]);
37 extern int kdf_main(int argc
, char *argv
[]);
38 extern int list_main(int argc
, char *argv
[]);
39 extern int mac_main(int argc
, char *argv
[]);
40 extern int nseq_main(int argc
, char *argv
[]);
41 extern int ocsp_main(int argc
, char *argv
[]);
42 extern int passwd_main(int argc
, char *argv
[]);
43 extern int pkcs12_main(int argc
, char *argv
[]);
44 extern int pkcs7_main(int argc
, char *argv
[]);
45 extern int pkcs8_main(int argc
, char *argv
[]);
46 extern int pkey_main(int argc
, char *argv
[]);
47 extern int pkeyparam_main(int argc
, char *argv
[]);
48 extern int pkeyutl_main(int argc
, char *argv
[]);
49 extern int prime_main(int argc
, char *argv
[]);
50 extern int rand_main(int argc
, char *argv
[]);
51 extern int rehash_main(int argc
, char *argv
[]);
52 extern int req_main(int argc
, char *argv
[]);
53 extern int rsa_main(int argc
, char *argv
[]);
54 extern int rsautl_main(int argc
, char *argv
[]);
55 extern int s_client_main(int argc
, char *argv
[]);
56 extern int s_server_main(int argc
, char *argv
[]);
57 extern int s_time_main(int argc
, char *argv
[]);
58 extern int sess_id_main(int argc
, char *argv
[]);
59 extern int smime_main(int argc
, char *argv
[]);
60 extern int speed_main(int argc
, char *argv
[]);
61 extern int spkac_main(int argc
, char *argv
[]);
62 extern int srp_main(int argc
, char *argv
[]);
63 extern int storeutl_main(int argc
, char *argv
[]);
64 extern int ts_main(int argc
, char *argv
[]);
65 extern int verify_main(int argc
, char *argv
[]);
66 extern int version_main(int argc
, char *argv
[]);
67 extern int x509_main(int argc
, char *argv
[]);
69 extern const OPTIONS asn1parse_options
[];
70 extern const OPTIONS ca_options
[];
71 extern const OPTIONS ciphers_options
[];
72 extern const OPTIONS cmp_options
[];
73 extern const OPTIONS cms_options
[];
74 extern const OPTIONS crl_options
[];
75 extern const OPTIONS crl2pkcs7_options
[];
76 extern const OPTIONS dgst_options
[];
77 extern const OPTIONS dhparam_options
[];
78 extern const OPTIONS dsa_options
[];
79 extern const OPTIONS dsaparam_options
[];
80 extern const OPTIONS ec_options
[];
81 extern const OPTIONS ecparam_options
[];
82 extern const OPTIONS enc_options
[];
83 extern const OPTIONS engine_options
[];
84 extern const OPTIONS errstr_options
[];
85 extern const OPTIONS fipsinstall_options
[];
86 extern const OPTIONS gendsa_options
[];
87 extern const OPTIONS genpkey_options
[];
88 extern const OPTIONS genrsa_options
[];
89 extern const OPTIONS help_options
[];
90 extern const OPTIONS info_options
[];
91 extern const OPTIONS kdf_options
[];
92 extern const OPTIONS list_options
[];
93 extern const OPTIONS mac_options
[];
94 extern const OPTIONS nseq_options
[];
95 extern const OPTIONS ocsp_options
[];
96 extern const OPTIONS passwd_options
[];
97 extern const OPTIONS pkcs12_options
[];
98 extern const OPTIONS pkcs7_options
[];
99 extern const OPTIONS pkcs8_options
[];
100 extern const OPTIONS pkey_options
[];
101 extern const OPTIONS pkeyparam_options
[];
102 extern const OPTIONS pkeyutl_options
[];
103 extern const OPTIONS prime_options
[];
104 extern const OPTIONS rand_options
[];
105 extern const OPTIONS rehash_options
[];
106 extern const OPTIONS req_options
[];
107 extern const OPTIONS rsa_options
[];
108 extern const OPTIONS rsautl_options
[];
109 extern const OPTIONS s_client_options
[];
110 extern const OPTIONS s_server_options
[];
111 extern const OPTIONS s_time_options
[];
112 extern const OPTIONS sess_id_options
[];
113 extern const OPTIONS smime_options
[];
114 extern const OPTIONS speed_options
[];
115 extern const OPTIONS spkac_options
[];
116 extern const OPTIONS srp_options
[];
117 extern const OPTIONS storeutl_options
[];
118 extern const OPTIONS ts_options
[];
119 extern const OPTIONS verify_options
[];
120 extern const OPTIONS version_options
[];
121 extern const OPTIONS x509_options
[];
123 extern FUNCTION functions
[];