diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:50:26 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:54 +0200 |
commit | ebbab6613789e05283b8d8e25e384acbdff9a173 (patch) | |
tree | d0361c12950984b62932d8ab58835fcd4f1a15f3 /lib/public_key | |
parent | 187d8ccccc6ec414cce9197d8e64bfe55d4b229e (diff) | |
download | otp-ebbab6613789e05283b8d8e25e384acbdff9a173.tar.gz otp-ebbab6613789e05283b8d8e25e384acbdff9a173.tar.bz2 otp-ebbab6613789e05283b8d8e25e384acbdff9a173.zip |
Fixed typos in PKCS-8.asn1 file
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/asn1/PKCS-8.asn1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/asn1/PKCS-8.asn1 b/lib/public_key/asn1/PKCS-8.asn1 index 8412345b68..292a7b2029 100644 --- a/lib/public_key/asn1/PKCS-8.asn1 +++ b/lib/public_key/asn1/PKCS-8.asn1 @@ -26,7 +26,7 @@ BEGIN -- This import is really unnecessary since ALGORITHM-IDENTIFIER is defined as a -- TYPE-IDENTIFIER --- Renome this import and replace all occurences of ALGORITHM-IDENTIFIER with +-- Rename this import and replace all occurrences of ALGORITHM-IDENTIFIER with -- TYPE-IDENTIFIER as a workaround for weaknesses in the ASN.1 compiler --AlgorithmIdentifier, ALGORITHM-IDENTIFIER -- FROM PKCS5v2-0 {iso(1) member-body(2) us(840) rsadsi(113549) |