Add Common shared code needed to move aes ciphers to providers
[openssl.git] / crypto / modes / siv128.c
index 4445cf369ac186d536c2318f79defb49dd82aa12..359252f196e22c2e122d98479e041526042e45d8 100644 (file)
@@ -10,8 +10,9 @@
 #include <string.h>
 #include <stdlib.h>
 #include <openssl/crypto.h>
+#include <openssl/evp.h>
 #include "internal/modes_int.h"
-#include "modes_lcl.h"
+#include "internal/siv_int.h"
 
 #ifndef OPENSSL_NO_SIV