mail-user-hash.c revision acfda38b75d0f0e899ef692fef01593bd56ed85e
/* Copyright (c) 2013-2016 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "md5.h"
#include "str.h"
#include "var-expand.h"
#include "mail-user-hash.h"
{
unsigned char md5[MD5_RESULTLEN];
unsigned int i, hash = 0;
/* fast path */
/* almost as fast path */
T_BEGIN {
} T_END;
} else T_BEGIN {
const struct var_expand_table tab[] = {
};
} T_END;
for (i = 0; i < sizeof(hash); i++)
return hash;
}