Skip to content
Snippets Groups Projects
Commit d7fe39d4 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: lib/modules/Standards.pmod/PKCS.pmod/PFX.pmod:1.3
parent 3a9cf095
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
*/ */
import Standards.ASN1 import Standards.ASN1;
object pkcs_7_id = .Identifiers.pkcs_id->append(7); object pkcs_7_id = .Identifiers.pkcs_id->append(7);
object data_id = pkcs_7_id->append(1); object data_id = pkcs_7_id->append(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment