]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/ivgen-plain64.h
Normalize position of header guard
[mirror_qemu.git] / crypto / ivgen-plain64.h
index c4104459b5229f62762c52b2d8343dd6bcb67184..0a20fd1fd84b3c648922be4f33785f4af7deb965 100644 (file)
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
- *
  */
 
-#include "crypto/ivgenpriv.h"
+#ifndef QCRYPTO_IVGEN_PLAIN64_H
+#define QCRYPTO_IVGEN_PLAIN64_H
 
-#ifndef QCRYPTO_IVGEN_PLAIN64_H__
-#define QCRYPTO_IVGEN_PLAIN64_H__
+#include "ivgenpriv.h"
 
 extern struct QCryptoIVGenDriver qcrypto_ivgen_plain64;
 
-#endif /* QCRYPTO_IVGEN_PLAIN64_H__ */
+#endif /* QCRYPTO_IVGEN_PLAIN64_H */