diff options
Diffstat (limited to 'certmanager/lib/cryptplugwrapper.cpp')
-rw-r--r-- | certmanager/lib/cryptplugwrapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/cryptplugwrapper.cpp b/certmanager/lib/cryptplugwrapper.cpp index 5bd5675b3..f1246f39c 100644 --- a/certmanager/lib/cryptplugwrapper.cpp +++ b/certmanager/lib/cryptplugwrapper.cpp @@ -569,7 +569,7 @@ bool CryptPlugWrapper::checkMessageSignature( char** cleartext, int signatureLen, CryptPlug::SignatureMetaData* sigmeta ) { - DNBeautifier dnBeautifier( kapp->config(), + DNBeautifier dnBeautifier( tdeApp->config(), "DN", "AttributeOrder", "UnknownAttributes" ); @@ -607,7 +607,7 @@ bool CryptPlugWrapper::decryptAndCheckMessage( int* errId, char** errTxt ) { - DNBeautifier dnBeautifier( kapp->config(), + DNBeautifier dnBeautifier( tdeApp->config(), "DN", "AttributeOrder", "UnknownAttributes" ); |