view src/lib-ntlm/ntlm-des.h @ 22959:99445a6b0bfd

dict-sql: dict doesn't support NULL values, so convert SQL NULLs to ""
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 06 Oct 2017 15:54:47 +0300
parents d0d7b810646b
children
line wrap: on
line source

#ifndef NTLM_DES_H
#define NTLM_DES_H

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

#endif