Skip to content

Commit

Permalink
fix borked serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Dec 4, 2024
1 parent 7dd900a commit 8a668ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ data class TbsCertificationRequest(
data class Pkcs10CertificationRequest(
val tbsCsr: TbsCertificationRequest,
val signatureAlgorithm: X509SignatureAlgorithm,
@Serializable(with = ByteArrayBase64Serializer::class)
val signature: CryptoSignature
) : Asn1Encodable<Asn1Sequence> {

Expand Down

0 comments on commit 8a668ca

Please sign in to comment.