Identify and move common internal libcrypto header files
[openssl.git] / crypto / cmac / cmac.c
index e7db3206f5a28e619661402400a1c055c19f7bd7..0711bffd8a75dd681064c84315c397dcecd398bf 100644 (file)
@@ -55,7 +55,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/cmac.h>
 
 struct CMAC_CTX_st {