view src/lib-ntlm/ntlm-des.h @ 2377:8f5be0be3199 HEAD

NTLM authentication. Patch by Andrey Panin
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Jul 2004 18:39:29 +0300
parents
children e4eb71ae8e96
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	/* __NTLM_DES_H__ */