From 75f755f21eb25b3f9577b393426fa8665861e86e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 12 Feb 2014 14:03:45 +0100 Subject: c version: add inclusion guard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- c/sha3.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/c/sha3.h b/c/sha3.h index 99cd209..6587795 100644 --- a/c/sha3.h +++ b/c/sha3.h @@ -16,6 +16,9 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ +#ifndef __SHA3_H__ +#define __SHA3_H__ + #include @@ -106,3 +109,6 @@ extern byte* sha3_squeeze(void); */ extern llong* sha3_state(void); + +#endif + -- cgit v1.2.3-70-g09d2