Skip to content

Commit cdbf30d

Browse files
committed
Removed obsoleted typedef for mbedtls_be128[] in aes_alt.c
1 parent f702d15 commit cdbf30d

File tree

1 file changed

+0
-2
lines changed
  • features/mbedtls/targets/TARGET_Cypress/TARGET_PSOC6

1 file changed

+0
-2
lines changed

features/mbedtls/targets/TARGET_Cypress/TARGET_PSOC6/aes_alt.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx,
420420
}
421421
#endif
422422

423-
typedef unsigned char mbedtls_be128[16];
424-
425423
/*
426424
* GF(2^128) multiplication function
427425
*

0 commit comments

Comments
 (0)