Skip to content

Method signature mismatch in ZrtpRandom #47

Description

@oliveriobw

RE: 114e210

Type mismatch between class static method declaration and implementation.
isLocked is both bool and int32_t - wont compile.

Declaration
static int addEntropy(const uint8_t *buffer, uint32_t length, int32_t isLocked = false);

Implementation
int ZrtpRandom::addEntropy(const uint8_t *buffer, uint32_t length, bool isLocked)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions