Skip to content

Wrap libraries into a module of their own #113

@NathanReb

Description

@NathanReb

Currently all of pkcs11, pkcs11-cli, pcks11-driver and pkcs11-rev is built with (wrapped false).

This is bad on several accounts, first being that it adds a lot of modules to the global namespace and even though most of them starts with P11_ or Pkcs11_ it adds a lot of possible conflicts.
Second is that now we have split it into several packages, it would help to clearly identify them with a top-level module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions