Imported Upstream version 2.8.12.2
[platform/upstream/cmake.git] / Source / cm_sha2_mangle.h
1 /*============================================================================
2   CMake - Cross Platform Makefile Generator
3   Copyright 2000-2011 Kitware, Inc., Insight Software Consortium
4
5   Distributed under the OSI-approved BSD License (the "License");
6   see accompanying file Copyright.txt for details.
7
8   This software is distributed WITHOUT ANY WARRANTY; without even the
9   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10   See the License for more information.
11 ============================================================================*/
12 #ifndef cm_sha2_mangle_h
13 #define cm_sha2_mangle_h
14
15 /* Mangle sha2 symbol names to avoid possible conflict with
16    implementations in other libraries to which CMake links.  */
17 #define SHA1_Data                  cmSHA1_Data
18 #define SHA1_End                   cmSHA1_End
19 #define SHA1_Final                 cmSHA1_Final
20 #define SHA1_Init                  cmSHA1_Init
21 #define SHA1_Internal_Transform    cmSHA1_Internal_Transform
22 #define SHA1_Update                cmSHA1_Update
23 #define SHA224_Data                cmSHA224_Data
24 #define SHA224_End                 cmSHA224_End
25 #define SHA224_Final               cmSHA224_Final
26 #define SHA224_Init                cmSHA224_Init
27 #define SHA224_Internal_Transform  cmSHA224_Internal_Transform
28 #define SHA224_Update              cmSHA224_Update
29 #define SHA256_Data                cmSHA256_Data
30 #define SHA256_End                 cmSHA256_End
31 #define SHA256_Final               cmSHA256_Final
32 #define SHA256_Init                cmSHA256_Init
33 #define SHA256_Internal_Init       cmSHA256_Internal_Init
34 #define SHA256_Internal_Last       cmSHA256_Internal_Last
35 #define SHA256_Internal_Transform  cmSHA256_Internal_Transform
36 #define SHA256_Update              cmSHA256_Update
37 #define SHA384_Data                cmSHA384_Data
38 #define SHA384_End                 cmSHA384_End
39 #define SHA384_Final               cmSHA384_Final
40 #define SHA384_Init                cmSHA384_Init
41 #define SHA384_Update              cmSHA384_Update
42 #define SHA512_Data                cmSHA512_Data
43 #define SHA512_End                 cmSHA512_End
44 #define SHA512_Final               cmSHA512_Final
45 #define SHA512_Init                cmSHA512_Init
46 #define SHA512_Internal_Init       cmSHA512_Internal_Init
47 #define SHA512_Internal_Last       cmSHA512_Internal_Last
48 #define SHA512_Internal_Transform  cmSHA512_Internal_Transform
49 #define SHA512_Update              cmSHA512_Update
50
51 #endif