• Show log

    Commit

  • Hash : d03f5675
    Author : Ramsay Jones
    Date : 2010-06-04T18:20:31

    Remove the sha1.h header file and inline the content into hash.c Given that the sha1.h header file should never be included into any other file, since it represents an implementation detail of hash.c, we remove the header and inline it's content. Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>