]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/ivgen-plain64.c
hw/arm: Add `\n` to hint message
[mirror_qemu.git] / crypto / ivgen-plain64.c
index e4679a1e6e7f4f58ee3a7bd6ab9ed6a224b9d0ca..b377036c19444e2faccecdea08a83c1f4bb4dc6f 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
@@ -20,7 +20,7 @@
 
 #include "qemu/osdep.h"
 #include "qemu/bswap.h"
-#include "crypto/ivgen-plain.h"
+#include "ivgen-plain.h"
 
 static int qcrypto_ivgen_plain_init(QCryptoIVGen *ivgen,
                                     const uint8_t *key, size_t nkey,