Fix reference to SSL_set_max_proto_version.
[openssl.git] / apps / prime.c
index b0f5969a2203d6c87310bc146ca33d473720facf..1092cf215e4b6c3031c9e63fb9fa08e89149fd17 100644 (file)
@@ -17,7 +17,7 @@ typedef enum OPTION_choice {
     OPT_HEX, OPT_GENERATE, OPT_BITS, OPT_SAFE, OPT_CHECKS
 } OPTION_CHOICE;
 
-OPTIONS prime_options[] = {
+const OPTIONS prime_options[] = {
     {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
     {OPT_HELP_STR, 1, '-',
         "  number Number to check for primality\n"},