2008-05-23 [paul] 3.4.0cvs65
[claws.git] / src / common / md5.h
index e7ef456341d6144bdbc10026d37cc6ce4dcd8469..1413c015372b53ccabf15a588ac459b954335fd9 100644 (file)
@@ -32,7 +32,8 @@ typedef struct {  /* Hmm, should be private */
 } MD5_CONTEXT;
 
 void md5_hex_digest(char *hexdigest, const unsigned char *s);
-
+void md5_hex_digest_binary(char *hexdigest, const unsigned char *s, size_t len);
+int md5_hex_digest_file(char *hexdigest, const unsigned char *file);
 void md5_hex_hmac(char *hexdigest,
                   const unsigned char* text, int text_len,
                   const unsigned char* key, int key_len);