summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2015-04-07 09:00:03 +0000
committerjmg <jmg@FreeBSD.org>2015-04-07 09:00:03 +0000
commit8b40605782135354899f883515a6c9e774b49dd5 (patch)
treeaac089ee37839a54ba78b77d79869e4d625518fd /sys/opencrypto
parentf39ae51d4daa485c473c0da28eced9359a4c4d8e (diff)
downloadFreeBSD-src-8b40605782135354899f883515a6c9e774b49dd5.zip
FreeBSD-src-8b40605782135354899f883515a6c9e774b49dd5.tar.gz
add the define to properly guard this header..
Sponsored by: Netflix, Inc.
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/gmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/opencrypto/gmac.h b/sys/opencrypto/gmac.h
index 79a9e11..909b78c 100644
--- a/sys/opencrypto/gmac.h
+++ b/sys/opencrypto/gmac.h
@@ -31,6 +31,7 @@
*/
#ifndef _GMAC_H_
+#define _GMAC_H_
#include "gfmult.h"
#include <crypto/rijndael/rijndael.h>
OpenPOWER on IntegriCloud