diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 4643fd168..9b7945f81 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -80,6 +80,8 @@ struct int with_md5_fingerprint; /* Also print an MD5 fingerprint for standard key listings. */ + int with_keygrip; /* Option --with-keygrip active. */ + int armor; /* force base64 armoring (see also ctrl.with_base64) */ int no_armor; /* don't try to figure out whether data is base64 armored*/ |