]> git.proxmox.com Git - proxmox.git/commitdiff
acme-api: export ChallengeSchemaWrapper
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 3 Jun 2024 10:55:43 +0000 (12:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 3 Jun 2024 10:55:43 +0000 (12:55 +0200)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
proxmox-acme-api/src/lib.rs

index 6d8e786fce6d76044cda4c30650479b53669f6f7..5e9ea3f4402eaa0407eba904ea5e31976d5ac6ee 100644 (file)
@@ -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;