diff options
author | Werner Koch <[email protected]> | 1998-11-20 17:42:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-20 17:42:18 +0000 |
commit | 47c61bafe3545f17e8244902dca0ff00077d0feb (patch) | |
tree | 0867aa7d405a1df94ac360b5cc2814e97dcbe115 /g10/filter.h | |
parent | some bug fixes (diff) | |
download | gnupg-47c61bafe3545f17e8244902dca0ff00077d0feb.tar.gz gnupg-47c61bafe3545f17e8244902dca0ff00077d0feb.zip |
Expiration time works (I hope so)
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/filter.h b/g10/filter.h index 1cf8f8e42..f4d924965 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -45,6 +45,7 @@ typedef struct { int inp_bypass; /* set if the input is not armored */ int any_data; const char *hdrlines; + int not_dash_escaped; } armor_filter_context_t; |