aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgContext.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-18 16:05:26 +0000
committerSaturneric <[email protected]>2021-05-18 16:05:26 +0000
commit8f141756363725866ac4bf2be0af93b3bb46a0d2 (patch)
tree77bbffb97555ac8baae57fa4a8bd13e5793f5c67 /include/gpg/GpgContext.h
parentSupport more Key Generating Algo. (diff)
downloadGpgFrontend-8f141756363725866ac4bf2be0af93b3bb46a0d2.tar.gz
GpgFrontend-8f141756363725866ac4bf2be0af93b3bb46a0d2.zip
Generate Key Upgraded.
RSA & DSA Tested. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r--include/gpg/GpgContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h
index 71c857ad..95b61f93 100644
--- a/include/gpg/GpgContext.h
+++ b/include/gpg/GpgContext.h
@@ -99,7 +99,7 @@ namespace GpgME {
bool exportKeys(QStringList *uidList, QByteArray *outBuffer);
- void generateKey(GenKeyInfo *params);
+ bool generateKey(GenKeyInfo *params);
GpgKeyList listKeys();