]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/include/opt.h
APPS: Allow non-option parameters appear anywhere in list, marking them OPT_PARAM
[thirdparty/openssl.git] / apps / include / opt.h
index 5d85877301a27ae7017d6633defe7b211b75d701..213e41b83b8ba9d640848f84a94d46baaddaab7d 100644 (file)
@@ -316,6 +316,8 @@ typedef struct options_st {
     int valtype;
     const char *helpstr;
 } OPTIONS;
+/* Special retval values: */
+#define OPT_PARAM 0 /* same as OPT_EOF usually defined in apps */
 
 /*
  * A string/int pairing; widely use for option value lookup, hence the