Move the public SIV mode functions from public headers to internal ones
[openssl.git] / crypto / modes / siv128.c
index 9bb5eea6e1e5fe4162e78b224a8d0400b9ff5849..4445cf369ac186d536c2318f79defb49dd82aa12 100644 (file)
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <openssl/crypto.h>
+#include "internal/modes_int.h"
 #include "modes_lcl.h"
 
 #ifndef OPENSSL_NO_SIV