Thomas Weißschuh <[email protected]> wrote:

> -enum pkey_id_type {
> -     PKEY_ID_PKCS7 = 2,      /* Signature in PKCS#7 message */
> +enum module_signature_type {
> +     MODULE_SIGNATURE_TYPE_PKCS7 = 2,        /* Signature in PKCS#7 message 
> */
>  };

It might be best to just kill the enum and replace it with a single #define.

David


Reply via email to