diff options
Diffstat (limited to '')
| -rw-r--r-- | src/op-support.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/op-support.c b/src/op-support.c index a74405ef..9f10cd32 100644 --- a/src/op-support.c +++ b/src/op-support.c @@ -213,6 +213,8 @@ _gpgme_parse_inv_recp (char *args, int for_signing,    char *tail;    long int reason; +  (void)for_signing; +    inv_key = calloc (1, sizeof (*inv_key));    if (!inv_key)      return gpg_error_from_syserror (); | 
