simplify: rm revoke from sk/dn data type
This commit is contained in:
parent
3195ff5c81
commit
8708143f16
7 changed files with 21 additions and 54 deletions
10
src/api.ml
10
src/api.ml
|
|
@ -925,15 +925,7 @@ module SignKey = struct
|
|||
|
||||
(* TODO rm one of them *)
|
||||
let of_signkey
|
||||
Signkey.
|
||||
{
|
||||
pub;
|
||||
stamp_start;
|
||||
stamp_expire;
|
||||
stamp_end;
|
||||
master_sig;
|
||||
revoked_sig= _;
|
||||
} =
|
||||
Signkey.{ pub; stamp_start; stamp_expire; stamp_end; master_sig } =
|
||||
{ key= pub; stamp_start; stamp_expire; stamp_end; master_sig }
|
||||
|
||||
let jsont =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue