Convert the mac functions to just return 1 for success and 0 for failure
[openssl.git] / apps / asn1pars.c
index 0bc48e3f5e2a07e0814d7781efc07e36bc5a86f9..c4b2038bdd6be7d74830f249ad2213c83fdfd7b3 100644 (file)
@@ -30,7 +30,7 @@ typedef enum OPTION_choice {
     OPT_ITEM
 } OPTION_CHOICE;
 
-OPTIONS asn1parse_options[] = {
+const OPTIONS asn1parse_options[] = {
     {"help", OPT_HELP, '-', "Display this summary"},
     {"inform", OPT_INFORM, 'F', "input format - one of DER PEM"},
     {"in", OPT_IN, '<', "input file"},