diff options
Diffstat (limited to 'providers/implementations/ciphers/cipher_aria_ccm.h')
| -rw-r--r-- | providers/implementations/ciphers/cipher_aria_ccm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_aria_ccm.h b/providers/implementations/ciphers/cipher_aria_ccm.h index 558da4973fa2..7de71e7c0014 100644 --- a/providers/implementations/ciphers/cipher_aria_ccm.h +++ b/providers/implementations/ciphers/cipher_aria_ccm.h @@ -16,7 +16,7 @@ typedef struct prov_aria_ccm_ctx_st { union { OSSL_UNION_ALIGN; ARIA_KEY ks; - } ks; /* ARIA key schedule to use */ + } ks; /* ARIA key schedule to use */ } PROV_ARIA_CCM_CTX; const PROV_CCM_HW *ossl_prov_aria_hw_ccm(size_t keylen); |
