Providers: move all ciphers
[openssl.git] / providers / implementations / ciphers / cipher_aes_ccm.c
similarity index 94%
rename from providers/common/ciphers/cipher_aes_ccm.c
rename to providers/implementations/ciphers/cipher_aes_ccm.c
index cffca06c80c6f5bdf5aeb754c28d7a39366e5532..59fc7274c9d6836ed9a07401c6a19ed4a73c79e8 100644 (file)
@@ -9,8 +9,8 @@
 
 /* Dispatch functions for AES CCM mode */
 
-#include "cipher_local.h"
-#include "internal/ciphers/cipher_ccm.h"
+#include "prov/ciphercommon.h"
+#include "prov/cipher_ccm.h"
 #include "internal/provider_algs.h"
 
 static void *aes_ccm_newctx(void *provctx, size_t keybits)