aboutsummaryrefslogtreecommitdiff
path: root/src/pki/common_cert_errors.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pki/common_cert_errors.cc')
-rw-r--r--src/pki/common_cert_errors.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pki/common_cert_errors.cc b/src/pki/common_cert_errors.cc
index b13bc94..00f5743 100644
--- a/src/pki/common_cert_errors.cc
+++ b/src/pki/common_cert_errors.cc
@@ -39,9 +39,6 @@ DEFINE_CERT_ERROR_ID(kSignatureAlgorithmsDifferentEncoding,
"than TBSCertificate.signature");
DEFINE_CERT_ERROR_ID(kEkuLacksServerAuth,
"The extended key usage does not include server auth");
-DEFINE_CERT_ERROR_ID(kEkuLacksServerAuthButHasGatedCrypto,
- "The extended key usage does not include server auth but "
- "instead includes Netscape Server Gated Crypto");
DEFINE_CERT_ERROR_ID(kEkuLacksServerAuthButHasAnyEKU,
"The extended key usage does not include server auth but "
"instead includes anyExtendeKeyUsage");