diff options
| author | Neal H. Walfield <[email protected]> | 2016-03-02 15:00:44 +0000 |
|---|---|---|
| committer | Neal H. Walfield <[email protected]> | 2016-03-02 19:36:19 +0000 |
| commit | d040628ddf2c09ddc9581ff365680a568ad24278 (patch) | |
| tree | 9f1b4596c48a96046cdbfd143ab7296d115e06d6 /g10/packet.h | |
| parent | gpg: More robustly detect valid non-armored OpenPGP messages. (diff) | |
| download | gnupg-d040628ddf2c09ddc9581ff365680a568ad24278.tar.gz gnupg-d040628ddf2c09ddc9581ff365680a568ad24278.zip | |
gpg: Add new program gpgcompose.
* g10/packet.h: Include "util.h".
* g10/encrypt.c (encrypt_seskey): Don't mark as static.
* g10/gpgcompose.c: New file.
* g10/Makefile.am (noinst_PROGRAMS): Add gpgcompose.
(gpg2_SOURCES): Split everything but gpg.c into...
(gpg_sources): ... this new variable.
(gpgcompose_SOURCES): New variable.
(gpgcompose_LDADD): Likewise.
(gpgcompose_LDFLAGS): Likewise.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'g10/packet.h')
| -rw-r--r-- | g10/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index 21c06d776..c1aaedbd6 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -29,6 +29,7 @@ #include "filter.h" #include "../common/openpgpdefs.h" #include "../common/userids.h" +#include "util.h" #define DEBUG_PARSE_PACKET 1 |
