mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-16 07:21:53 +03:00
Remove unused member in des_context
This commit is contained in:
@ -53,7 +53,6 @@ extern "C" {
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
int mode; /*!< encrypt/decrypt */
|
||||
uint32_t sk[32]; /*!< DES subkeys */
|
||||
}
|
||||
mbedtls_des_context;
|
||||
@ -63,7 +62,6 @@ mbedtls_des_context;
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
int mode; /*!< encrypt/decrypt */
|
||||
uint32_t sk[96]; /*!< 3DES subkeys */
|
||||
}
|
||||
mbedtls_des3_context;
|
||||
|
Reference in New Issue
Block a user