fix digest sizes in internal.h

This commit is contained in:
toddouska
2014-08-06 06:53:24 -07:00
parent 39c167710f
commit 0919a2927c

View File

@ -135,7 +135,7 @@
#endif
#ifdef NO_MD5
#define MD5_DIGEST_SIZE 20
#define MD5_DIGEST_SIZE 16
#endif