feat: v1.10.11, ec-verify
This commit is contained in:
@@ -7,6 +7,7 @@ use rust_util::util_clap::{Command, CommandError};
|
||||
mod argsutil;
|
||||
mod cmd_chall;
|
||||
mod cmd_challconfig;
|
||||
mod cmd_ecverify;
|
||||
mod cmd_hmac_sha1;
|
||||
mod cmd_list;
|
||||
#[cfg(feature = "with-sequoia-openpgp")]
|
||||
@@ -136,6 +137,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_se_ecsign::CommandImpl),
|
||||
#[cfg(feature = "with-secure-enclave")]
|
||||
Box::new(cmd_se_ecdh::CommandImpl),
|
||||
Box::new(cmd_ecverify::CommandImpl),
|
||||
];
|
||||
|
||||
#[allow(clippy::vec_init_then_push)]
|
||||
|
||||
Reference in New Issue
Block a user