Cleanup ciphers and Add 3des ciphers.
[oweals/openssl.git] / providers / common / ciphers / cipher_aes_gcm.c
index 60df02588fffd69c6e49b8e68f297ad178bd4b43..69c98f4e1305a5c5f2b420aca2e1cf1409f554a0 100644 (file)
@@ -10,6 +10,8 @@
 /* Dispatch functions for AES GCM mode */
 
 #include "cipher_locl.h"
+#include "internal/ciphers/cipher_gcm.h"
+#include "internal/provider_algs.h"
 
 static void *aes_gcm_newctx(void *provctx, size_t keybits)
 {