Process incoming NewSessionTicket messages on the client side
[openssl.git] / apps / crl2p7.c
index 9c5f79f9f37988d0db709eda6eeaf82d44a1044a..cb2461e2e0a339381b49b063e204a6b889f9af2b 100644 (file)
@@ -25,7 +25,7 @@ typedef enum OPTION_choice {
     OPT_INFORM, OPT_OUTFORM, OPT_IN, OPT_OUT, OPT_NOCRL, OPT_CERTFILE
 } OPTION_CHOICE;
 
-OPTIONS crl2pkcs7_options[] = {
+const OPTIONS crl2pkcs7_options[] = {
     {"help", OPT_HELP, '-', "Display this summary"},
     {"inform", OPT_INFORM, 'F', "Input format - DER or PEM"},
     {"outform", OPT_OUTFORM, 'F', "Output format - DER or PEM"},