Skip to content

Commit

Permalink
Fixed output of the MI tls_list command caused by wrong enum order
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed Feb 17, 2020
1 parent a24bc82 commit 18b8d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tls_mgm/tls_config_helper.h
Expand Up @@ -37,8 +37,8 @@

enum tls_method {
TLS_METHOD_UNSPEC = 0,
TLS_USE_TLSv1,
TLS_USE_SSLv23,
TLS_USE_TLSv1,
TLS_USE_TLSv1_2,
TLS_USE_TLSv1_3
};
Expand Down

0 comments on commit 18b8d59

Please sign in to comment.