Skip to content

Possible PKCS#11 regression #810

@LawrenceHunter

Description

@LawrenceHunter

Between ebf6ff7 and HEAD a change has been made which causes the attached build error. I believe it to be 4f296fa from #794.

Author of #794: @ruiliio
Approver of #794: @jschlyter

If this is intentional what are the expected code changes and is it intentional to not be backwards compatible?

In file included from <>,
                 from <>:
<>/usr/include/softhsm/pkcs11.h:984:3: error: unknown type name 'ck_rsa_pkcs_oaep_params'
   ck_rsa_pkcs_oaep_params *oaep_params;
   ^~~~~~~~~~~~~~~~~~~~~~~
In file included from <>,
                 from <>:
<>/usr/include/softhsm/pkcs11.h:984:3: error: unknown type name 'ck_rsa_pkcs_oaep_params'
   ck_rsa_pkcs_oaep_params *oaep_params;
   ^~~~~~~~~~~~~~~~~~~~~~~
In file included from <>,
                 from <>:
<>/usr/include/softhsm/pkcs11.h:984:3: error: unknown type name 'ck_rsa_pkcs_oaep_params'
   ck_rsa_pkcs_oaep_params *oaep_params;
   ^~~~~~~~~~~~~~~~~~~~~~~
In file included from <>,
                 from <>:
<>/usr/include/softhsm/pkcs11.h:984:3: error: unknown type name 'ck_rsa_pkcs_oaep_params'
   ck_rsa_pkcs_oaep_params *oaep_params;
   ^~~~~~~~~~~~~~~~~~~~~~~
In file included from <>,
                 from <>,
                 from <>:
<>/usr/include/softhsm/pkcs11.h:984:3: error: unknown type name 'ck_rsa_pkcs_oaep_params'
   ck_rsa_pkcs_oaep_params *oaep_params;
   ^~~~~~~~~~~~~~~~~~~~~~~
In file included from <>,
                 from <>:
<>/usr/include/softhsm/pkcs11.h:984:3: error: unknown type name 'ck_rsa_pkcs_oaep_params'
   ck_rsa_pkcs_oaep_params *oaep_params;
   ^~~~~~~~~~~~~~~~~~~~~~~
In file included from <>,
                 from <>:
<>/usr/include/softhsm/pkcs11.h:984:3: error: unknown type name 'ck_rsa_pkcs_oaep_params'
   ck_rsa_pkcs_oaep_params *oaep_params;
   ^~~~~~~~~~~~~~~~~~~~~~~
gmake[2]: *** [<>] Error 1
gmake[2]: *** Waiting for unfinished jobs....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions