diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index a52e9e653..727b1cf98 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -74,6 +74,10 @@ struct int armor; /* force base64 armoring (see also ctrl.with_base64) */ int no_armor; /* don't try to figure out whether data is base64 armored*/ + const char *p12_charset; /* Use this charset for encoding the + pkcs#12 passphrase. */ + + const char *def_cipher_algoid; /* cipher algorithm to use if nothing else is specified */ |