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) #elif defined(WOLFSSL_PSOC6_CRYPTO)
/* implemented in wolfcrypt/src/port/cypress/psoc6_crypto.c */ /* implemented in wolfcrypt/src/port/cypress/psoc6_crypto.c */
#elif defined(WOLFSSL_IMXRT_DCP) #elif defined(WOLFSSL_IMXRT_DCP)
/* implemented in wolfcrypt/src/port/cypress/psoc6_crypto.c */ /* implemented in wolfcrypt/src/port/nxp/dcp_port.c */
#else #else
int wc_Sha256GetHash(wc_Sha256* sha256, byte* hash) 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. * Copyright (C) 2006-2020 wolfSSL Inc.
* *