diff options
author | Saturneric <[email protected]> | 2021-05-18 16:05:26 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-18 16:05:26 +0000 |
commit | 8f141756363725866ac4bf2be0af93b3bb46a0d2 (patch) | |
tree | 77bbffb97555ac8baae57fa4a8bd13e5793f5c67 /include/gpg/GpgContext.h | |
parent | Support more Key Generating Algo. (diff) | |
download | GpgFrontend-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.h | 2 |
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(); |