Cleanup ciphers and Add 3des ciphers.
[oweals/openssl.git] / providers / common / ciphers / cipher_aes.h
index 6c4a6237c0889cbae4a9cd66e12905f04d22e9ca..741b20f6e3af18db7cf223a126ace3f412b5e1c6 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <openssl/aes.h>
+#include "internal/ciphers/ciphercommon.h"
 
 typedef struct prov_aes_ctx_st {
     PROV_CIPHER_CTX base;      /* Must be first */