diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index e6491864e..d7450dba8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -67,6 +67,7 @@ struct { int not_dash_escaped; int escape_from; int lock_once; + const char *keyserver_name; } opt; |