X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fcrypt_md5.h;h=2b04665a30efff67b5c666dc20c3b4e08aca8929;hp=e926e37b659a85f5ca02d50b9b824944b3d330bd;hb=1ed333a66df41a51352e13d3bb6c481f2c6617cf;hpb=c034e019f212727f6e2fbd6c824c7a965770ae28 diff --git a/src/crypt_md5.h b/src/crypt_md5.h index e926e37..2b04665 100644 --- a/src/crypt_md5.h +++ b/src/crypt_md5.h @@ -18,6 +18,8 @@ #ifndef _crypt_md5_h #define _crypt_md5_h +#define MDHASHLEN 16 + unsigned char *crypt_md5_bin(const char *str, int strlen); #endif