This commit is contained in:
parent
c570d69338
commit
ac23471c4d
3 changed files with 2 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue