core: Defer implementation of gpgme_op_createkey with gpg < 2.1
* src/engine-gpg.c (gpg_createkey_legacy): Mark unused variables. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
bfd2bd0ccc
commit
d79dcb78d8
@ -2056,6 +2056,12 @@ gpg_createkey_legacy (engine_gpg_t gpg,
|
|||||||
unsigned int flags,
|
unsigned int flags,
|
||||||
unsigned int extraflags)
|
unsigned int extraflags)
|
||||||
{
|
{
|
||||||
|
(void)gpg;
|
||||||
|
(void)userid;
|
||||||
|
(void)algo;
|
||||||
|
(void)expires;
|
||||||
|
(void)flags;
|
||||||
|
(void)extraflags;
|
||||||
return gpg_error (GPG_ERR_NOT_IMPLEMENTED);
|
return gpg_error (GPG_ERR_NOT_IMPLEMENTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user