summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-06-19 03:42:15 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-06-21 20:58:35 +0200
commit6cc4b129629ae6e202ff909946a4bc83cb0e57c5 (patch)
treeec50602ed63a76fa3a035aec04402d6c0b20c767
parent126f6ac40121b5a5af1c6ae8361c38c4091ea49c (diff)
gpp impl: now use sec env
Change-Id: I84e4d6872aab27f5b11ec727787a2eab80ef6a66
-rw-r--r--xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx b/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx
index cef3f8e9501a..686258eeca00 100644
--- a/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx
+++ b/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx
@@ -92,15 +92,12 @@ SAL_CALL XMLSignature_GpgImpl::generate(
throw RuntimeException() ;
}
-#if 0
//Get Keys Manager
SecurityEnvironmentGpg* pSecEnv =
dynamic_cast<SecurityEnvironmentGpg*>(aEnvironment.get());
if( pSecEnv == nullptr )
throw RuntimeException() ;
-#endif
- // TODO pSecEnv is still from nss, roll our own impl there
// TODO figure out key from pSecEnv!
// unclear how/where that is transported in nss impl...
setErrorRecorder();