summaryrefslogtreecommitdiff
path: root/sha1.h
Commit message (Collapse)AuthorAge
* Remove lots of unnecessary white space.NeilBrown2013-06-19
| | | | | | | Now that I am using white-space mode in Emacs I can see all of this, and I don't like it :-) Signed-off-by: NeilBrown <neilb@suse.de>
* Replace sha1.h with slightly older version.NeilBrown2012-10-03
| | | | | | | | | | | | sha1.h claims GPL3+, while sha1.c claims GPL2+. This is inconsistent and technically prevents the whole from being distributed under GPL2. So replace sha1.h with a version from the GCC sources from before Tue Apr 20 08:36:39 2010 when the copyright notice was updated. Reported-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
* sha1.h: remove ansidecl.h header inclusionLukasz Dorau2012-08-14
| | | | | | | | | Inclusion of the 'ansidecl.h' header requires the 'binutils-devel' package to be installed but is not needed. Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com> Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>
* New sha1.c and sha1.hNeilBrown2012-05-15
| | | | | | | | | | | These are from: http://gcc.gnu.org/svn/gcc/branches/cilkplus/include/sha1.h and http://gcc.gnu.org/svn/gcc/branches/cilkplus/libiberty/sha1.c and hopefully avoid aliasing issues. Signed-off-by: NeilBrown <neilb@suse.de>
* Make homehost information appear in superblock.Neil Brown2006-05-19
When an array is created, if the homehost is know, the superblock gets it, either in the uuid, (via sha1) or in the name field. Signed-off-by: Neil Brown <neilb@suse.de>