chiark / gitweb /
sshkeys: Make KeySpec fields pub (!)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 23:46:23 +0000 (00:46 +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 35780cafaa81c9178c88c61d150ae367e8bb3ce4..53924564c0b25314b9c8b257460d11837412f1a1 100644 (file)
@@ -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 {