]> Git Repo - qemu.git/blobdiff - target-arm/crypto_helper.c
crypto: move built-in AES implementation into crypto/
[qemu.git] / target-arm / crypto_helper.c
index 1fe975d0f1e3b50541187d783762beb7de69a2df..5d228380659225f4d9ab9b226f2b3c1a5e0695bc 100644 (file)
@@ -14,7 +14,7 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/helper-proto.h"
-#include "qemu/aes.h"
+#include "crypto/aes.h"
 
 union CRYPTO_STATE {
     uint8_t    bytes[16];
This page took 0.020673 seconds and 4 git commands to generate.