Index: nss/lib/ssl/sslerr.h |
diff --git a/nss/lib/ssl/sslerr.h b/nss/lib/ssl/sslerr.h |
index 385208591b423bd4dd282a24a7507e5fc3f236af..12dbb1d87b350679c3b6f8514d272ee7545fd473 100644 |
--- a/nss/lib/ssl/sslerr.h |
+++ b/nss/lib/ssl/sslerr.h |
@@ -196,6 +196,8 @@ SSL_ERROR_INCORRECT_SIGNATURE_ALGORITHM = (SSL_ERROR_BASE + 128), |
SSL_ERROR_NEXT_PROTOCOL_NO_CALLBACK = (SSL_ERROR_BASE + 129), |
SSL_ERROR_NEXT_PROTOCOL_NO_PROTOCOL = (SSL_ERROR_BASE + 130), |
+SSL_ERROR_INAPPROPRIATE_FALLBACK_ALERT = (SSL_ERROR_BASE + 131), |
+ |
SSL_ERROR_END_OF_LIST /* let the c compiler determine the value of this. */ |
} SSLErrorCodes; |
#endif /* NO_SECURITY_ERROR_ENUM */ |