Fixed comments

This commit is contained in:
Daniele Lacamera
2020-09-23 09:26:34 +02:00
committed by David Garske
parent 9244bbbf83
commit ce62f46442
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,4 +1,4 @@
/* dcp_port.c
/* dcp_port.h
*
* Copyright (C) 2006-2020 wolfSSL Inc.
*