Changeset 86

Show
Ignore:
Timestamp:
04/28/05 18:41:52
Author:
rachel
Message:

Now I've fixed the bug in parse_one_signature_subpacket() which had meant
that ops_parser_content_free() wasn't being called from SS packets,
(revision 80), these SS types need to be added to ops_parser_content_free()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/packet-parse.c

    r85 r86  
    339339    case OPS_PTAG_CT_COMPRESSED: 
    340340    case OPS_PTAG_SS_CREATION_TIME: 
     341    case OPS_PTAG_SS_EXPIRATION_TIME: 
    341342    case OPS_PTAG_SS_TRUST: 
    342343    case OPS_PTAG_SS_ISSUER_KEY_ID: 
    343344    case OPS_PTAG_CT_ONE_PASS_SIGNATURE: 
     345    case OPS_PTAG_SS_PRIMARY_USER_ID: 
     346    case OPS_PTAG_SS_REVOCABLE: 
     347    case OPS_PTAG_SS_REVOCATION_KEY: 
    344348        break; 
    345349