aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgcontext.h')
-rw-r--r--gpgcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgcontext.h b/gpgcontext.h
index a01ff8d..5b8f93c 100644
--- a/gpgcontext.h
+++ b/gpgcontext.h
@@ -119,7 +119,7 @@ public:
void clearPasswordCache();
void exportSecretKey(QString uid, QByteArray *outBuffer);
gpgme_key_t getKeyDetails(QString uid);
- gpgme_signature_t verify(QByteArray in);
+ gpgme_signature_t verify(QByteArray *inBuffer, QByteArray *sigBuffer = NULL);
// void decryptVerify(QByteArray in);
bool sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer, bool detached = false);
/**