
This directory contains patches to the release version of the SDK for
PGP 6.0.2. Apply these patches if recommended.

    sdk-6.0.2-groups.patch
 
        Needed to enable removal of items from groups. 

        Fixes a bug in pgpGroups.c in the SDK that treated the boolean
        returned from a function as an error code.

    sdk-6.0.2-pfl-SuSE-5.x.patch

        Needed for SuSE Linux 5.x.  Without this patch, keyring commit
        will fail if the keyring does not already exist.

        Apply this patch to the pfl library if you're running on any
        system that, when trying to open a non-existent file, returns
        an error but sets errno=0.

    sdk-6.0.2-egcs.patch

        Needed for compiling with EGCS on some systems.  

        On some systems, EGCS requires a cast to avoid a parse error here.
        To make the patch effective you will also want to compile with
        -DUNION_SEMUN


