diff options
Diffstat (limited to 'net/third_party/nss/patches/getchannelinfo.patch')
-rw-r--r-- | net/third_party/nss/patches/getchannelinfo.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/third_party/nss/patches/getchannelinfo.patch b/net/third_party/nss/patches/getchannelinfo.patch index 530b7fe..f6bd0e0 100644 --- a/net/third_party/nss/patches/getchannelinfo.patch +++ b/net/third_party/nss/patches/getchannelinfo.patch @@ -1,7 +1,7 @@ -Index: ssl/sslinfo.c +Index: net/third_party/nss/ssl/sslinfo.c =================================================================== ---- ssl/sslinfo.c (revision 142907) -+++ ssl/sslinfo.c (working copy) +--- net/third_party/nss/ssl/sslinfo.c (revision 143014) ++++ net/third_party/nss/ssl/sslinfo.c (revision 143015) @@ -97,11 +97,11 @@ } else if (ss->ssl3.initialized) { /* SSL3 and TLS */ ssl_GetSpecReadLock(ss); |