mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-07 15:23:57 +00:00
header-mangling-part-X-move-all-headers-defines-into
This commit is contained in:
parent
e9eee5656b
commit
1a7c409e10
10 changed files with 128 additions and 87 deletions
3
md5.h
3
md5.h
|
|
@ -25,9 +25,10 @@
|
|||
#ifndef _MD5_H
|
||||
#define _MD5_H 1
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "lrzip_private.h"
|
||||
|
||||
#define MD5_DIGEST_SIZE 16
|
||||
#define MD5_BLOCK_SIZE 64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue