diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 1407b2f57..0de04188d 100644 --- a/g10/options.h +++ b/g10/options.h @@ -73,6 +73,7 @@ struct int with_fingerprint; /* Option --with-fingerprint active. */ int with_keygrip; /* Option --with-keygrip active. */ int with_secret; /* Option --with-secret active. */ + int with_wkd_hash; /* Option --with-wkd-hash. */ int fingerprint; /* list fingerprints */ int list_sigs; /* list signatures */ int print_pka_records; @@ -245,6 +246,7 @@ struct AKL_CERT, AKL_PKA, AKL_DANE, + AKL_WKD, AKL_LDAP, AKL_KEYSERVER, AKL_SPEC |