Skip to content

Missing ATCA_MBEDTLS guard in atca_mbedtls_ecdsa.c #402

@AdityaHPatwardhan

Description

@AdityaHPatwardhan

The file atca_mbedtls_ecdsa.c is missing the ATCA_MBEDTLS guard. (ref)
Without this the mbedtls code is still included even when ATCA_MBEDTLS is not defined.

Need to add it.

To Reproduce

Build the component with ATCA_MBEDTLS disabled.

Expected behavior

When ATCA_MBEDTLS is disabled, no mbedtls code should be required or pulled in.

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