This commit is contained in:
swrup 2026-02-21 18:44:43 +01:00
parent c570d69338
commit ac23471c4d
3 changed files with 2 additions and 37 deletions

View file

@ -187,11 +187,7 @@ let init () =
type info = string * rsa_pub * Time.Absolute.t * Time.Absolute.t
module Make () :
Mod_intf.SECMOD
with type pub = rsa_pub
and type sig_typ = rsa_sig
and type info = info = struct
module Make () = struct
type pub = RsaPublicKey.t
type sig_typ = RsaSignature.t
type info = string * RsaPublicKey.t * Time.Absolute.t * Time.Absolute.t