diff options
Diffstat (limited to 'providers/common/ciphers/cipher_aes_gcm_hw.c')
-rw-r--r-- | providers/common/ciphers/cipher_aes_gcm_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/common/ciphers/cipher_aes_gcm_hw.c b/providers/common/ciphers/cipher_aes_gcm_hw.c index 3f56e6861d..5263bdd6dd 100644 --- a/providers/common/ciphers/cipher_aes_gcm_hw.c +++ b/providers/common/ciphers/cipher_aes_gcm_hw.c @@ -9,7 +9,7 @@ /* Dispatch functions for AES GCM mode */ -#include "cipher_locl.h" +#include "cipher_local.h" #include "internal/ciphers/cipher_gcm.h" static int generic_aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, |