]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/ivgen-essiv.c
migration/postcopy: break the loop when there is no more page to discard
[mirror_qemu.git] / crypto / ivgen-essiv.c
index ad4d926c1927011b4a43f1a3d8091debe1468557..3d5a188795ee03b3e0f247a65f32d3151feaa1fc 100644 (file)
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,9 +19,8 @@
  */
 
 #include "qemu/osdep.h"
-#include "qapi/error.h"
 #include "qemu/bswap.h"
-#include "crypto/ivgen-essiv.h"
+#include "ivgen-essiv.h"
 
 typedef struct QCryptoIVGenESSIV QCryptoIVGenESSIV;
 struct QCryptoIVGenESSIV {