Skip to content
Snippets Groups Projects
Commit 182cad0d authored by Niels Möller's avatar Niels Möller
Browse files

Fixed typo

Rev: lib/modules/Standards.pmod/PKCS.pmod/RSA.pmod:1.2
parent ec5a7abc
Branches
Tags
No related merge requests found
...@@ -45,7 +45,7 @@ object build_rsa_public_key(object rsa) ...@@ -45,7 +45,7 @@ object build_rsa_public_key(object rsa)
{ {
return asn1_sequence( return asn1_sequence(
asn1_sequence( asn1_sequence(
identifiers.rsa_id, asn1_null()), Identifiers.rsa_id, asn1_null()),
asn1_bitstring(asn1_sequence( asn1_bitstring(asn1_sequence(
asn1_integer(rsa->n), asn1_integer(rsa->e))->der())); asn1_integer(rsa->n), asn1_integer(rsa->e))->der()));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment