Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2325)

Unified Diff: lib/ssl/sslt.h

Issue 290970043: Bug 1252849 - Remove export-grade cipher suites
Patch Set: Initialize keyData[] and random[] to zero Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/ssl/sslsock.c ('k') | lib/util/pkcs11t.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ssl/sslt.h
diff --git a/lib/ssl/sslt.h b/lib/ssl/sslt.h
index bf722b5c0ef3d6f68cffc6ad130abf25bc843b51..8136068c30d395592719dedc0b245c4a478483d5 100644
--- a/lib/ssl/sslt.h
+++ b/lib/ssl/sslt.h
@@ -209,7 +209,7 @@ typedef struct SSLCipherSuiteInfoStr {
PRUint16 macBits;
PRUintn isFIPS : 1;
- PRUintn isExportable : 1;
+ PRUintn isExportable : 1; /* deprecated, don't use */
PRUintn nonStandard : 1;
PRUintn reservedBits : 29;
« no previous file with comments | « lib/ssl/sslsock.c ('k') | lib/util/pkcs11t.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b