diff options
author | 2017-02-28 14:09:41 +0000 | |
---|---|---|
committer | 2017-02-28 14:09:41 +0000 | |
commit | 71820d1640cefb44a0199dbf1867682fe0790ad9 (patch) | |
tree | 3898ee9606c983eb7245ed94281d33811dacef8f | |
parent | Stop pretending that MD5 and SHA1 might not exist - rather than locating (diff) | |
download | wireguard-openbsd-71820d1640cefb44a0199dbf1867682fe0790ad9.tar.xz wireguard-openbsd-71820d1640cefb44a0199dbf1867682fe0790ad9.zip |
Fix typo in issuingDistributionPoint description.
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index d7b2d39e51b..28d77218fc3 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -747,7 +747,7 @@ id-ce 24 : invalidityDate : Invalidity Date !Cname delta-crl id-ce 27 : deltaCRL : X509v3 Delta CRL Indicator !Cname issuing-distribution-point -id-ce 28 : issuingDistributionPoint : X509v3 Issuing Distrubution Point +id-ce 28 : issuingDistributionPoint : X509v3 Issuing Distribution Point !Cname certificate-issuer id-ce 29 : certificateIssuer : X509v3 Certificate Issuer !Cname name-constraints |