summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-03-23 01:41:57 +0100
committerMichael Adam <obnox@samba.org>2015-03-23 16:04:19 +0100
commit59cce7cbebee66df1789b9d3c2fc0b8311f9e78b (patch)
tree94c6e81fecc3d3d87df04d20990a8b57b899897c /lib/crypto
parent73f951e98f7ece73a2429da943127e7b362ace9d (diff)
downloadsamba-59cce7cbebee66df1789b9d3c2fc0b8311f9e78b.tar.gz
lib/crypto: fix header guard for crypto.h
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/crypto.h b/lib/crypto/crypto.h
index c0ad5624e18..092ae6ad6ad 100644
--- a/lib/crypto/crypto.h
+++ b/lib/crypto/crypto.h
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _SAMBA_CRYPTO_H
+#ifndef _SAMBA_CRYPTO_H_
#define _SAMBA_CRYPTO_H_
#include "../lib/crypto/crc32.h"