chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67abe73
)
sshkeys: Make MgmtKeyReport fields pub (!)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 23:41:37 +0000
(
00:41
+0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/sshkeys.rs
b/src/sshkeys.rs
index 9827ee8076ae605040c5851cb3a55182bac58791..35780cafaa81c9178c88c61d150ae367e8bb3ce4 100644
(file)
--- a/
src/sshkeys.rs
+++ b/
src/sshkeys.rs
@@
-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,
+ p
ub p
roblem: Option<KeyError>,
}
macro_rules! def_pskeys_get {