feat: v1.13.5
This commit is contained in:
@@ -10,6 +10,7 @@ mod cmd_chall_config;
|
||||
mod cmd_convert_jwk_to_pem;
|
||||
mod cmd_convert_pem_to_jwk;
|
||||
mod cmd_ec_verify;
|
||||
mod cmd_external_ecdh;
|
||||
mod cmd_external_public_key;
|
||||
mod cmd_external_sign;
|
||||
mod cmd_external_spec;
|
||||
@@ -164,6 +165,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_external_spec::CommandImpl),
|
||||
Box::new(cmd_external_public_key::CommandImpl),
|
||||
Box::new(cmd_external_sign::CommandImpl),
|
||||
Box::new(cmd_external_ecdh::CommandImpl),
|
||||
];
|
||||
|
||||
#[allow(clippy::vec_init_then_push)]
|
||||
|
||||
Reference in New Issue
Block a user