Cleanup ciphers and Add 3des ciphers.
[oweals/openssl.git] / providers / common / ciphers / cipher_aes_hw.c
index d80c63ecf9e16b9987db77d6efec79384e9ba36e..e9b638830075f50670b719b62911f3f2527c8e60 100644 (file)
@@ -7,7 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "cipher_locl.h"
+#include "cipher_aes.h"
+#include "internal/providercommonerr.h"
 
 static int cipher_hw_aes_initkey(PROV_CIPHER_CTX *dat,
                                  const unsigned char *key, size_t keylen)