summaryrefslogtreecommitdiff
path: root/src/md5.c
blob: 929ab2348287828d4e5322e949554b8c5e711456 (plain)
1
2
3
4
5
6
7
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
#include "checksum.h"

int algorithm = ALG_MD5;