diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index bcef4550b..6ae586eef 100644 --- a/g10/options.h +++ b/g10/options.h @@ -163,8 +163,8 @@ struct char *temp_dir; int no_encrypt_to; int interactive; - STRLIST sig_notation_data; - STRLIST cert_notation_data; + struct notation *sig_notations; + struct notation *cert_notations; STRLIST sig_policy_url; STRLIST cert_policy_url; STRLIST sig_keyserver_url; |