From 97ec9aac2b306bd87f77c2a50813376f557e3d58 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 8 Apr 2008 11:04:16 +0000 Subject: Enhanced --auto-key-locate. --- g10/options.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'g10/options.h') diff --git a/g10/options.h b/g10/options.h index fac05b6ed..91dddc9a2 100644 --- a/g10/options.h +++ b/g10/options.h @@ -235,7 +235,15 @@ struct keyring. */ struct akl { - enum {AKL_CERT, AKL_PKA, AKL_LDAP, AKL_KEYSERVER, AKL_SPEC} type; + enum { + AKL_NODEFAULT, + AKL_LOCAL, + AKL_CERT, + AKL_PKA, + AKL_LDAP, + AKL_KEYSERVER, + AKL_SPEC + } type; struct keyserver_spec *spec; struct akl *next; } *auto_key_locate; -- cgit v1.2.3