PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY impl
[oweals/openssl.git] / providers / implementations / ciphers / cipher_aes.h
index f05ff1b7d5cb23e8e7cae6ea2d459e540ebe9553..f2ee746295a2e5370a8d10b785dd3229081f5edf 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <openssl/aes.h>
 #include "prov/ciphercommon.h"
+#include "crypto/aes_platform.h"
 
 typedef struct prov_aes_ctx_st {
     PROV_CIPHER_CTX base;      /* Must be first */