acme-api: export ChallengeSchemaWrapper
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
@ -15,7 +15,7 @@ pub use config::{DEFAULT_ACME_DIRECTORY_ENTRY, KNOWN_ACME_DIRECTORIES};
|
||||
#[cfg(feature = "impl")]
|
||||
mod challenge_schemas;
|
||||
#[cfg(feature = "impl")]
|
||||
pub use challenge_schemas::get_cached_challenge_schemas;
|
||||
pub use challenge_schemas::{ChallengeSchemaWrapper, get_cached_challenge_schemas};
|
||||
|
||||
#[cfg(feature = "impl")]
|
||||
mod account_config;
|
||||
|
Reference in New Issue
Block a user