chiark / gitweb /
sshkeys: Make MgmtKeyReport fields pub (!)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 23:41:37 +0000 (00:41 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 1 Jun 2021 00:32:13 +0000 (01:32 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/sshkeys.rs

index 9827ee8076ae605040c5851cb3a55182bac58791..35780cafaa81c9178c88c61d150ae367e8bb3ce4 100644 (file)
@@ -200,10 +200,10 @@ impl PerScope {
 
 #[derive(Debug,Clone,Serialize,Deserialize)]
 pub struct MgmtKeyReport {
-  key: KeySpec,
-  data: PubData,
-  comment: Comment,
-  problem: Option<KeyError>,
+  pub key: KeySpec,
+  pub data: PubData,
+  pub comment: Comment,
+  pub problem: Option<KeyError>,
 }
 
 macro_rules! def_pskeys_get {