X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=sha1.c;h=b0e955ec9a3e10aec90a71467c05615b69aa3233;hb=be9f7c9b442f7b723427a79f85774d5fa7718425;hp=449400c1beceffc39ab875d888c1fa6e711503c2;hpb=ebb0565e946770c5b83c4d28c1f674dffdeaf551;p=paraslash.git diff --git a/sha1.c b/sha1.c index 449400c1..b0e955ec 100644 --- a/sha1.c +++ b/sha1.c @@ -1,8 +1,14 @@ -#include "para.h" -#include +/* + * Copyright (C) 2007-2011 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ /** \file sha1.c Secure Hash Algorithm, provided by openssl. */ +#include "para.h" +#include + /** * Compute the sha1 hash. *