diff options
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r-- | src/stroke/stroke_msg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index c3ea8316e..b9d7cc488 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -61,8 +61,10 @@ enum list_flag_t { LIST_CRLS = 0x0080, /** list all ocsp cache entries */ LIST_OCSP = 0x0100, + /** list all supported algorithms */ + LIST_ALGS = 0x0200, /** all list options */ - LIST_ALL = 0x01FF, + LIST_ALL = 0x03FF, }; typedef enum reread_flag_t reread_flag_t; |