diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-23 19:42:09 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-23 19:42:09 +0000 |
commit | 5041e5fb42cd245590c0ba593c8e9427d63038fe (patch) | |
tree | 8d53be9a3a88056e3c96cddcff385d7d089f91d5 /context.cpp | |
parent | show appropriate filename in key export to file (diff) | |
download | gpg4usb-5041e5fb42cd245590c0ba593c8e9427d63038fe.tar.gz gpg4usb-5041e5fb42cd245590c0ba593c8e9427d63038fe.zip |
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
Diffstat (limited to 'context.cpp')
-rw-r--r-- | context.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 ) { |