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:
b278b57
)
sshkeys: Make KeySpec fields pub (!)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 23:46:23 +0000
(
00:46
+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 35780cafaa81c9178c88c61d150ae367e8bb3ce4..53924564c0b25314b9c8b257460d11837412f1a1 100644
(file)
--- a/
src/sshkeys.rs
+++ b/
src/sshkeys.rs
@@
-68,8
+68,8
@@
pub struct ScopeKey {
#[derive(Debug,Clone,Serialize,Deserialize)]
pub struct KeySpec {
- id: sshkeys::Id,
- nonce: sshkeys::Nonce,
+
pub
id: sshkeys::Id,
+
pub
nonce: sshkeys::Nonce,
}
mod veneer {