mirror of https://github.com/ARMmbed/mbed-os.git
Removed obsoleted typedef for mbedtls_be128[] in aes_alt.c
parent
f702d15855
commit
cdbf30dd0f
|
@ -420,8 +420,6 @@ int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx,
|
|||
}
|
||||
#endif
|
||||
|
||||
typedef unsigned char mbedtls_be128[16];
|
||||
|
||||
/*
|
||||
* GF(2^128) multiplication function
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue