aboutsummaryrefslogtreecommitdiff
path: root/crypto/obj/obj_dat.h
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-05-26 15:54:59 -0400
committerAdam Langley <agl@google.com>2015-05-27 21:49:08 +0000
commit9c0918fc3fba933e90aa62af6266d0d59a4f7b0a (patch)
tree81d71b0a0bf406957a177e8bf96ac4ac3f280a23 /crypto/obj/obj_dat.h
parent91af02a9dbaad24dd94236f0729116484cc974fb (diff)
downloadboringssl-9c0918fc3fba933e90aa62af6266d0d59a4f7b0a.zip
boringssl-9c0918fc3fba933e90aa62af6266d0d59a4f7b0a.tar.gz
boringssl-9c0918fc3fba933e90aa62af6266d0d59a4f7b0a.tar.bz2
Fix typo in objects.txt
See upstream's 8332f91cc0db4955259bca9f9138b5eff94d6e8c. Change-Id: I293acba511e6f390204247787c951a9df08cae68 Reviewed-on: https://boringssl-review.googlesource.com/4881 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/obj/obj_dat.h')
-rw-r--r--crypto/obj/obj_dat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/obj/obj_dat.h b/crypto/obj/obj_dat.h
index 2584d87..2733d36 100644
--- a/crypto/obj/obj_dat.h
+++ b/crypto/obj/obj_dat.h
@@ -2140,7 +2140,7 @@ static const ASN1_OBJECT kObjects[NUM_NID]={
&(lvalues[5097]),0},
{"subjectDirectoryAttributes","X509v3 Subject Directory Attributes",
NID_subject_directory_attributes,3,&(lvalues[5105]),0},
-{"issuingDistributionPoint","X509v3 Issuing Distrubution Point",
+{"issuingDistributionPoint","X509v3 Issuing Distribution Point",
NID_issuing_distribution_point,3,&(lvalues[5108]),0},
{"certificateIssuer","X509v3 Certificate Issuer",
NID_certificate_issuer,3,&(lvalues[5111]),0},
@@ -3553,7 +3553,7 @@ static const unsigned int kNIDsInLongNameOrder[NUM_LN]={
857, /* "X509v3 Freshest CRL" */
748, /* "X509v3 Inhibit Any Policy" */
86, /* "X509v3 Issuer Alternative Name" */
-770, /* "X509v3 Issuing Distrubution Point" */
+770, /* "X509v3 Issuing Distribution Point" */
83, /* "X509v3 Key Usage" */
666, /* "X509v3 Name Constraints" */
403, /* "X509v3 No Revocation Available" */