Home | History | Annotate | Download | only in patches
      1 diff --git a/net/third_party/nss/ssl/sslnonce.c b/net/third_party/nss/ssl/sslnonce.c
      2 index 758aa4e..a3e6e0a 100644
      3 --- a/net/third_party/nss/ssl/sslnonce.c
      4 +++ b/net/third_party/nss/ssl/sslnonce.c
      5 @@ -21,8 +21,8 @@
      6  PRUint32 ssl_sid_timeout = 100;
      7  PRUint32 ssl3_sid_timeout = 86400L; /* 24 hours */
      8  
      9 -static sslSessionID *cache = NULL;
     10 -static PZLock *      cacheLock = NULL;
     11 +sslSessionID *cache = NULL;
     12 +PZLock *      cacheLock = NULL;
     13  
     14  /* sids can be in one of 4 states:
     15   *
     16