mbox-md5-all.c revision a8c5a86d183db25a57bf193c06b41e092ec2e151
/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "md5.h"
#include "message-parser.h"
#include "mbox-md5.h"
#include <stdlib.h>
struct mbox_md5_context {
struct md5_context hdr_md5_ctx;
};
static struct mbox_md5_context *mbox_md5_all_init(void)
{
struct mbox_md5_context *ctx;
return ctx;
}
struct message_header_line *hdr)
{
}
unsigned char result[16])
{
}
struct mbox_md5_vfuncs mbox_md5_all = {
};