diff --git a/wolfcrypt/src/sha256.c b/wolfcrypt/src/sha256.c index 06a25387a..11e186032 100644 --- a/wolfcrypt/src/sha256.c +++ b/wolfcrypt/src/sha256.c @@ -1613,7 +1613,7 @@ void wc_Sha256Free(wc_Sha256* sha256) #elif defined(WOLFSSL_PSOC6_CRYPTO) /* implemented in wolfcrypt/src/port/cypress/psoc6_crypto.c */ #elif defined(WOLFSSL_IMXRT_DCP) - /* implemented in wolfcrypt/src/port/cypress/psoc6_crypto.c */ + /* implemented in wolfcrypt/src/port/nxp/dcp_port.c */ #else int wc_Sha256GetHash(wc_Sha256* sha256, byte* hash) diff --git a/wolfssl/wolfcrypt/port/nxp/dcp_port.h b/wolfssl/wolfcrypt/port/nxp/dcp_port.h index ead8ea00b..e5d5ef608 100644 --- a/wolfssl/wolfcrypt/port/nxp/dcp_port.h +++ b/wolfssl/wolfcrypt/port/nxp/dcp_port.h @@ -1,4 +1,4 @@ -/* dcp_port.c +/* dcp_port.h * * Copyright (C) 2006-2020 wolfSSL Inc. *