diff options
Diffstat (limited to 'g10/keydb-private.h')
-rw-r--r-- | g10/keydb-private.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/g10/keydb-private.h b/g10/keydb-private.h index efef82289..47a09ca93 100644 --- a/g10/keydb-private.h +++ b/g10/keydb-private.h @@ -92,10 +92,16 @@ struct keydb_handle_s /* A shallow pointer with the CTRL used to create this handle. */ ctrl_t ctrl; - /* Connection info which also keep the local state. (This is points + /* Connection info which also keeps the local state. (This points * into the CTRL->keybox_local list.) */ keyboxd_local_t kbl; + /* Various flags. */ + unsigned int last_ubid_valid:1; + + /* The UBID of the last returned keyblock. */ + unsigned char last_ubid[20]; + /* END USE_KEYBOXD */ /* BEGIN !USE_KEYBOXD */ |