summaryrefslogtreecommitdiffstats
path: root/Source/cm_sha2.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-11-16 01:22:51 (GMT)
committerBrad King <brad.king@kitware.com>2011-11-16 15:15:44 (GMT)
commit73efd4a5044d2346e14d019197e2ddced3f9b7a8 (patch)
tree1fd775caba0a5504431c0cf6254b1991883eeef2 /Source/cm_sha2.h
parentc1856a33d46384307884ab6ba6db886a7bca0fd2 (diff)
downloadCMake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.zip
CMake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.tar.gz
CMake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.tar.bz2
sha2: Build as part of CMakeLib
Mangle sha2 symbols to avoid conflict with system libs.
Diffstat (limited to 'Source/cm_sha2.h')
-rw-r--r--Source/cm_sha2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cm_sha2.h b/Source/cm_sha2.h
index 284ee6a..ebe5e5a 100644
--- a/Source/cm_sha2.h
+++ b/Source/cm_sha2.h
@@ -36,6 +36,8 @@
#ifndef __SHA2_H__
#define __SHA2_H__
+#include "cm_sha2_mangle.h"
+
/* CMake modification: use integer types from cmIML. */
#include "cmIML/INT.h"
typedef cmIML_INT_uint8_t cm_sha2_uint8_t;