Kaydet (Commit) 09d4fe32 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-function

Change-Id: I3a39ca3a653f16799be1c4cc598f3b9e127e0569
üst f6ca10a6
...@@ -104,6 +104,8 @@ struct GetNSSInitStaticMutex ...@@ -104,6 +104,8 @@ struct GetNSSInitStaticMutex
} }
}; };
#ifdef XMLSEC_CRYPTO_NSS
void deleteRootsModule() void deleteRootsModule()
{ {
SECMODModule *RootsModule = nullptr; SECMODModule *RootsModule = nullptr;
...@@ -217,6 +219,8 @@ OString getMozillaCurrentProfile( const css::uno::Reference< css::uno::XComponen ...@@ -217,6 +219,8 @@ OString getMozillaCurrentProfile( const css::uno::Reference< css::uno::XComponen
return OString(); return OString();
} }
#endif
//Older versions of Firefox (FF), for example FF2, and Thunderbird (TB) 2 write //Older versions of Firefox (FF), for example FF2, and Thunderbird (TB) 2 write
//the roots certificate module (libnssckbi.so), which they use, into the //the roots certificate module (libnssckbi.so), which they use, into the
//profile. This module will then already be loaded during NSS_Init (and the //profile. This module will then already be loaded during NSS_Init (and the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment