X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=providers%2Fimplementations%2Fciphers%2Fcipher_aria_ccm.h;h=a85cf899efd1af227a7d940ee3813ac91918d091;hb=7cc355c2e4e081dca3c6c345a75a2ab16800c807;hp=301ce14306b31684a05f31e298429fbea0dcf4fd;hpb=604e884bb8aba9b549c7e5effe01e406ccab3bcd;p=openssl.git diff --git a/providers/implementations/ciphers/cipher_aria_ccm.h b/providers/implementations/ciphers/cipher_aria_ccm.h index 301ce14306..a85cf899ef 100644 --- a/providers/implementations/ciphers/cipher_aria_ccm.h +++ b/providers/implementations/ciphers/cipher_aria_ccm.h @@ -9,7 +9,7 @@ #include "crypto/aria.h" #include "prov/ciphercommon.h" -#include "prov/cipher_ccm.h" +#include "prov/ciphercommon_ccm.h" typedef struct prov_aria_ccm_ctx_st { PROV_CCM_CTX base; /* Must be first */