aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index d60924187..b1b0cfde9 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -224,7 +224,8 @@ struct
keyring. */
struct akl
{
- enum {AKL_CERT, AKL_PKA, AKL_LDAP, AKL_KEYSERVER} type;
+ enum {AKL_CERT, AKL_PKA, AKL_LDAP, AKL_KEYSERVER, AKL_SPEC} type;
+ struct keyserver_spec *spec;
struct akl *next;
} *auto_key_locate;