svn commit: r281196 - head/sys/opencrypto

John-Mark Gurney jmg at FreeBSD.org
Tue Apr 7 09:00:04 UTC 2015


Author: jmg
Date: Tue Apr  7 09:00:03 2015
New Revision: 281196
URL: https://svnweb.freebsd.org/changeset/base/281196

Log:
  add the define to properly guard this header..
  
  Sponsored by:	Netflix, Inc.

Modified:
  head/sys/opencrypto/gmac.h

Modified: head/sys/opencrypto/gmac.h
==============================================================================
--- head/sys/opencrypto/gmac.h	Tue Apr  7 07:10:44 2015	(r281195)
+++ head/sys/opencrypto/gmac.h	Tue Apr  7 09:00:03 2015	(r281196)
@@ -31,6 +31,7 @@
  */
 
 #ifndef _GMAC_H_
+#define _GMAC_H_
 
 #include "gfmult.h"
 #include <crypto/rijndael/rijndael.h>


More information about the svn-src-all mailing list