This commit is contained in:
swrup 2025-11-28 07:47:51 +01:00
parent 481a0644cb
commit 2462cf1507
7 changed files with 127 additions and 26 deletions

View file

@ -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