Mercurial > dovecot > core-2.2
view src/lib-ntlm/ntlm-des.h @ 23017:c1d36f2575c7 default tip
lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author | Timo Sirainen <timo.sirainen@open-xchange.com> |
---|---|
date | Thu, 29 Aug 2019 09:55:25 +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