STABLE-BRANCH-1-2 gnupg/g10 (11 files)

cvs user dshaw cvs@cvs.gnupg.org
Fri, 02 May 2003 21:22:11 +0200


    Date: Friday, May 2, 2003 @ 21:22:01
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

Modified: ChangeLog armor.c cipher.c encode.c g10.c getkey.c keyedit.c
          options.h pkclist.c revoke.c sign.c

* options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c, sign.c,
encode.c, getkey.c, revoke.c: The current flags for different levels of
PGP-ness are massively complex.  This is step one in simplifying them.  
No functional change yet, just use a macro to check for compliance level.


-----------+
 ChangeLog |    8 ++++++++
 armor.c   |    4 +---
 cipher.c  |    2 +-
 encode.c  |   30 +++++++++++++++---------------
 g10.c     |   52 ++++++++++++++++++++++++++--------------------------
 getkey.c  |    2 +-
 keyedit.c |    8 ++++----
 options.h |   18 ++++++++++++------
 pkclist.c |   14 +++++++-------
 revoke.c  |    2 +-
 sign.c    |   30 +++++++++++++++---------------
 11 files changed, 91 insertions(+), 79 deletions(-)