- fixed memleak in sha1

This commit is contained in:
Martin Willi
2005-11-22 07:50:19 +00:00
parent 781fadcc33
commit 2f85618126
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
typedef enum hash_algorithm_e hash_algorithm_t;
enum hash_algorithm_e {
SHA1,
MD5
HASH_SHA1,
HASH_MD5
};