mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Remove a warning.
This commit is contained in:
parent
d9405f0c49
commit
fc797016da
28 changed files with 28 additions and 28 deletions
|
@ -48,7 +48,7 @@ struct getkey_ctx_s {
|
|||
KBNODE keyblock;
|
||||
KBPOS kbpos;
|
||||
KBNODE found_key; /* Pointer into some keyblock. */
|
||||
strlist_t *extra_list; /* Will be freed when releasing the context. */
|
||||
strlist_t extra_list; /* Will be freed when releasing the context. */
|
||||
int last_rc;
|
||||
int req_usage;
|
||||
int req_algo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue