forked from wolfSSL/wolfssl
Fixed comments
This commit is contained in:
committed by
David Garske
parent
9244bbbf83
commit
ce62f46442
@@ -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)
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* dcp_port.c
|
/* dcp_port.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2020 wolfSSL Inc.
|
* Copyright (C) 2006-2020 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user