This commit is contained in:
parent
481a0644cb
commit
2462cf1507
7 changed files with 127 additions and 26 deletions
|
|
@ -96,7 +96,7 @@ let activate_signing_key =
|
|||
expire_legal, master_sig) VALUES ($1, $2, $3, $4, $5)"
|
||||
in
|
||||
fun (module Conn : CONN)
|
||||
Signkey.{ pub; stamp_start; stamp_expire; stamp_end; master_sig; sign= _ }
|
||||
Signkey.{ pub; priv= _; stamp_start; stamp_expire; stamp_end; master_sig }
|
||||
->
|
||||
(* TODO master_sig *)
|
||||
let master_sig = master_sig |> Option.get in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue