summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-02-14 16:38:58 +0000
committerwtc%google.com <devnull@localhost>2008-02-14 16:38:58 +0000
commit19035af9e4e986a222b39968ce3ca525dc900d59 (patch)
treeda5481196dd8d0451afe0cf648b3155107b08703
parent611cd0721391af107e6b7029c6c867206bb130f2 (diff)
downloadnss-hg-19035af9e4e986a222b39968ce3ca525dc900d59.tar.gz
Renamed the struct tag SessionTicketStr to follow NSS naming convention.
-rw-r--r--security/nss/lib/ssl/sslimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ssl/sslimpl.h b/security/nss/lib/ssl/sslimpl.h
index 082586252..22039c7e7 100644
--- a/security/nss/lib/ssl/sslimpl.h
+++ b/security/nss/lib/ssl/sslimpl.h
@@ -825,7 +825,7 @@ typedef struct SSLWrappedSymWrappingKeyStr {
PRUint16 wrapIVLen;
} SSLWrappedSymWrappingKey;
-typedef struct SessionTicket {
+typedef struct SessionTicketStr {
uint16 ticket_version;
SSL3ProtocolVersion ssl_version;
ssl3CipherSuite cipher_suite;