cryptoauth-openssl-engine icon indicating copy to clipboard operation
cryptoauth-openssl-engine copied to clipboard

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

Open balaji-reddy opened this issue 7 years ago • 0 comments

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");

balaji-reddy avatar Nov 06 '18 19:11 balaji-reddy