diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h index 2792a160..10d297f6 100644 --- a/src/context.h +++ b/src/context.h @@ -177,6 +177,9 @@ struct gpgme_context /* The optional expiration date of a certification. */ char *cert_expire; + /* The optional key origin. */ + char *key_origin; + /* The operation data hooked into the context. */ ctx_op_data_t op_data; |