]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/hash.c
docs/qapi-code-gen: add cross-references
[mirror_qemu.git] / crypto / hash.c
index 8dab25d9ea20ae88f953aada027a049a536043fa..b0f8228bdcb4a0b39e194065570065881ac51396 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,7 +19,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qapi/error.h"
 #include "crypto/hash.h"
 #include "hashpriv.h"