summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 15:16:35 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 12:00:33 -0500
commit9cb84adf338093760f52a6571958f1e9a4efcd45 (patch)
treeaa30fa243c61e1a106957682b35b7d2e3a61b518 /sys/opencrypto
parentbb466eea7f9d028b02a41894bcfa9463f5d8399b (diff)
downloadFreeBSD-src-9cb84adf338093760f52a6571958f1e9a4efcd45.zip
FreeBSD-src-9cb84adf338093760f52a6571958f1e9a4efcd45.tar.gz
MFC r281196:
add the define to properly guard this header.. Sponsored by: Netflix, Inc. TAG: IPSEC-HEAD Issue: #4841
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