added copyright notice to sha2_hasher

included SHA2 in build process
This commit is contained in:
Martin Willi
2006-09-19 14:54:01 +00:00
parent e698dc4559
commit b5cac6684d
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ struct private_proposal_t {
/**
* Add algorithm/keysize to a algorithm list
*/
static void add_algo(linked_list_t *list, u_int8_t algo, size_t key_size)
static void add_algo(linked_list_t *list, u_int16_t algo, size_t key_size)
{
algorithm_t *algo_key;