view src/lib-ntlm/ntlm-des.h @ 8997:cceea391d04d HEAD

maildir: Don't assert-crash if we have no read-access to the Maildir.
author Timo Sirainen <tss@iki.fi>
date Thu, 30 Apr 2009 18:49:26 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef NTLM_DES_H
#define NTLM_DES_H

unsigned char * deshash(unsigned char *dst, const unsigned char *key,
			const unsigned char *src);

#endif