projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename LIST_HEAD to INITIALIZED_LIST_HEAD.
[paraslash.git]
/
sha1.c
diff --git
a/sha1.c
b/sha1.c
index 449400c1beceffc39ab875d888c1fa6e711503c2..65524bc5119f3d187eb20c679d63bfff4c9d01d1 100644
(file)
--- a/
sha1.c
+++ b/
sha1.c
@@
-1,8
+1,14
@@
-#include "para.h"
-#include <openssl/sha.h>
+/*
+ * Copyright (C) 2007-2009 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
/** \file sha1.c Secure Hash Algorithm, provided by openssl. */
/** \file sha1.c Secure Hash Algorithm, provided by openssl. */
+#include "para.h"
+#include <openssl/sha.h>
+
/**
* Compute the sha1 hash.
*
/**
* Compute the sha1 hash.
*