diff options
author | Fredrik Gustafsson <[email protected]> | 2013-01-10 14:49:17 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-01-10 14:49:17 +0100 |
commit | 1df90a0d2ae0260b878071c896127f0ce7dcb3d5 (patch) | |
tree | 9a09f1db652d463024cf4dc2249a8bc9ad6e4300 | |
parent | d07defaadc038455d3122bc7fdf2523efd2a9841 (diff) | |
parent | faf3a4ea660289786fa3dc2e48880166744107aa (diff) | |
download | otp-1df90a0d2ae0260b878071c896127f0ce7dcb3d5.tar.gz otp-1df90a0d2ae0260b878071c896127f0ce7dcb3d5.tar.bz2 otp-1df90a0d2ae0260b878071c896127f0ce7dcb3d5.zip |
Merge branch 'rn/public_key/fix-doc-cert-records/OTP-10670'
* rn/public_key/fix-doc-cert-records/OTP-10670:
Fix subjectPublicKeyInfo type comment
-rw-r--r-- | lib/public_key/doc/src/cert_records.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/cert_records.xml b/lib/public_key/doc/src/cert_records.xml index 94c7c46350..b1d2a05200 100644 --- a/lib/public_key/doc/src/cert_records.xml +++ b/lib/public_key/doc/src/cert_records.xml @@ -137,7 +137,7 @@ issuer, % {rdnSequence, [#AttributeTypeAndValue'{}]} validity, % #'Validity'{} subject, % {rdnSequence, [#AttributeTypeAndValue'{}]} - subjectPublicKeyInfo, % #'SubjectPublicKeyInfo'{} + subjectPublicKeyInfo, % #'OTPSubjectPublicKeyInfo'{} issuerUniqueID, % binary() | asn1_novalue subjectUniqueID, % binary() | asn1_novalue extensions % [#'Extension'{}] |