Fix sigsize usage in apps/speed.c
[openssl.git] / apps / rand.c
index 24f8c64d435ab3af402f371e037491e56bd21936..cbf495d5bc5378278991a6993b61841b42f37a43 100644 (file)
@@ -19,7 +19,7 @@
 #include <openssl/rand.h>
 
 typedef enum OPTION_choice {
-    OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
+    OPT_COMMON,
     OPT_OUT, OPT_ENGINE, OPT_BASE64, OPT_HEX,
     OPT_R_ENUM, OPT_PROV_ENUM
 } OPTION_CHOICE;