Bug 325672: NSS needs a function to indicate usability of the bypass feature
Fix version in ssl.def
r=julien.pierre.boogz
sr=nelson
--- a/security/nss/lib/ssl/ssl.def
+++ b/security/nss/lib/ssl/ssl.def
@@ -128,14 +128,14 @@ SSL_ShutdownServerSessionIDCache;
;+};
;+NSS_3.11.4 { # NSS 3.11.4 release
;+ global:
SSL_ForceHandshakeWithTimeout;
SSL_ReHandshakeWithTimeout;
;+ local:
;+*;
;+};
-;+NSS_3.11.7 { # NSS 3.11.7 release
+;+NSS_3.11.8 { # NSS 3.11.8 release
;+ global:
SSL_CanBypass;
;+ local:
;+*;
;+};