Removed obsoleted typedef for mbedtls_be128[] in aes_alt.c

pull/11046/head
Kostiantyn Tkachov 2019-09-02 16:29:00 +03:00
parent f702d15855
commit cdbf30dd0f
1 changed files with 0 additions and 2 deletions

View File

@ -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
*