1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00
Werner Koch ea8a1685f7 gpg: Remove cipher.h and put algo ids into a common file.
* common/openpgpdefs.h (cipher_algo_t, pubkey_algo_t, digest_algo_t)
(compress_algo_t): New.
* agent/gpg-agent.c: Remove ../g10/cipher.h. Add openpgpdefs.h.
* g10/cipher.h (DEK): Move to ...
* g10/dek.h: new file.
* g10/cipher.h (is_RSA, is_ELGAMAL, is_DSA)
(PUBKEY_MAX_NPKEY, PUBKEY_MAX_NSKEY, PUBKEY_MAX_NSIG, PUBKEY_MAX_NENC)
(PUBKEY_USAGE_SIG, PUBKEY_USAGE_ENC, PUBKEY_USAGE_CERT)
(PUBKEY_USAGE_AUTH, PUBKEY_USAGE_NONE): Move to
* g10/packet.h: here.
* g10/cipher.h: Remove.  Remove from all files.
* g10/filter.h, g10/packet.h:  Include dek.h.
* g10/Makefile.am (common_source): Remove cipher.h.  Add dek.h.

Signed-off-by: Werner Koch <wk@gnupg.org>
2014-01-29 20:35:05 +01:00
..
2013-11-18 14:09:47 +01:00
2013-11-18 14:09:47 +01:00
2011-02-04 12:57:53 +01:00
2007-07-04 19:49:40 +00:00
2012-04-26 09:52:25 +02:00
2013-11-18 14:09:47 +01:00
2014-01-08 11:47:07 +01:00
2014-01-29 17:45:05 +01:00
2011-02-04 12:57:53 +01:00
2014-01-29 17:45:05 +01:00
2007-07-04 19:49:40 +00:00
2014-01-08 11:47:07 +01:00
2014-01-29 17:45:05 +01:00
2013-11-29 15:37:23 +01:00
2013-11-29 15:37:23 +01:00
2014-01-15 15:00:24 +09:00
2012-11-20 19:03:49 +01:00
2012-12-12 18:47:21 +01:00
2013-01-30 18:51:56 +01:00
2012-03-27 19:46:20 +02:00
2014-01-29 17:45:05 +01:00
2012-12-13 16:11:21 +01:00
2013-07-31 16:25:41 +02:00
2013-07-31 16:25:41 +02:00
2011-02-04 12:57:53 +01:00

Stuff used by several modules of GnuPG.

These directories use it:

gpg
sm
agent

These directories don't use it:

kbx