Remove comments referencing private defines.
Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
parent
0e690d3c0b
commit
4a9610bffe
1 changed files with 1 additions and 5 deletions
|
@ -70,11 +70,7 @@ typedef struct mbedtls_gcm_context {
|
|||
unsigned char MBEDTLS_PRIVATE(mode); /*!< The operation to perform:
|
||||
#MBEDTLS_GCM_ENCRYPT or
|
||||
#MBEDTLS_GCM_DECRYPT. */
|
||||
unsigned char MBEDTLS_PRIVATE(acceleration); /*!< The acceleration to use:
|
||||
#MBEDTLS_GCM_ACC_SMALLTABLE,
|
||||
#MBEDTLS_GCM_ACC_LARGETABLE,
|
||||
#MBEDTLS_GCM_ACC_AESNI,
|
||||
#MBEDTLS_GCM_ACC_AESCE */
|
||||
unsigned char MBEDTLS_PRIVATE(acceleration); /*!< The acceleration to use. */
|
||||
}
|
||||
mbedtls_gcm_context;
|
||||
|
||||
|
|
Loading…
Reference in a new issue