Mercurial > dovecot > core-2.2
view src/lib-ntlm/ntlm-des.h @ 14682:d0d7b810646b
Make sure we check all the functions' return values. Minor API changes to simplify this.
Checked using a patched clang that adds attribute(warn_unused_result) to all
functions. This commit fixes several error handling mistakes.
author | Timo Sirainen <tss@iki.fi> |
---|---|
date | Mon, 25 Jun 2012 01:14:03 +0300 |
parents | e4eb71ae8e96 |
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