Skip to content

Commit ef690f7

Browse files
committed
Fix broken file
1 parent ed905b7 commit ef690f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/sl_crypto/src/aesdrv_authencr_crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ static void aesdrv_GCM_Execute(AESDRV_Context_t* pAesdrvContext,
19941994
uint8_t* pDataOutput,
19951995
uint16_t dataLength,
19961996
const uint8_t* pHdr,
1997-
uint32_t hdrLength)
1997+
uint32_t hdrLength)
19981998
{
19991999
CRYPTO_TypeDef* crypto = pAesdrvContext->cryptodrvContext.device->crypto;
20002000
#if defined(MBEDTLS_INCLUDE_ASYNCH_API)

0 commit comments

Comments
 (0)