diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index af5c6f737..0b6f1c306 100644 --- a/g10/options.h +++ b/g10/options.h @@ -220,6 +220,14 @@ struct error (but an invalid backsig still is). */ int require_backsigs; + /* Linked list of ways to find a key if the key isn't on the local + keyring. */ + struct akl + { + enum {AKL_CERT, AKL_PKA, AKL_LDAP, AKL_KEYSERVER} type; + struct akl *next; + } *auto_key_locate; + } opt; /* CTRL is used to keep some global variables we currently can't |