From 2b3043e578f00a5071dfae40c237b86cc6d70c7e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 10 Apr 2014 19:42:06 +0200 Subject: Use #pragma once --- src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/crypto') diff --git a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h index dc9c436..c2cf4e3 100644 --- a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h +++ b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h @@ -24,6 +24,8 @@ */ +#pragma once + #include "../../../../crypto.h" -- cgit v1.2.3