1
0
Fork 0
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:
Werner Koch 2008-05-09 10:03:55 +00:00
parent d9405f0c49
commit fc797016da
28 changed files with 28 additions and 28 deletions

View file

@ -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;