Skip to content

Linux, incorrect function call to print debug message in cryptoauthlib/lib/openssl/eccx08_rand.c #27

Description

@balaji-reddy

It supposed to be DEBUG_ENGINE() instead of eccx08_debug().

Fix:
File: cryptoauthlib/lib/openssl/eccx08_rand.c

static int RAND_eccx08_rand_bytes(unsigned char *buf, int num)
{
    ................

    if (total_num == 0) {
        **DEBUG_ENGINE**("RAND_eccx08_rand_bytes() -  hw\n");

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions