From 5041e5fb42cd245590c0ba593c8e9427d63038fe Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 23 Aug 2011 19:42:09 +0000 Subject: ignore whitespaces at end and before text when checking, if message is completely signed git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@520 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- context.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'context.cpp') diff --git a/context.cpp b/context.cpp index c6f2dd4..733897e 100644 --- a/context.cpp +++ b/context.cpp @@ -495,7 +495,6 @@ void Context::executeGpgCommand(QStringList arguments, QByteArray *stdOut, QByte *stdErr = gpg.readAllStandardError(); } - /*** * TODO: return type should contain: * -> list of sigs @@ -579,7 +578,6 @@ void Context::sign(const QByteArray &inBuffer, QByteArray *outBuffer) { err = readToBuffer(out, outBuffer); qDebug() << "sig: " << QString::fromUtf8(*outBuffer); - } bool Context::sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer ) { -- cgit