diff options
author | Brad King <brad.king@kitware.com> | 2011-06-27 18:27:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-06-27 18:52:25 (GMT) |
commit | 9912c41c176105bf0dad953e242aacc2717e9e6f (patch) | |
tree | e187c90933f28c8e339418488e43bf61ea873a26 /Source/.gitattributes | |
parent | ea1a519a356cb8b6a54ca3858f20aa9560be9ccf (diff) | |
download | CMake-9912c41c176105bf0dad953e242aacc2717e9e6f.zip CMake-9912c41c176105bf0dad953e242aacc2717e9e6f.tar.gz CMake-9912c41c176105bf0dad953e242aacc2717e9e6f.tar.bz2 |
Import sha2 implementation 1.0 from Aaron D. Gifford
Copy cm_sha2.[hc] from sha2.[hc] in "sha2-1.0.tar.gz" downloaded today
from
http://www.aarongifford.com/computers/sha.html
with trivial whitespace cleanup. Also fix #include to account for
rename.
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r-- | Source/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes new file mode 100644 index 0000000..cf4dabd --- /dev/null +++ b/Source/.gitattributes @@ -0,0 +1,2 @@ +# Preserve upstream indentation style. +cm_sha2.* whitespace=indent-with-non-tab |